.Net Reflection Reflection is the API used to read .NET metadata. The reflection API provides a logical view of metadata rather than the literal view provided by tools like metainfo. Reflection…
Global.asx Used in ASP.Net Application The Global.asx file is an optional file that contains code for responding to application level events raised by ASP.NET. This file is also called as ASP.NET application file. This…
Securing ViewState in ASP.Net We need to do is to add encryption to the ViewState. This is done by editing the web.config only. We need to tell the web application to enable ViewStateMac. This will generate a…
Exception in ASP.Net C# The C# language's exception handling features provide a way to deal with any unexpected or exceptional situations that arise while a program is running. Exception handling uses…
Storing and Retrieving values from Session Storing and Retrieving values in session are quite similar with ViewState. We can interact with Session State with System.Web.SessionState.HttpSessionState class, because this…
How Much Money Can I Really Make? Lets be honest, you're not going to get RICH overnight with this or any other way to make money online. You can however earn an additional income without any extra work, doing…