Sign in
|
Help
vcsjones
Random thoughts of an Agile developer.
This Blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Search
Go
Tags
ASP.NET
ASP.NET 4.0
C#
CMAP
Code Camp
IE8
IIS
MVC
Office
Security
Silverlight
SQLite
Subversion
TDD
TechEd
Tools
User Group
VB.NET
Community
Home
Blogs
Media
Groups
Email Notifications
Go
Archives
October 2009 (2)
September 2009 (2)
July 2009 (2)
June 2009 (1)
April 2009 (3)
January 2009 (1)
December 2008 (1)
August 2008 (1)
June 2008 (2)
May 2008 (4)
April 2008 (4)
Other Blogs
Jonathan Cogley
Kris van der Mast
Peter Kellner
Other Things
Browse by Tags
All Tags
»
ASP.NET
(
RSS
)
ASP.NET 4.0
IIS
MVC
Sun, Jun 7 2009 1:24
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:
ASP.NET
,
ASP.NET 4.0
Fri, Dec 26 2008 15:04
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:
ASP.NET
,
IIS
Mon, May 19 2008 9:57
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:
ASP.NET
Mon, Apr 7 2008 23:33
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:
MVC
,
ASP.NET