Server-side

Free Cheat Sheet: GlassFish Application Server v3

Getting Started with GlassFish Application Server v3 begins by introducing you to what GlassFish is and how to get it.  Then it goes on to prove its worth as...

0 replies - 715 views - 11/16/09 by lyndsey in Announcements

2009 Predictions, 2008 Predictions Revisited

It's once again that time of year, and in keeping with my tradition, I'll revisit the 2008 predictions to see how close I came before I start waxing prophetic...

7 replies - 9311 views - 01/02/09 by Ted Neward in Articles

10 Ways To Shoot Yourself In The Foot - Part A

There are several things a software developer can do to make his life much more difficult in the future. One day, some pieces of an old code may make us sorry...

0 replies - 1889 views - 11/14/08 by shaharDev102 in News

Eliminating Postbacks: Setting Up jQuery On ASP.NET Web Forms and Managing Data On The Client

So you're stuck with Visual Studio 2005 and ASP.NET Web Forms. You want to flex your ninja skills. You can't jump into ASP.NET MVC or ASP.NET AJAX or an...

1 replies - 10914 views - 11/12/08 by Jon Davis in News

C# 4.0 Feature Focus - Part 2 - Named Parameters

In the previous episode of this feature focus series we talked about optional parameters. Today we'll cover another feature introduced in C# 4.0,...

0 replies - 4232 views - 11/11/08 by bdesmet in News

C# 4.0 Feature Focus - Part 1 - Optional Parameters

Welcome to the first post in my new C# 4.0 Feature Focus series. Today we'll start by taking a look at optional parameters, a long-standing request from the...

1 replies - 2291 views - 11/06/08 by bdesmet in News

More PDC 2008 bits exploration: VisualStudio_2010

Having created a Window7 VMWare image (which I then later cloned and installed the Windows7 SDK into, successfully, wahoo!), I turned to the Visual Studio 2010...

0 replies - 591 views - 11/06/08 by Ted Neward in News

First In-Depth Look At Microsoft's Oslo And The "M" Modeling Language

Microsoft’s PDC is taking place this week and more details were shared with the attendees about project Oslo, an effort announced last year to drastically...

0 replies - 2145 views - 11/06/08 by vambenepe in News

Blisteringly Fast Integration Tests With NHibernate and SQLite

One thing I love about using NHibernate as my O/RM is being able to push the database schema from the domain.  This lets me create the database from scratch...

1 replies - 3245 views - 10/10/08 by carcer in News

Overview of Databinding in Silverlight

The goal the below code is to bind data using XAML.  So, for the example I used MLB Pitching stats for 2008, created a Pitcher object, then a...

0 replies - 2010 views - 10/09/08 by cschuman in News

Deploying An ASP.Net MVC Web Application To IIS7

The next installment in my exciting series where I capture what I know about deploying Dovetail Mobile Agent which could be boiled down to How To Be a Web...

0 replies - 2469 views - 10/08/08 by kevm in News

Extend WPF: Add Your Own Keywords And Functionality To XAML With Custom Markup Extensions

WPF is highly customizable and flexible. Also what makes WPF even better is XAML, the markup based declaration language, which is often associated to WPF but...

1 replies - 3976 views - 09/24/08 by raasiel in News

Who Ever Said LINQ Predicates Need To Be Boolean-Valued?

Back in the wonderful world of LINQ. This time I’d like to highlight one of the most important properties of LINQ: its flexibility. On various occasions...

1 replies - 3314 views - 09/16/08 by bdesmet in News

.NET MVC Controller Action Security Hole

The latest of Stephen Walther's invaluable ASP.Net MVC Tip series points out a MVC scenario that was previously unknown to me: passing cookies and server...

0 replies - 1921 views - 09/15/08 by TroyGoode in News

CRUD Operations in ADO.NET Data Services With Custom Provider

After we learned how to consume an ADO.NET data service with a .Net client in the previous post, the next thing to learn is how to do CRUD (Create, Update...

0 replies - 2975 views - 09/11/08 by gilf in News