Browse by Tags

All Tags » ASP.NET (RSS)

ASP.NET AJAX 4.0 Client Template Rendering

Recently I have been dabbling with the ASP.NET 4.0 Framework. There were two things that immediately got my interest: An actual new version of the CLR. More of come on that later… AJAX 4.0 Now, I didn’t mean to say I was pumped an excited about it, but...
Posted by vcsjones | 1 comment(s)
Filed under: ,

Managing IIS Pipeline Mode for Backward Compatibility

Ever since the induction of IIS 7, there came a cool new feature for developers to leverage called Integrated Pipeline. This feature in a short explanation closely couples ASP.NET and IIS more closely. It allows allows writing of IIS Modules in managed...
Posted by vcsjones | with no comments
Filed under: ,

Text Encoding (Part-1)

I was recently on the ASP.NET Forums and a member was asking, "How can I figure out the encoding of text?" and that got me thinking. There should be a reasonable way to do this, right? It's a useful thing to know. First, we need a little...
Posted by vcsjones | with no comments
Filed under:

MVC Framework

The MVC framework is the new "hot" thing in the ASP.NET world for developers. As such, everyone has at least one blog entry about it. So, I think it's time I jumped on that ship. Though, I wanted to voice a few concerns with the MVC Framework...
Posted by vcsjones | with no comments
Filed under: ,