Online E-Books Links
ASP.NetC-SharpVB.Net SQL ServerAJAXXML

what's New in ASP.NET version 3.5

The .NET Framework version 3.5 includes enhancements for ASP.NET in the following areas:

--> New server controls, types, and a client-script library that work together to enable you to develop AJAX-style Web applications.

--> Extension of server-based forms authentication, roles management, and profile services as Web services that can be consumed by Web-based applications.

--> A new EntityDataSource control that exposes the Entity Data Model through the ASP.NET data source control architecture.

--> A new ListView data control that displays data and that provides a highly customizable UI.

--> A new LinqDataSource control that exposes Language-Integrated Query (LINQ) through the ASP.NET data source control architecture.

--> A new merge tool (Aspnet_merge.exe) that merges precompiled assemblies to support flexible deployment and release management. This feature is not available in Visual Web Developer Express Edition.

The .NET Framework version 3.5 is also integrated with IIS 7.0. You can now use ASP.NET services such as forms authentication and caching for all content types, not just ASP.NET Web pages (.aspx files). This is because ASP.NET and IIS 7.0 use the same request pipeline. The unified request processing pipeline means that you can use managed code to develop HTTP pipeline modules that work with all requests in IIS. In addition, IIS and ASP.NET modules and handlers now support unified configuration.

frequently asked OOPS Interview Question and Answer

frequently asked OOPS Interview Question and Answer What is object-oriented programming (OOP)? OOP is a technique to develop logical modules, such as classes that contain properties, methods, fields, and events. An object is created in the program to represent a class. Therefore, an object encapsulates all the features, such as data and behavior that are associated to a class. OOP allows developers to develop modular programs and assemble them as software. Objects are used to access data and behaviors of different software modules, such as classes, namespaces, and sharable assemblies. .NET Framework supports only OOP languages, such as Visual Basic .NET, Visual C#, and Visual C++. How can prevent your class to be inherited further? You can prevent a class from being inherited further by defining it with the sealed keyword.

For More visit : frequently asked OOPS Interview Question and Answer

Overview of Window Azure

Overview of Window Azure


Windows Azure is a cloud services operating system that serves as the development, service hosting and service management environment for the Windows Azure platform. Windows Azure provides developers with on-demand compute and storage to host, scale, and manage web applications on the internet through Microsoft datacenters.

To know more visit:
Overview of Window Azure