Browse by Tags

All Tags » ASP.NET (RSS)
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...
Posted by mikedopp | 8 comment(s)
Filed under: ,
   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...
Posted by mikedopp | with no comments
Filed under: ,
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...
Posted by mikedopp | 1 comment(s)
Filed under: , , ,
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...
Posted by mikedopp | with no comments
Filed under: , , , ,
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...
Posted by mikedopp | with no comments
Filed under: , ,
More Posts