Categories
Search → asp application object

Implementing Code Behind in ASP.NET

Introduces Object Oriented Programming (OOP) and how to link interface and code behind in ASP.NET web application. OOP (Object Oriented Programming) uses 'objects' to design applications. This object is a particular instance of a class. The class...
DETAILS

SecureRequest

If you have a classic asp application that is not secured against SQL injection attacks then SecureRequest is the way to go! By replacing the original request object you have full control of all data that the user may manipulate. You can filter, ba...
DETAILS

Using NHibernate and Log4Net in ASP.NET 2.0 applications

Hibernate and Log4J are a de-facto standard of ORM (Object-relational mapping) and logging (respectively) in Java world. That''s why both were ported to .NET runtime environment. NHibernate is ORM solution and is intended for transparent b...
DETAILS

Storing and retrieving variables from application object

In this tutorial, we will take a look at Application Object. When you''ve used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in server and all ASP pages can access the informat...
DETAILS

ASP Session Object

The Session object stores information needed for a particular user''s session on the web server. It is automatically created every time when an ASP page from the web site or web application is requested by a user who does not already have a sess...
DETAILS
©2003-2019 jCay.com