(Partha S) Continuing with the last entry – Automate your .Net build – I , in this post we shall see what are the ways to get your build files created from the Visual Studio projects, instead of manually creating the file. Note that I have used the next steps on Visual Studio .Net 2003 – they may ap
Tag: Development
Using C#’s yield to Return an Enumerable Collection
(Paul Kimmel) Throughout the years I have said that the CodeDOM would offer some pretty cool capabilities. Well, Microsoft stuck a new one in the seemingly innocuous phrases yield return and yield break. In this article, you learn how this new word pairing works and how using the inline state machin
Building Reports from a DataSet using ReportViewer
(Mahesh Chand) In this step-by-step tutorial, you will learn how to create reports from a Database using a DataSet and the ReportViewer control and Visual Studio 2005.
Miscellaneous Concepts of .NET – Part 1
(Uday Denduluri) Process was the basic unit of execution and isolation for running applications in Traditional Windows application development. The advantage with the model was that each application running was loaded into a separate process that automatically isolated each application from the othe
Apply DWR to Data Validation in an AJAX Application
(Deepak Vohra) Direct Web Remoting (DWR) is a Java open source library for developing AJAX applications that consists of two components: JavaScript running in the browser that sends requests and dynamically updates the web page with the response, and a servlet running on the server that processes re
Microsoft Visual Web Developer Codename ‘Orcas’ Express Edition CTP
(John Peterson) Microsoft has just released the first Community Technology Preview (CTP) of the Visual Studio Codename "Orcas" Express Edition family of products. This marks the first publicly available release of this software and, as such, it’s probably the first chance many of you may have had to
Summary : Maintaining Fixed Headers in GridView
(Bipin Joshi) One of the commonly asked question by developers is how to maintain headers of GridView in a fixed position. You must have observed that in Excel you can freeze top cells of your spread sheet. When you scroll down the headers are always visible making your sheet more readable. The same
Get tips for using namespaces in VB.NET
(Irina Medvinskaya) Developers utilize namespaces when they want to place their classes within specific .NET namespaces. Using a namespace statement with the default namespace that’s identified in a project’s properties allows you to fulfill this requirement.
Displaying Master-Details Relationships in ASP.NET 2.0
(Wei-Meng Lee) One of the common tasks in manipulating databases is displaying master-details relationships. A very good example is the SQL Server 2000 sample database pubs, which contains several interrelated tables. The authors table is related to the titles table through the titleauthor table (se
Analyzing Requirements and Defining Microsoft .NET Solution Architectures VI: Creating the Conceptual Design
(Chris Sully) The aim of this series of articles is to provide an overview of issues surrounding the architecture of .NET Solutions. In doing so it is following Microsoft’s recommended approach and, in particular, looking at the requirements of the related Microsoft certification exam (70-300), whic
