While using Scrolling in Visual Studio IDE, by default it scroll amount is fixed by number of lines. During normal development, when we scroll with in code editor, the scroll amount by fixed line number is fine. But if you zoom out the editor code, scrolling wont be useful as though we have changed the code editor zooming, still scrolling is available with fixed line number. To overcome this, you can use “Enable Scroll Override” features.
Month: May 2011
Download My Virtual Tech Days Session Video on Caching enhancements in ASP.NET 4.0– Feb 2011
The 11th edition of Virtual TechDays – was held on 9th to 11th Feb 2011. I presented a session on “Caching enhancements in ASP.NET 4.0” . In this session I have talked about different enhancement of Caching in ASP.NET 4.0 with many demos. The recording session is now available for download.
You can download all the session video from Virtual Tech Days Site
How to retrieve HTTPModule details from HttpModuleCollection ?
In one of my previous post I have talked about How to get list of all active HttpModules in ASP.NET? Where I have explained how we can get list of all active modules of an ASP.NET Application at runtime. In this post, I am going discussed about, how you can get details of a particular module details from list of modules.
Read More “How to retrieve HTTPModule details from HttpModuleCollection ?”
Few important tips that you should know while using ASP.NET Session
While working with ASP.NET web application you must be familiar with one of most important state management technique “Session”. If you want to do a quick refresh or want to know some thing more, please go ahead and read one of my article “Exploring Session in ASP.NET” published at Code Project. In this post I am going to share some important tips that might be useful.
Read More “Few important tips that you should know while using ASP.NET Session”
Customizing Visual Studio Extension Icon in Visual Studio 2010
If you have deal with Visual Studio Extension ( VSIX) , you must have seen, after the extension installation default icons are predefined ( As shown in below image ). In this post I am going to describe how you can customize /change the default visual studio extension icon and can provide your own icon over there.
Read More “Customizing Visual Studio Extension Icon in Visual Studio 2010”
