(Nikhil Kothari) I get the Silverlight vs. Ajax question all the time, whether it is at a conference, over email, or over on discussion forums. In the interest of seeding a broader discussion, and hearing what other people think, I thought this would be an interesting blog post, along with the side
Tag: Development
Google Analytics ASP.NET Grid Counter
(Luis Ramirez) The Google Analytics ASP.NET Grid Serie will show you how to create an ASP.NET Grid that recreates the appearance and behavior of the Grid displayed in the Google Analytics web site.
Avoiding IT Errors with a .NET Slant
(Stephan Onisick) Do any of the following real-life examples feel vaguely uncomfortable because they’re too familiar? –A copy-and-paste operation in which key variables don’t get changed to reflect their new use. (Even more embarrassing when copy-and-paste code is found while working on another
Don’t sweat migrating legacy .NET projects to Visual Studio 2008
(Tony Patton) I’m always a bit apprehensive when moving to a new development tool or a new version of an existing tool because of the possibility of breaking existing code and projects. Little did I know that migrating to Visual Studio 2008 would be such a breeze.
Extending the Existing CLR Type
(Naresh Rohra) Yes, you read that right. With .NET 3.0, you can extend any existing CLR type by adding one or more public methods to it—without recompiling the library. These new members are available only to the assembly that defines the methods, a feature known as “extension methods.”
Introducing LINQ to SQL Designer using Visual Studio 2008
(Jagadish Chaterjee) This is an introductory article that focuses on designing LINQ to SQL objects using the LINQ to SQL Designer in Visual Studio 2008. Apart from designing, we will concentrate on fetching and updating databases using the model created with Designer.
Creating Agile Project Reports with TFS and Reporting Services – Part 2
(Eric Landes) This series introduces the reader to creating custom reports for TFS utilizing Reporting Services. In Part 1 of our series we covered 2 reports: A Story details report to allow you to print out your stories to post up in your war room and a current iteration report to report the statu
.NET Performance Issue: What if I suspect that my performance problem is in SQL server?
(Graham Kent) Very often when investigating ASP.NET or other .NET performance issues we find threads stuck waiting for SQL Server or some other database to respond.
Working with the ObjectDataSource and DateTime type
(Michael Livshitz) I think all of us have had a few minutes of “respite” between projects, when you can look back and ask yourself: “What a line of the code I have written, which I have searched so for a lot of time? May be I will tell my friend about it !”. This is some kind of “tips”, which […]
Conceptual Children: A powerful new concept in WPF
(Dr. WPF) Have you ever wished an element could have a parent that was neither visual nor logical? Okay, let me ask that another way… Have you ever seen either of the following exceptions?
