Prev | September 2017 | Next | |||||
W | S | M | T | W | T | F | S |
35 | 27 | 28 | 29 | 30 | 31 | 1 | 2 |
36 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
37 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
38 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
39 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
Want to receive every Tuesday the best .NET links?
Once subscribed you can login, submit a link and receive the weekly newsletter.
by bill-s, 2017-09-09T09:25:18.000Z
Let’s start with the development, debugging, and testing of our Azure Functions.by bill-s, 2017-09-09T23:37:18.000Z
I've written a bit about using free Lets Encrypt SSL Certificates with IIS on Windows (here and here). LetsEncrypt makes for a big improvement in streamlining SSL usage and administration, by making it easy to create and automatically update SSL certificates. And best of all, it's free and there's tooling that can completely automate the process.by bill-s, 2017-09-09T09:19:58.000Z
Here at Atlas, our primary languages are .NET and C#, so our software development team have picked their favourite .NET and related books so that you can expand your knowledge and become a better C# .NET software developer.by bill-s, 2017-09-09T23:34:39.000Z
.NET logging libraryby bill-s, 2017-09-09T23:33:58.000Z
Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers.by bill-s, 2017-09-09T23:29:35.000Z
C# misses some nice and useful string functions that PHP has. One of these is Repeat() method. I don't need it often but there are sometimes utility and integration projects where Repeat() method is needed for data formatting.by bill-s, 2017-09-09T23:29:29.000Z
I'm writing a series about lean startup on elmah.io. This is the first post in a series of 6.by bill-s, 2017-09-09T23:41:19.000Z
Goal of that lib is to make subdomain routing easy to use in asp net core mvc applications. Normally you would use some custom route for some special case scenario in your app. This should solve most of issues while using subdomain routing.by bill-s, 2017-09-09T23:37:36.000Z
The .Net IL Linker reduces the footprint of .Net apps by discarding unused libraries and references, although it's still in the preview stagesby bill-s, 2017-09-09T09:19:56.000Z
In this article, we’ll walk you through the development tools available based on your personal work style and OS.by bill-s, 2017-09-09T23:30:49.000Z
As the newest members of the .NET family, there’s much confusion about .NET Core and .NET Standard and how they differ from the .NET Framework. In this article, I’ll explain exactly what each of these are and look at when you should choose each one.by bill-s, 2017-09-09T23:29:38.000Z
There is built-in Version class available in .NET and it is easy to use in C#. Version class supports major, minor, build and revision numbers as integers. Class cam be initialized from string or with some combination of versions. Here are class constructors.by bill-s, 2017-09-09T09:24:44.000Z
Do you find that certain industry buzzwords set your teeth on edge? If so, I assure you that you have company. Buzzwords permeate every professional space, but it seems that tech really knows how to attract them. Internet of things. The cloud. Big data. DevOps. Agile and lean. And yes, microservices.by bill-s, 2017-09-09T23:42:43.000Z
This blog template is a tool to help developers quickly build a blog or similar web application.by bill-s, 2017-09-08T16:59:58.000Z
This article gave some good information for who had a question like Why is .NET Core recommended for new Modern Web Applications?