(Deepak Palkar) In my previous post I summarized Microsoft Language Integrated Query (LINQ). Briefly discussed about its components as well as showed some code examples to highlight the sql query type syntax it uses. Please don’t get confused about the title of this post. We sure are going to talk a
Tag: Development
Creating a WCF Data Service
(Peter Vogel) If you want to integrate server-side Web service processing with AJAX objects in your browser, you should be considering WCF Data Services — especially if you’re working with the Entity Framework. Here’s a quick introduction to the technology.
A few thoughts on jQuery templating with jQuery.tmpl
(Dave Ward) I spent some quality time with Dave Reed’s latest revision of John Resig’s jQuery.tmpl plugin recently, migrating a small project from jTemplates. Since both the jQuery team and Microsoft team have requested feedback on jQuery.tmpl, I decided to write about my experience using it (as I a
Building ASP.NET Validator using Data Annotations
(Gil Fink) In this post I’m going to describe an implementation of ASP.NET validator that uses the new System.ComponentModel.DataAnnotations assembly that comes in .NET 4.
jQuery Templates and Data Linking (and Microsoft contributing to jQuery)
(Scott Guthrie) The jQuery library has a passionate community of developers, and it is now the most widely used JavaScript library on the web today.
Querying a Database with LINQ to SQL Using Visual Basic 2010
(Paul Kimmel) “Mirror, mirror on the wall, who is the smartest of us all?” “While you Paul are smart tis true, there are millions of guys smarter than you.”
Introduction to Windows Workflow 4.0 and Visual Studio.NET 2010
(John Charles Olamendy) With the new release of Visual Studio.NET and Microsoft.NET framework, new features are added to the underlying technologies.
Loading Remote jQuery Template Markup Language (JTML) Templates
(Ben Nadel) All of my previous jQuery Template Markup Language (JTML) demos have involved using templates that were immediately available in the current page. As such, I thought I would try writing some code that loaded a JTML template asynchronously from the server before it could be rendered.
ASP.NET MVC Tabular Display Template
(Phil Haack) The ASP.NET MVC2 templates feature is a pretty nice way to quickly scaffold objects at runtime. Be sure to read Brad Wilson’s fantastic series on this topic starting at ASP.NET MVC 2 Templates, Part 1: Introduction.
Dissecting ASP.NET Routing
(Scott Mitchell) The ASP.NET Routing framework allows developers to decouple the URL of a resource from the physical file on the web server. Specifically, the developer defines routing rules, which map URL patterns to a class or ASP.NET page that generates the content. For instance, you could create
