Browse by Tags

All Tags » ASP.NET (RSS)
Just a few weeks ago I wrote a small application that would allow a designer to work on markup and CSS and when those are saved, changes automatically uploaded to an FTP and local browser that is usually sitting on the second monitor is refreshed. That...
Posted by Sean Feldman | with no comments
Filed under:
First it was classic ASP, then ASP.NET with WebForms. At the previous company I used to work with it implementing Model-View-Presenter. Since then, I have not touched web development a lot. A lot has changed, and the biggest addition was ASP.NET MVC Framework...
Posted by Sean Feldman | 2 comment(s)
Filed under:
This is definitely interesting turn of things. Rather than come with it's own exact copy of an existing product, MS will provide an OSS product as a part of a bundle. I wonder if there are more interesting and welcomed surprises coming from this direction...
Posted by Sean Feldman | 1 comment(s)
Filed under:
Long time ago I had to deal with a case where the famous ViewState generated by WebForms was quiet heavy. This post is not going to wine about how bad ViewState is for the environment. This post is to show that even working with something big and nasty...
Posted by Sean Feldman | 5 comment(s)
Filed under:
User Controls are handy when working in web forms, but what a mess they can generate. I was asked what to do when UCs are used and some dependencies need to be injected during the construction - but UCs are a bit tricky in regards to construction. So...
Posted by Sean Feldman | 11 comment(s)
Filed under: , , ,
More Posts