dotnetomaniak.pl - Artykuły z tagiem dnx

Good morning, this is gonna be a very short post, as it’s truly super easy to integrate the C# with the Slack API. We’ll make use of the latest .NET Core version listed as the dnxcore50 and build a console application that you can use to send the messages to the particular channel.

Tagi: .Net, .net core, C#, dnx, slack
Dziel się z innymi:
[EN] Effortless C# integration with Slack | Piotr Gankiewicz

Inne 2863 dni, 17 godzin, 32 minuty temu spetz 95 źrodło rozwiń

Big changes related to the Warden project – it has been totally rewritten to the new .NET Core in order to support cross-platform capabilities (at least in a future). The functionality per se (including API) didn’t change, yet from now on you can use Warden with the new DNX runtime. If you’re interested in the migration process, a current status of this update (including the supported parts of the project) and what are the next goals – take a look at the whole post.

Dziel się z innymi:
[EN] Warden migration to .NET Core | Piotr Gankiewicz

Daj się poznać 2016 2922 dni, 13 godzin, 16 minut temu spetz 77 źrodło rozwiń

Any Kronos client will be available to use three basic commandsInsertGetDelete In future I want to add few more, like Count and GetKeys. Each of requests to the server serialized to binary form is preceded by few bytes of meta-data, including RequestType. In code its represented as a Request class, which in addition to type has two generic methods. At the beginning they might look difficult, but they are quite simple. First of them is responsible for sending any request to the server via special connec...

Źródło: www.pyrzyk.net
Dziel się z innymi:
[EN] Kronos - Creating a base request - Lukasz Pyrzyk

Architektura 2934 dni, 17 godzin, 30 minut temu kapral18 41 źrodło rozwiń

Packing and publishing nuget from standard .NET project is very simple. Create or generate nuspec file and runnuget pack The appearance of the Core framework and project.json file caused the a little change. Due to historical reason, in .NET Core we have two command line interfaces with utilities for packages.DNU – DNX utility, used in project

Źródło: www.pyrzyk.net
Dziel się z innymi:
[EN] Publishing .NET Core project to nuget - Lukasz Pyrzyk

Daj się poznać 2016 2943 dni, 17 godzin, 48 minut temu kapral18 50 źrodło rozwiń

Jak wiemy, ASP.NET 5 jest cross platform, i na razie nie ma IDE takiego z okienkami, wizardami itp które by umożliwiało nam pisanie aplikacji w nim (nie licząc Visual Studio). To znaczy, że za każdym razem jak tworzymy projekt musimy go ręcznie samemu utworzyć – stworzyć plik, dodać konfigurację, stworzyć klasę startową itp itd. Ogólnie męczące. Na szczęście, projekt Omnisha...

Źródło: blog.gutek.pl
Dziel się z innymi:
ASP.NET 5 – yo aspnet!

Web 3260 dni, 7 godzin, 2 minuty temu rroszczyk 360 źrodło rozwiń

W ASP.NET w końcu !!! w końcu !!! nie ma pliku csproj! Czy tam vbproj czy nawet SLN… Ja! :) no fajnie nie? :) Teraz wszystko działa wokół project.json file, który jest definicją naszego projektu jak i! definicją paczki nuget. Czyli jak się domyślacie referencje teraz pomiędzy projektami to referencje za pomocą paczek nuget…

Źródło: blog.gutek.pl
Dziel się z innymi:
ASP.NET 5 – global.json, project.json i wykorzystanie DNX i DNU

Architektura 3267 dni, 18 godzin, 57 minut temu rroszczyk 147 źrodło rozwiń

Dobra build trwa, ale i pewne rzeczy zostały już jakoś „ustabilizowane”, może warto o kilka prostych informacji co i jak :) Skarbnicą wiedzy teraz jest repozytorium Home ASPNET na Github. Tutaj znajdziecie informacje jak zainstalować DNVM (.NET Version Manager) na różnych platformach i jakie ekstra kroki są wymagane w zależności od środowiska (Linux, na macu za bardzo nie ma).

Źródło: blog.gutek.pl
Dziel się z innymi:
ASP.NET 5 – instalacja (dnvm, dnx, dnu)

Architektura 3267 dni, 18 godzin, 57 minut temu rroszczyk 101 źrodło rozwiń

Najaktywniejsi w tym miesiącu