For most of my applications, especially when I want to write traces or log exceptions, I need to include some...
.Net
MS Tech Summit 2017 (27-28 March) offered different sessions covering different topics such as : Azure, Office 365, .Net, SQL...
Here’s a few unusual things about C# that few C# developers seem to know about. 1. Indexers can use params...
Develop .NET Framework Apps with Windows Server Core Containers and .NET Core with Linux Containers with the productivity you'd expect...
Announcing .NET Core tools are 1.0! Check out the changes in .NET Core tooling such as csproj and the new...
Visual Studio 2017 aims to make C# development more pleasant and productive than ever. Kasey and Mads take you on...
Learn about the available table storage options for Azure SQL Data Warehouse. One month free trial for SQLDW, simply use...
Learn about the available table storage options for Azure SQL Data Warehouse. One month free trial for SQLDW, simply use...
Engineering leaders at Microsoft talk about the evolution of developer tools and services in a cloud-first, mobile-first world. Panel speakers...
In this video, we go over some of the exciting new features in ASP.NET Core 1.1. Learn about ASP.NET Core...
In this brief overview, we present some of the new productivity features to come for Microsoft .NET in Visual Studio...
Microsoft .NET Core 1.1 includes support for additional Linux distributions, has many updates, and is the first Current release. Watch...
Al.exe: - Assembly Linker (Al.exe) generates a file that has an assembly manifest from modules or resource files. - A...
The lines are getting increasingly blurred between the web and native apps. Operating systems are able to execute JavaScript from...
Aspnet_regiis.exe is installed in the Microsoft.NET Framework directory. If the computer is running multiple .NET Framework versions side-by-side, multiple versions...
Overview Cross-Site Request Forgery is an attack where a user is forced to execute an action in a web site...
Paging through a query result is the process of returning the results of a query in smaller subsets of data,...
Retrieving data using a DataReader involves creating an instance of the Command object and then creating a DataReader by calling Command.ExecuteReader to retrieve rows from a data source....
Find out about the different ways you can use Entity Framework to access a relational database from your .NET...