TechBubbles

Microsoft Technology BLOG

Latest stories

ASP.NET 3.5 List Controls Overview

Introduction This post explains the List Controls that are included in the ASP.NET 3.5. List Controls are one of the Data Bound type controls in ASP.NET. The following are the five List Controls in ASP.NET 3.5. BulletedList – It displays the list of items which can be displayed as text, a link button, or a hyperlink. CheckBoxList- It displays the list of checkboxes where user having the option...

Master Pages in ASP.NET 3.5

Introduction Master Pages allows you to display common content in multiple pages. It easier to maintain, extend and modify your web site with master pages. This post post explains about how to use master pages and different methods of modifying the content in a master page from individual content pages. You can create a master page in visual studio by selecting the web site menu option, Add new...

JSON Fundamentals

Introduction
A new data format which is built on JavaScript is called JavaScript Object Notation[JSON]. It is a lightweight data format based on JavaScript syntax. JSON definitions can be included within JavaScript files. This post speaks about basic syntax of JSON.
It is important to understand the specific syntax for array and object literals before we learn JSON syntax.

Ajax Principles

Introduction Ajax a new web application model which defines a new user experience to the end user. The following principles makes web application as a good Ajax application. Minimal traffic Ajax applications should send and receive a very little information to and from the web server. Ajax can minimize the traffic between server and client by not sending any unnecessary information and images...

AJAX History

Introduction This post explains the origins of Ajax, the technologies uses and where the term is originated.Traditional web model requires a full-page load every time new data or new application logic was accessed from the server. In new web 2.0 model only portion of the page is reloads and sends very small amount of data to the client , resulting in a faster and better user user experience. Open...

Using the ASP.NET SiteMapPath Control

Introduction ASP.NET Navigation controls uses SiteMapPath control to retrieve the navigation information on the website. A SiteMap represent the relationship between the pages in an application. Site Maps Use the Provider Data model. This post explains about default XML Site Map provider, which enables you to store a Site Map in an XML file. Site Map file contains <siteMpNode> elements. You...

Software Architecture Styles

Introduction An Architecture style is a set of principles which you can use to build a system Typically Architecture styles depends on their focusing areas. Implementing the software architecture styles depends on the capacity of your organization for implementing it and infrastructure constraints. This post explains which architecture style is to use based on demands. Architecture Styles We...

Application Architecture for .NET Applications – Part2

Introduction
Software Architecture can be described as structure of system, where system represents the collection of components that accomplish a set of functions. This post explains the key design principles for software architecture.
 
The above picture shows you  the common application architecture and different components in the system and how they work together.

Application Architecture for .NET Applications – Part1

Introduction This Article series helps the .NET developers and architects to design the effective applications on .NET latest technologies. There are so many articles,books on application architecture but it is still challenging for developers to understand best practices, principles for the application design. This post speaks about the fundamentals concepts of Application Architecture and...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud