Skip to content

Commit 11ab4d4

Browse files
committed
why I should proof read...
1 parent 0593723 commit 11ab4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ This section is reserved for general performance tips and strategies that I hope
159159

160160
### Prefer ASP.NET MVC over ASP.NET Web Forms
161161

162-
ASP.NET Web Forms behind the scenes is actually a mature and performant technology and it's compositional development model is still a good fit for developing internal LOB applications. My issue with it is that I consider it to be an **anti-web** technology, where its thick view-state and post-backs for everything prohibits the inherent caching benefits in HTTP and encourages poor web development practices. I'm not designing that you can fight against the grain and make ASP.NET apps perform well, but I am recommending the move to the shinier and newer web frameworks from Microsoft in [asp.net/mvc](http://www.asp.net/mvc) and [asp.net/webmatrix](http://www.asp.net/webmatrix).
162+
ASP.NET Web Forms behind the scenes is actually a mature and performant technology and it's compositional development model is still a good fit for developing internal LOB applications. My issue with it is that I consider it to be an **anti-web** technology, where its thick view-state and post-backs for everything prohibits the inherent caching benefits in HTTP and encourages poor web development practices. I'm not denying that you can fight against the grain and make ASP.NET apps perform well, but I am recommending the move to the shinier and newer web frameworks from Microsoft in [asp.net/mvc](http://www.asp.net/mvc) and [asp.net/webmatrix](http://www.asp.net/webmatrix).
163163

164164
#### OWIN
165165
Note worty: a new vibrant effort is underway in **[OWIN](https://github.com/owin/gate/wiki)** driven by many devs in pro web devs in the .NET web community to create a new HTTP abstractions inspired from Ruby's Rack and Python's Paste frameworks - so [watch this space](https://github.com/owin/gate/wiki)!

0 commit comments

Comments
 (0)