TechBubbles

Microsoft Technology BLOG

Latest stories

ASP.NET Data Pager Control in VS 2008

Introduction ASP.NET Data Pager Control is generally used in conjunction with the List View control. Read the post  ASP.NET List View Control in VS 2008 to get the idea of using this control. This post explains the use of new Data Pager Control that ship with the VS 2008. I am using the List View control project to explain the use of Data Pager Control. 1.  We displayed the List of...

ASP.NET 3.5 MVC Application

Introduction This post gives you the basic overview on ASP.NET Models, Views and Controllers. It explains how all parts in MVC Application work together and discuss how the Architecture of an ASP.NET MVC application differs from an ASP.NET  Web Forms application. The Sample ASP.NET MVC Application 1. Launch Visual Studio 2008, Select the menu option File, New Project  then New Project...

Google Chrome Web Browser Features

Introduction Today Google has released its first new open source browser named Google Chrome Beta. In this post I am going to explain about Chrome Features with examples. Download link for Google chrome First Look:     Features 1. We got classic tab system which are appearing above the URL bar which is new style that you do not fine in other browsers which is new in chrome. A new tab...

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...

Web slices and Accelerators in IE 8 Beta2

Introduction The new version of Internet explorer IE 8 Beta2 providing some cool features like Web slices, Accelerators, Ajax Navigation and Developer tools. More you can find at IE 8 Beta 2 features for Developers. Web slices in IE 8 In order to have your favorite sites up to date on your favorites is really time consuming. IE 8 brings you web slices  through which you can keep your...

Internet Explorer 8 Beta 2 Features for Developers with examples

Introduction IE 8 Beta 2 provided the decent features to the  designers and developers community. If you write the code for IE 8 Beta 2 that can run on anywhere. It means it is allowing developers and designers to develop applications with Interoperability and web standards. CSS 2.1 complainer. HTML 5.0 standards supported. Ajax navigation and enhancements supported.  Implementing DOM...

Validating XML Document Using XSD in C#.NET

Introduction This post explains how to apply  XML Schema Definition Language(XSD) to Extensible Markup Language (XML) document. Basics of XSD. Create an XML Document Start Visual Studio .NET Create a new XML File. Add the following data to the XML Document <Employee EmployeeID="123"> <EmployeeName>James Bond</EmployeeName> </Employee>   4.  Save...

XML Schema Basics(XSD)

Introduction This post gives a basic overview of XML Schema and how to use in development. XML schema describes what XML document contains and content of the XML document what fields and sub elements it can contain. Standards for Describing XML Document DTD : was the First formulized standard. XDR: Much comprehensive standard than DTD. XSD: Currently de facto standard for describing the XML...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud