Recent Posts

0
Comments

Asp.Net Security ebook by budugu

If you want to read one book about Asp.Net security, read OWASP Top 10 for .NET developer by Troy Hunt                 There’s a harsh reality web application developers need to...
3
Comments

Visual Studio 2010 running very slow? by budugu

Here is couple of things to check to improve performance of visual studio 2010 If you are using Visual Studio 2010 Ultimate and Windows7: Disable Intellitrace (Tools ->Options->Intellitrace) If you are using Windows XP, Visual Studio 2010 runs faster...
Filed under:
2
Comments

Logo for HTML5 by budugu

The World Wide Web Consortium (WC3) today introduced a new logo for HTML5, which it hopes will help promote the emerging Web standard. What’s HTML5? HTML5 is the next major revision of the HTML standard for structuring and presenting content on the World...
3
Comments

Alert user when their session is about to expire by budugu

Note: Cross posted from Vijay Kodali's Blog . Permalink Here is a quick and dirty trick to alert users on session timeout. This is not a perfect solution. But it will give reader an idea to work on... Some facts before we start: Session doesn't end When...
Filed under: ,
11
Comments

Asp.net session on browser close by budugu

Note: Cross posted from Vijay Kodali's Blog . Permalink How to capture logoff time when user closes browser? Or How to end user session when browser closed? These are some of the frequently asked questions in asp.net forums. In this post I'll show you...
Filed under: , , ,
1
Comments

Free Certification Exams for Visual Studio 2010 by budugu

Get promotional codes from here http://blogs.msdn.com/gerryo/archive/2010/03/17/register-for-visual-studio-2010-beta-exams.aspx You don’t have to pay anything to take these exams. These are 100% free. If you pass the exam, you earn the certification just...
Filed under: ,
3
Comments

Visual Studio 2008 short cuts by budugu

Note: Cross posted from Vijay Kodali's Blog. Permalink I know there are many posts dedicated to this topic. For example, Sara Ford posted about 290 shortcuts on her blog. Check Zain Naboulsi blog for VS 2010 tips. But it’s almost impossible to use all...
3
Comments

Auto save Asp.net form values Asynchronously by budugu

Note: Cross posted from Vijay Kodali's Blog. Permalink In this article, I will explain how to save Asp.Net page values asynchronously (aka Gmail style of saving mail drafts). Introduction: In the past, Web applications were known for having less usable...
Filed under: , ,
More Posts