Memory in .NET Applications As you probably know, .NET applications make use of several types of memory: the stack, the unmanaged heap, and the managed heap. Here’s a little refresher.…
<sessionState mode="Off|InProc|StateServer|SQLServer" cookieless="true|false" timeout="number of minutes" stateConnectionString="tcpip=server:port" sqlConnectionString="sql connection string" stateNetworkTimeout="number of seconds"/> Required Attributes Attribute Option Description mode Specifies where to store the session state. Off Indicates that session…
Many times we need to keep serial number in grid view as the first column, most of us get it through select query in stored procedure by making use of…
Web Application Vulnerabilities Hackers today have an ever increasing list of weaknesses in the web application structure at their disposal, which they can exploit to accomplish a wide variety of…
1.Stop the MSMQ Service 2.Open the folder C:\WINDOWS\system32\msmq\storage\lqs 3.Find the file in this folder that describes your queue — (Incoming Queue) 4.Using notepad, open the lqs file for some other…
When you try to DBDiagram on SQL Server 2008 R2, you might get the following error: Error: Database diagram support objects cannot be installed because this database does not have…
Source Code Analysis tools are designed to analyze source code and/or compiled version of code in order to help find security flaws. Ideally, such tools would automatically find security flaws…
FxCop Integrator allows to integrate stand-alone FxCop and Code Metrics PoewrTool into VS2010. You can analysis your source code on VS2010 Pro. Here is the link about details about this…
The Immediate Window is your most valuable ally while debugging code. The Immediate Window is the equivalent of a debug window that allows you to watch the values of the…
Get every new post delivered to your Inbox.