Dive deep into building world-class cloud native applications with .NET and Azure using .NET Aspire!
.NET Blog
Free. Cross-platform. Open source. A developer platform for building all your apps.
Latest posts
Web Deploy: How to see the command executed in Visual Studio during publish
I just saw a post on Twitter asking the question Is there any easy way to see the underlying MSBuild command when building in VS2010? Want to ...
CLR Inside Out – New Features and Improved Performance in Silverlight 4
Sorry for the late notice, but October installment of the “CLR Inside Out” column in MSDN Magazine is available on line. This month we have an ...
ASP.NET Web Projects: web.debug.config & web.release.config
DIsclaimer: You may experience some in-consistent behavior using this technique. If so please let us know. I have heard a lot of questions and confusion ...
Working with different versions of AjaxControlToolkit in Visual Studio 2010
When working with different versions of AjaxControlToolkit, Visual Studio 2010 contains some interesting improvements compared to previous versions of ...
How to Create a Custom Item Template and Project Template
When you’re working on a web project, there are times you wish you could have captured all of the stuff you’re working on often and then re-use it ...
Win7 Mobile Development Tools
If you haven’t installed the Visual Studio Mobile tools for building Win7 applications I would highly recommend you do so now via one of the following links...
Extending XML (web.config) Config transformation
Sayed recently posted a blog on extending XML (web.config) Config transformation. If you haven’t read it already, you can find it here...
Is That the Right Version of Mscoreei.dll?
After installing .NET 4.0 or later you may notice something a little unusual about your .NET processes. Here is a partial list of the loaded modules of a simple...
An example of packaging web application containing database upgrade SQL file
A few months ago, we have a blog talking about extending the web publishing pipeline to package database project deployed SQL file. In this blog, I’ll ...