Sort by:
- newest
- popular
-
Cross-Platform DevOps for .NET Core NET
If you’re a library author or writing a cross-platform application then .NET Core is great but it throws up the question, how do you test that your code...
12 Dec
-
London .NET User Group Open Mic Night NET
Last night’s London .NET meetup was an ‘open mic’ session. Rather than inviting speakers to talk for an hour or so as we normally do, we i...
12 Dec
-
C# Script Runner for .NET Core 2.0! | StrathWeb. A free flowing web tech monologue. NET
As you may have read on this blog before, together with Bernhard , we have been working on a .NET Core and .NET CLI C# script runner, called dotnet-script...
12 Dec
-
-
REST Client for VS Code, an elegant alternative to Postman | Joseph Woodward, Software Developer NET
For sometime now I've been a huge proponent of Postman, working in an environment that has a large number of remote services meant Postman's ease...
12 Dec
-
Microsoft Security Advisory CVE-2017-8585 : Malformed Culture can cause application crash · Issue #34 ·… NET
announcements - Subscribe to this repo to be notified of Announcements and changes in .NET Core.
12 Dec
-
LDNUG October | Skills Matter Meetup NET
Meetup organised by LDNUG: London .NET User Group, 11th October 2017, London. Are you interested in learning how the decision management of a Boeing 787...
12 Dec
-
Make [FromBody] treat empty request bodies as invalid (#4750) · aspnet/Mvc@90acd05 NET
Mvc - ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web...
12 Dec
-
Dissecting the code NET
The Local functions is a new feature in C# 7 that allows defining a function inside another function. When to use a local function? The main idea of local...
12 Dec
-
Microsoft/vscode-tips-and-tricks NET
vscode-tips-and-tricks - Collection of helpful tips and tricks for VS Code.
12 Dec
-
neuecc/Utf8Json NET
Utf8Json - Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
12 Dec
-
-
Develop Azure Functions on any platform NET
I’m excited to announce that we have ported Azure Functions to .NET Core 2.0! Both the runtime and the Azure Functions Core Tools are now cross-platform....
12 Dec
-
3 New C# 8 Features We Are Excited About NET
C# is rapidly approaching its third decade of life. Originally released in 2000, the language
12 Dec
-
Seven Tips For Using Swagger And AutoRest Together In ASP.NET Core Services – Michael Conrad NET
Swagger is probably the most popular API specification framework, AutoRest is a great library to generate clients out of Swagger definitions for various...
12 Dec
-
Secure a Web Api in ASP.NET Core – The Blinking Caret NET
This blog posts is a walk-through of how you can build a secure Web Api using ASP.NET Core 2.0 with JSON Web Tokens. An example client is also described.
12 Dec
-
APIs as infrastructure: future-proofing Stripe with versioning NET
When it comes to APIs, change isn’t popular. While software developers are used to iterating quickly and often, API developers lose that flexibility as...
12 Dec
-
Singleton HttpClient? Beware of this serious behaviour and how to fix it NET
A blog on programming C#, REST, WCF, ASP.NET Web API and software architecture
12 Dec
-
Visual Studio Code treasures – Dennis Bruijn / @0x1ad2 – Medium NET
a list of Visual Studio Code extensions I can’t live without
12 Dec
-
Screencast using .NET Core with AWS Serverless from NDC Oslo | Amazon Web Services NET
Last month I had the pleasure of speaking at the NDC conference in Oslo talking about .NET Core and AWS Serverless technologies. The talk focused around a...
12 Dec
-
Implementing IHostedService in ASP.NET Core 2.0 – Steve Gordon’s Blog NET
Exploring an example of using the new IHostedService interface from ASP.NET Core 2.0 to run background tasks that shut down when our WebHost shuts down.
12 Dec
-
Calling a custom executable from Cake using StartProcess and ProcessSettings | Jeremy Lindsay on WordPress.com NET
I've previously written about how I've used Cake to orchestrate my build and deployment processes, and write the code for these processes in C# rather than...
12 Dec
-
Implementing Two-factor authentication with IdentityServer4 and Twilio | Software Engineering on WordPress.com NET
This article shows how to implement two factor authentication using Twilio and IdentityServer4 using Identity. On the Microsoft's Two-factor authentication...
12 Dec
-
The week in .NET – Links! NET
July 11, 2017July 11, 2017 by Bertrand Le Roy This week’s post will exceptionally be made of links only, as I’m on vacation… Previous...
12 Dec
-
Visual Studio Code June 2017 NET
See what is new in the Visual Studio Code June 2017 Release (1.14)
12 Dec
-
UsePathBase does not disable root path · Issue #893 · aspnet/HttpAbstractions NET
HttpAbstractions - HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities.
12 Dec
-
Encrypt all the webpages: Let’s Encrypt to offer wildcard certificates for free NET
Upgrade will allow even more webpages to be protected by HTTPS.
12 Dec
-
Creating a Serverless Application with .NET Core, AWS Lambda and AWS API Gateway NET
A look at creating a simple serverless application using .NET Core, AWS Lambda and AWS API Gateway
12 Dec
-
What is .NET Standard? – Adam Ralph NET
.NET Standard is one of many new technologies to emerge from the mass of open source .NET initiatives during the past year. Compared to what's come before,...
12 Dec
-
Spreads/SignalW NET
SignalW - Even simpler and faster real-time web for ASP.NET Core (W for WebSocket)
12 Dec
-
Automating .NET Core deployments to different platforms with Cake | Jeremy Lindsay on WordPress.com NET
Recently I've been using Cake to automate code deployments to Windows and Ubuntu devices. Since .NET Core 2 became available, I've been able to write C#...
12 Dec
-
Multi-Targeting and Porting a .NET Library to .NET Core 2.0 NET
I've been holding off porting any of my full frameworks to .NET Core. With the latest .NET Core 2.0 and .NET Standard 2.0 releases and their vastly larger...
12 Dec
-
.NET Core Docker Samples now use Multi-Stage Build · Issue #18 · dotnet/announcements NET
announcements - Subscribe to this repo to be notified of Announcements and changes in .NET Core.
12 Dec
-
Introducing ASP.NET Core 2.0 Preview 2 NET
At Build 2017, we released an initial preview version of ASP.NET Core 2.0. Over the last two months we have incorporated your feedback and added a number...
12 Dec
-
Controller activation and dependency injection in ASP.NET Core MVC NET
In this post, I'll describe how controllers are created in ASP.NET Core MVC using the IControllerActivator and the options available out of the box.
12 Dec
-
Abolishing Switch-Case Statement and Pattern Matching in C# 7.0 | Rubik’s Code on WordPress.com NET
There are many arguments on the web regarding the switch-case statement. It seems that half of the programmers think that switch-case statement is actually...
12 Dec
-
sebastienros/fluid NET
fluid - Fluild is an open-source .NET template engine that is as close as possible to the Liquid template language.
12 Dec
-
Cake Version 0.20.0 released – the C# driven, open… • r/dotnet NET
21 points and 0 comments so far on reddit
12 Dec
-
The week in .NET – On .NET with Mattias Karlsson on Cake, Topshelf NET
June 14, 2017June 14, 2017 by Bertrand Le Roy Previous posts: On .NET: Mattias Karlsson – Cake During the Microsoft Build conference, we recorded...
12 Dec
-
Dotnet build task fails when command is specified at task level · Issue #28287 · Microsoft/vscode NET
vscode - Visual Studio Code
12 Dec
-
stebet/DependencyInjectorBenchmarks NET
Contribute to DependencyInjectorBenchmarks development by creating an account on GitHub.
12 Dec