When I started my professional software development career, it was in a small team of developers. Every member of the team was usually working on their own project, and sometimes we worked together. A regular topic of discussion at the[…]
Read more
Convert.ToDotNet("Everyone")
When I started my professional software development career, it was in a small team of developers. Every member of the team was usually working on their own project, and sometimes we worked together. A regular topic of discussion at the[…]
Read moreGiven that .NET Core, as a runtime, is a both open source and multiplatform it’s easy to understand the desire to run your ASP.NET Core project on a Linux host. Practically always you can find a Linux webhost cheaper than[…]
Read moreAzure Functions is a serverless compute service that enables you to run code on-demand without having to explicitly provision or manage infrastructure. This means that you can use Azure Functions to run a script or piece of code in response[…]
Read moreVisual Studio 2017 has a new option to load solutions faster. This is especially useful if your solution has several dozen projects. The option can be found under Tools > Options > Project and Solutions. As you can see, Lightweight[…]
Read moreWeb.config transformation is a simple and powerful inclusion in .NET 4.0 for generating configuration files for different environments. If you publish from Visual Studio, web.config transformation is very easy and painless. Publishing from Visual Studio to a Windows Azure hosted[…]
Read moreRecently, I had my first Windows 8 app going through the process of certification for the Windows Store. Certification did not going smoothly the first time. For a Windows 8 app to be certified, it has to meet a number[…]
Read moreIf you ever want to send updates to Twitter from C# it fairly easy to do. Recently, we added the option to send a tweet when someone registers for our upcoming dotNed user group meeting. Below is the client[…]
Read moreHere’s a video I shot at the Silverlight panel discussion at TechEd Europe 2009 in Berlin. Question was: what is the problem that Silverlight is trying to solve? From what I could get out of the answers, the idea is[…]
Read moreAs you know, IIS 7 is a powerful webserver. Just last month, after only three months of development time, we deployed the new website http://www.beurs.nl/ on an IIS 7 platform (with SQL Server 2008 back end). This site, with over[…]
Read more