Browse by Tags
All Tags »
ASP.NET (
RSS)
I have been coding using Microsoft technologies for a long while. Recently I was given the chance to do a little bit of web mastering. Due to my system admin background I was most definitely game for this. Learning IIS 6.0 was not a huge leap as I had...
This has been pooled together from a number of resources: What is ASP.NET? Microsoft ASP.NET is a server side technology that enables programmers to build dynamic Web sites, web applications, and XML Web services. It is a part of the .NET based environment...
This past MIX was my sophomore year. I had the chance to go to MIX07 last year. In fact have a glance at my RSS feed for that. I traveled once again with Joe Levi , courtesy of Lifetime Products . The great things about MIX was the sessions...
http://www.hanselman.com scotths@microsoft.com New web project type for asp.net More control over your </html> Testable framework Not for everyone Master Cheif GU! .NET 3.5 MVC web application template. Options: Enable testing right out the gate...
Using new features in .NET 3.5 Framework. blogs.msdn.com/justinsmith What in .NET 3.5 for services: The New HTTP Programming model: New support JSON Services Syndication in .NET 3.5 Service Stack Evolution -Sockets->HttpListener->ASP...
When your ASP.net App has been deployed make sure you turn off debugging. Flip the bit from: <compilation debug="true"> to: <compilation debug="false"> A little speed and performance enhancement. Enjoy! Technorati Tags...
More Posts