.NET & Windows

Terrible Code Example - Methods From Hell

I have been wanting to write this series of articles for a long time. Over the years I have come across very bad code examples and I have always wanted to...

0 replies - 1065 views - 10/30/08 by AmitDev102 in News

Microsoft PDC 2008: Day 2 Wrap-Up

Windows 7, Office 14, Live Services, Visual Studio 2010 Tuesday’s first keynote focused on several different Microsoft products and technologies: Windows 7,...

0 replies - 1239 views - 10/29/08 by alashcraft in News

jQuery Has Won The 3+ Year Javascript Framework Battle (As Far As I'm Concerned)

It's official. jQuery has become the new de facto standard for the web development community. By rolling jQuery in with Visual Studio and the ASP.NET core...

0 replies - 4095 views - 10/29/08 by Jon Davis in News

Microsoft PDC 2008: Day 1 Wrap-Up

Ray Ozzie took center stage this morning at the Day 1 Keynote at PDC 2008 and everybody knew he had at least one surprise up his sleeve. He teased the audience...

0 replies - 1838 views - 10/28/08 by alashcraft in News

“The C# Programming Language Third Edition” and thoughts on language evolution

With a hypothetical next release of the C# language around the corner (more about that after Anders, our language Caesar, has delivered his “Future of C#”...

0 replies - 838 views - 10/24/08 by bdesmet in Articles

Eventing In WCF

As I mentioned in a couple of previous posts (like "Using REST along with other architectural ), I've been spending the last few weeks writing an Event...

0 replies - 1314 views - 10/24/08 by arnonrgo in News

Back to Basics – The Default Keyword in Generic Code

In the following posts I’m going to describe basic tools which every developer needs to know. In today’s post I’m going to explain what is the...

0 replies - 1068 views - 10/20/08 by gilf in News

Keys To Web 3.0 Design and Development When Using ASP.NET

You can skip the following boring story as it's only a prelude to the meat of this post.

2 replies - 3587 views - 10/10/08 by Jon Davis 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 - 3271 views - 10/10/08 by carcer 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 - 2488 views - 10/08/08 by kevm in News

How to Parse and view Outlook .msg Files programmatically

This article shows that how can you parse and view Outlook .msg files using your own code in C# applications where Microsoft Office Outlook is not required for...

0 replies - 7565 views - 10/08/08 by Usman in Articles

A Very Simple C# Interview Question That Most Developers Fail

We interview a lot of people and usually go through at least 3 interviews to select someone for the organization I work in. A recent trend of new developers is...

2 replies - 1968 views - 10/03/08 by raasiel 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 - 4021 views - 09/24/08 by raasiel in News

Cloud Services and Visual Studio 10

A few weeks back I started to use Windows LiveMesh. In case you never heard of LiveMesh, it is a site where you can synchronize different devices over the web....

0 replies - 1128 views - 09/23/08 by guntherlenz in Articles

Do we actually need Methods in C# 3.0? We just need a powerful function type inference

The big milestone of C# 3.0 got me thinking, what can we do more to improve the language. After a lot of interesting discussions and debates I got with people...

0 replies - 622 views - 09/22/08 by Sadache in Articles