(Subodh Sohoni) In this two part article we will take an overview of various features and tools of Team System 2010 for Developers. In the first part we will check the features which were existing in VSTS 2008 and any changes in those. In the second part (next article) we will go in the details of n
Tag: Development
ADO.NET Entity Framework Tutorial and Basics
(mendhak) Database development with the .NET framework has not changed a lot since its first release. Many of us usually start by designing our database tables and their relationships and then creating classes in our application to emulate them as closely as possible in a set of Business Classes or
Different ways of reading and writing text file data in .NET
(SheoNarayan) Text file is the most convenient way to store any kind of data temporarily and very frequently used these days in any kinds of applications. This article shows different ways of reading and writing text files data in .NET.
How to Access JavaScript Variables on Postback in ASP.NET
(Deepak Choudhari) When you want to access some value set in the browser in JavaScript code in your server-side code, you’ll need to pass those values to the server during postback. Fortunately, there’s a simple and straightforward way to do that in ASP.NET. All you need to do is place a hidden fiel
Using WCF with ADO.Net Entity Model to expose CRUD operation as a SOAP enabled Service
(Dhananjay Kumar) I have seen on web many people talking about, how to deal with DTO classes and business class in WCF. And those entire topics persuaded me to write this article. This article will mainly show –What is Business class and how to create them? –What is DTO class? –How to conv
Global View Data in MVC
(Kevin Rohrbaugh) ASP.NET MVC makes it easy to pass data from a controller to a view, using the ViewData dictionary or, in the case of strongly-typed views, passing the model class directly to it. There are scenarios, however, where you might want certain pieces of global data passed to your views a
More Fun With LINQ – Perform Common Tasks in ASP.NET
(Malcolm Sheridan) Earlier this year Suprotim Agarwal did one article on Fun with LINQ. I was recently asked a question in a forum on how to find all the text boxes in an ASP.NET page. I said use LINQ! It is a perfect solution for this! So I thought I’d write a small article on how to do this plus […]
Object Oriented Programming (OOP) – The Basics
(Ged Mead) This article will stick to the absolute basics. The aim is that by the end of the series you will be able to write a simple project of your own that uses the basic OOP principles covered here.
Getting Posted ASP.NET MVC Form Data
(Brendan Enrick) At the center of ASP.NET MVC is exactly what one would expect. ASP.NET MVC is really just built on ASP.NET Forms and that really just exists to create HTML (in the general case). I like to point this out since it helps to limit a lot of the confusion that people often have when work
Silverlight 3 and the Data Form Control—part I
(Dino Esposito) A significant share of Web and Windows applications exists only to let users edit and save data. Data? What data? Unfortunately, each application has its own “data” to edit and save. The shape of data depends on the problem domain and any relational model associated with the applicat
