Showing results for September 2010 - .NET Blog

Sep 23, 2010
0
0

How to Create a Custom Item Template and Project Template

Web Development Tools Microsoft
Web Development Tools Microsoft

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 later on, similar to code snippet. For example, if you work with JaveScript, HTML5 a lot, you would want to be able to create a new web project that already has a predefined set of jQuery lib...

ASP.NET
Sep 23, 2010
0
0

Win7 Mobile Development Tools

Web Development Tools Microsoft
Web Development Tools Microsoft

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: The release notes can be found here: Release Notes Programming Resources: http://charlespetzold.com/phone/index.html Channel 9 Training: https://channel9.msdn.com/learn/courses/WP...

ASP.NET
Sep 20, 2010
0
0

Extending XML (web.config) Config transformation

Web Development Tools Microsoft
Web Development Tools Microsoft

Sayed recently posted a blog on extending XML (web.config) Config transformation.  If you haven’t read it already, you can find it here:

ASP.NET
Sep 13, 2010
0
0

Is That the Right Version of Mscoreei.dll?

CLR Team
CLR Team

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 “Hello World” executable compiled with the .NET 2.0 compiler. start end module name 60f00000 61491000 mscorwks C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll 6c65...

.NET