TechBubbles Microsoft Technology BLOG

ArchiveSeptember 2008

Silverlight 2 Development Overview

Introduction This post explains starting Silverlight 2 development from developer prospective. Microsoft Silverlight is a cross-browser,cross-platform for delivering rich media experience and interactive applications for the web. Prerequisites   you need to have the following installed on your machine to develop the sample Silverlight 2 application in VS environment.  VisualStudio...

Creating Action Filters in ASP.NET MVC Applications

Introduction ASP.NET MVC Applications contains the action methods in the controllers. These actions are mapped through the routing when a user makes a browser request. In order to execute your logic before a action method is called or after an action method runs. ASP.NET MVC support this requirement through a concept called ActionFilters.  ActionFilter Uses Authentication and Authorization...

ASP.NET 3.5 URL Routing

Introduction This post speaks about basics of URL Routing and how URL Routing related to building a ASP.NET MVC Application. You can also use the URL Routing with the ASP.NET Web application if install the Visual Studio 2008 service pack1. This post specifically speaks about how URL Routing is used in ASP.NET MVC Application. URL Routing is critical element in the ASP.NET MVC Application. The...

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

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud