Recent Posts

Tags

News

  • Sentient

    My services as a speaker, consultant, trainer and developer are available through Sentient.

    Sentient is a leading provider of software development, consultancy and training services on the Microsoft platform.

    Please feel free to contact me if you have a question about something posted in my blog.

Community

Email Notifications

Links

Archives

Sentient thoughts about .NET

Jonathan Greensted's .NET weblog

Browse by Tags

All Tags » ASP.NET (RSS)
Sorry, but there are no more tags available to filter with.
ASP.NET Threading Nasties
In our System.Threading talk we cover the impact of threading in an ASP.NET application and specifically how damaging to your applications scaleability it can be to call external systems with unpredictable performance characteristics. (eg. SQL-Server...
ASP.net Button submission control
I am often asked how to intercept the postback when an <asp:Button/> is clicked. The answer is not immediately obvious but once you know the trick it is very straight forward. What makes this tricky is that an <asp:Button/> renders as <input...