Shortcut to set debug="false" in all applications running on IIS by Sateesh Arveti On Sep 06, 2010 Setting debug="true" in web.config will have some drawbacks.
Look at Razor by Sateesh Arveti On Aug 27, 2010 Razor is a new view engine available in upcoming ASP.NET MVC release.
Look at C# constants by Sateesh Arveti On Aug 06, 2010 We can define constants in C# either using constant or readonly keyword. We will look at the differences of those.
Look at Class representation in UML Class Diagram by Sateesh Arveti On Aug 04, 2010 Class Diagram represents the classes of a system and their interrelationships.
Passing Array to Javascript from ASP.NET page by Sateesh Arveti On Jul 20, 2010 We can use RegisterArrayDeclaration() of ClientScript to pass an array from a ASP.NET page to javascript.
Look at StackTrace class by Sateesh Arveti On Jul 14, 2010 StackTrace class of System.Diagnostics helps us to interpret stack trace to get calling method name, local variables etc.
Hack to change view of GAC by Sateesh Arveti On Jul 14, 2010 Even though GAC is a folder of assemblies. It's view is different to that of a normal windows Explorer. Use this hack to get Windows Explorer view for GAC.
JQuery script to get nice style on a button by Sateesh Arveti On Jul 02, 2010 Below script gives nice mouseover effect for a button
Look at IE 8 Caret Browsing by Sateesh Arveti On May 24, 2010 IE 8 allows us to use keyboard to navigate or select text in a web page using Caret browsing feature.
IE 8 Document Compatibility by Sateesh Arveti On May 18, 2010 We can use Document Compatibility of IE 8 to choose the specific rendering mode that Internet Explorer uses to display your Web pages.
Look at Date and Time data types in SQL Server 2008 by Sateesh Arveti On Apr 16, 2010 SQL Server 2008 provides new datatypes to work with date and time values easily.
VS 2010 Keyboard Shortcut posters by Sateesh Arveti On Apr 16, 2010 VS 2010 Keyboard Shortcut posters for download
Look at IDENTITY_INSERT in SQL Server by Sateesh Arveti On Apr 13, 2010 We can use IDENTITY_INSERT for inserting values explicitly into a identity column.
Look at Table-valued functions in SQL Server 2005 by Sateesh Arveti On Apr 05, 2010 Table-valued functions are used to return TABLE datatype.
Usage of IRequiresSessionState Interface by Sateesh Arveti On Mar 30, 2010 Use IRequiresSessionState Interface to access Session data in custom HTTP Handler.
SQL Query to get objects count in database by Sateesh Arveti On Mar 26, 2010 SQL Query to get count of objects based on its type like table,function in a SQL Server database.
Shortcut to set ImageDirectory path for Infragistics Controls. by Sateesh Arveti On Mar 23, 2010 Better way to set ImageDirectory, ScriptDirectory etc for Infragistics Controls.
Adding Space between rows in Details View with browser Compatibility by Sateesh Arveti On Mar 10, 2010 Using cellspacing & RowStyle of Details View for consistent spacing in all browsers
System.AccessViolationException in .NET Migration by Sateesh Arveti On Oct 16, 2009 This tip will help us to resolve exception coming after .NET Migration(from 1.1 to >2.0),when calling Unmanaged/Unsafe managed code
Mindcracker Most Valuable Professional Award by Sateesh Arveti On Aug 25, 2009 I got the Mindcracker Most Valuable Professional Award for 2009 from C# Corner and Mindcracker Network web sites.
Another Visual Studio Tip by Sateesh Arveti On Aug 20, 2009 Faster way to do searching in currently opened document.
Another Visual Studio Tip by Sateesh Arveti On Aug 20, 2009 Faster approach to comment/uncomment code
Another Visual Studio Tip by Sateesh Arveti On Aug 12, 2009 This tip helps us to navigate easily among the editors opened in Visual Studio 2008
Visual Studio Tip by Sateesh Arveti On Aug 10, 2009 Tip in doing Copy/Paste in Visual Studio Editor
Javascript ClientID issue in ASP.NET 1.1 to ASP.NET 2.0 Migration by Sateesh Arveti On Jul 02, 2009 The below solution will help us to resolve javascript clientid issue in migration.