ASP.NET AJAX has 2 main components: AJAX Library – This runs on the client AJAX Extensions – This runs on the server. Interview Questions .NET […]
Category: .NET Interview Questions
Service-Oriented Architecture ( SOA )
Service-Oriented Architecture ( SOA ) Introduction: In today’s technology-driven world with globalization, rapid business changes and with ever growing challenges posed by integration between globally […]
ASP.NET Web Application Security
ASP.NET with IIS, can authenticate user credentials such as names and passwords using any of the following authentication methods: •Windows: Basic, digest, or Integrated Windows […]
Cross Page Posting in ASP.NET Page
The Server.Transfer method can be used to move between webpages. This does not change the URL In ASP.NET 2.0 , cross page posting feature was […]
Hosting WCF Service
WCF service can be hosted in four ways : 1. Internet Information Server (IIS) WCF services can be hosted within Internet Information Services. There is […]
- .NET Interview Questions
- Product Management
- Product Management Interview Questions
- Product Owner Interview Questions
- Program Management
- Project Management
- Project Management Articles
- Project Management Interview Questions
- SQL Server Articles
- Technical Program Management
- Technical Program Management - Interview Questions
- TechnicalProgramManagement
- TPM Interview Questions
SQL Server 2005 Enhancements
New features in SQL 2005 in brief: SQL Server 2005 as .NET runtime host: enhancing security, reliability, and performance Writing procedures, functions, and triggers in […]
ASP.NET Error Handling and Tracing
ASP.NET TraceASP.NET introduces tracing functionality which allows one to view diagnostic information about a single request for an ASP.NET page simply by enabling it for […]
Setting MaxLength of TextArea and Mutli-Line Textbox
MaxLength property doesn’t work for multi-line text box and text area in ASP.Net. Using the JavaScript code given below, we can easily set the max […]
Understanding ASP.Net Configuration settings
The properties and behavior of the ASP .Net application are determined by the settings contained within the specific files called as the configuration files. There […]
