(Guy Burstein) In this post I will show the tooling enhancements in ASP.Net MVC that lets you build CRUD (List, Details, Create and Edit) actions very fast. With a little amount of code we can create a good starting point for building a data entry application using ASP.Net MVC.
Tag: Development
REST Fundamentals
(Kalyan Bandarupalli) REST stands for Representational State Transfer, is an architectural style where you can build the software system in which clients (user agents) can make requests to the services [end points]. REST one of the ways to implement the clientserver architectural style. REST can be
Flexible and Powerful Data Binding with WPF, Part 2
(Walt Ritscher) All applications are dependent on data in some form and most developers find themselves writing reams of data access code. The first article in this series discussed how to control the data binding mechanisms of WPF programmatically. Along with a programmatic interface, WPF also prov
Using jQuery with ASP .NET
(Xun Ding) A brief introduction to jQuery and ways in which we can integrate it into ASP .NET
Introduction to ASP.NET’s Model View Controller (MVC) Design Pattern
(Ed Tittel) I don’t know what it is lately, but I find myself bumping into design patterns every which way I turn. I recently reviewed Christopher Alexander’s A Pattern Language, and here I am writing about an explicit design pattern called MVC (for Model-View-Controller). (R)
Web Packaging: Creating a Web Package using VS 2010
(Vishal R. Joshi) In the earlier post I highlighted various investments that we are making in Visual Studio 2010 and IIS to make Web Deployment easier. You can read that post below:
Standard Type Casting and ‘as’ Operator Conversions
(Brendan Enrick) C# has two primary ways of changing the types of objects from one type to another. There is the standard casting performed by naming the type to cast to before the expression to cast from inside of a set of parentheses. The other way is to use the as operator.
Relaxed Delegates in VB.NET 2008
(Dan Mabbutt) I recently republished my article showing how to use delegates in VB.NET: Using Delegates in Visual Basic .NET for Runtime Flexibility. (In fact, I expanded that article after the newsletter went out last week. So there’s more there now than there was a few days ago.)
Accessing Connection Strings Reliably
(Peter Vogel) ASP.NET provides a convenient place to hold connection strings in the connectionStrings element of the web.config file:
TreeView in Silverlight
(Mahesh Chand) A TreeView control provides a hierarchical view of list items where the top level node is called a parent and the following level nodes are called children. This article demonstrates how to create and use a TreeView control in Silverlight using XAML and C#.
