|
|
ASP.NET Application Security
Developer needs to protect the web site from the anonymous users to access sensitive information
|
|
Deploying an ASP.NET Project
Deployment is the process of installing ASP.NET application to another machine. There are two kinds of deployment aka XCOPY and Creating Setup Project.
|
|
ASP.NET Configuration
The configuration files in an ASP.NET application define the settings used in an ASP.NET application. The files can be web.config or machine.config files.
|
|
Data Caching in ASP.NET
Caching is useful in storing data which is commonly used by various processes. The time needed for data access is considerably reduced by caching and is easily accessed from the cached location
|
|
Overview of LINQ Data Source in ASP.NET
LINQ is abbreviation of Language Integrated Query. It provides a standard way to access the data from the data sources
|
|
Personalization in ASP.NET
In an ASP.NET application, the data for the web application needs to be saved in the application site. The Profile is used for providing user defined data.
|
|
Introduction to Multi Threading
Multi threading is used for defining the process in an ASP.NET application that can run irrespective of each other.
|
|
Error handling in ASP.NET
In an ASP.NET web application, there are various kind of errors related to the syntax and code typing can be resolved at the compile time. The errors as divide by zero, application related errors, etc are not solved at the compile time. To solve them, various error handling and debugging techniques are used.
|
|
Data Binding in ASP.NET
The data binding controls provide the functionality to bind the control with properties. All ASP.NET web controls are inherited from the DataBind method
|
|
Data Sources in ASP.NET
Data source controls helps user to work with various data sources. The data source can be XML file, database or any object. User can access the data from the data source.
|
|
|
|
|
|
|
To unsubscribe from Go4Expert newsletter, visit the following link:
|
|