TechBubbles Microsoft Technology BLOG

CategoryASP.NET

ASP.NET ListView control in VS 2008

Introduction In this post I am going to explain the new data driven List view control that ships with Visual Studio 2008. To get start with the application create a web site in vs 2008. 1. Create a Web Site in Visual Studio 2008 2. Drag the ListView control from tool box under the Data section into the page.   3. To populate the items in the ListView control we are using XML Datasource...

ASP.NET 3.5 Entity Framework

Introduction This post explains how to create a Model from the database using ASP.NET Entity Framework. Using Entity Framework you can define the flexible mapping to existing relational schema. Here I have created a new console application to explain the ASP.NET Entity Framework. You need to install the VS 2008 SP1 to work with the ASP.NET Entity Framework.   1. Right click the Project and...

ASP.NET 3.5 Nested Master Pages

Introduction This post explains the improved designer for creating Nested Master pages in visual studio 2008 and ASP.NET 3.5. Nested Master pages are used when you are build a hierarchy of templates for your web site. For Example your Enterprise may have the corporate style header and each of your department in your organization may have different templates styles there you can use nested master...

ASP.NET Dynamic Data Overview

Introduction ASP.NET Dynamic Data provides the Web application scaffolding that enables you to build rich data-driven Web applications. scaffolding is mechanism that enhance the functionality of the existing ASP.NET Framework by adding the ability to dynamically display pages based on the data model of the database. This mechanism generates the page based on the default templates, while enabling...

Web 2.0 Basics

Introduction
1. Web 2.0 is a term coined by O’Reilly Media.
2. Web 2.0 is a second generation of internet based services.
3. Web 2.0 hints a improved form of world wide web.

ASP.NET Enhancements

The following are the ASP.NET enhancements in .NET Framework 3.5 1. Development support for AJAX-enabled Websites. 2. Support provided for LINQ (Language-Integrated Query). 3. Full IntelliSense support in Visual Studio 2008 for working with JavaScript. 4. ASP.NET Merge tool (Aspnet_merge.exe) allows you to combine and manage the assemblies that are created by pre-compilation tool Aspnet_compiler...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud