Home /

| RSS

MSDN Library For Visual Studio And .NET 3.5 SP1

While working, you will always find two things running on my machine. One is without any doubt Visual Studio and second is MSDN Library. Since this morning after installing Visual Studio 2008 SP1 I’ve been trying to get my hands on the latest MSDN Library. Thanks to Iftekhar who pointed me to the latest [...]

[ More ] August 13th, 2008 | No Comments | Posted in Programming |

Tutorial Reading A Text File Using LINQ

Introduction
At times us developers have to deal with delimited text files in our applications. Such files have been around since yonks and I often come across data import/export tasks where delimited files are used. Till now the common way in .NET has been to read each line and then extract data using some sort of [...]

[ More ] August 13th, 2008 | 11 Comments | Posted in Programming |

Creative Commons Add-in For Microsoft Office 2007

Microsoft provides a Creative Commons addin for Microsoft Office 2007. This addin allows authors to embed CC licenses into Excel, Word and PowerPoint. After installing the addin you will see a new tab on the Ribbon.
Technorati Tags: Microsoft Office

[ More ] August 13th, 2008 | No Comments | Posted in Tips |

.NET Framework 3.5 Service Pack 1 And Visual Studio 2008 Service Pack1 Released

Yippeee! SP1 for .Net 3.5 and Visual Studio 2008 has been released. This service pack includes ADO.NET Entity Framework and ADO.NET Data Services. There are WPF designer improvements and WPF performance improvements. You can find more details and download link here.
Finally I can now install SQL Server 2008 without disturbing the apple cart :)

[ More ] August 12th, 2008 | No Comments | Posted in News |

Exam 70-502 Microsoft .NET Framework 3.5 Windows Presentation Foundation Study Links – Part 2

Back in may I posted Part 1 of this series on my old blog. Looking at the statistics it turned out to be one of the highly visited post. Recently I also had a comment asking me when I was publishing other parts of study links. Continuing the same trend here is the second part [...]

[ More ] August 11th, 2008 | No Comments | Posted in Programming |

Refactoring In Visual Studio 2008

While there is a lot of talk about refactoring tools such as Resharper and Refactor Pro, not much is said about refactoring features available in Visual Studio 2008 straight out of the box. I think Resharper and Refactor Pro are fantastic tools but they cost money and most of the time our refactoring needs are [...]

[ More ] August 9th, 2008 | 6 Comments | Posted in Programming |

How Do I Display Line Numbers In Visual Studio

Go to Tools –> Options –> Text Editor –> All Languages and check Line numbers checkbox.

Technorati Tags: Visual Studio,Tips

[ More ] August 9th, 2008 | 5 Comments | Posted in Tips |

Link Post For August 8 2008

SQL Server
Microsoft SQL Server 2008 Upgrade Advisor – Version 10.00.1600.22 (Eric Lam)
SQL SERVER – Query to Find Column From All Tables of Database (Pinal Dave)
Windows Live
Hints on a Windows Live SkyDrive update? (LiveSide)
.Net Visual Studio
Using Stored Procedures In Linq (Zeeshan Hirani)
Don’t mix using statements and lambda expressions (Jared Parsons)
C# Debugging Improvement for VS 2008 SP1- [...]

[ More ] August 8th, 2008 | No Comments | Posted in News |

Write To Vista Event Log Using C#

Event Log is a central place to log application events. These events can be errors, warnings or just information. Each event log entry in Windows Vista has a level of event, date and time the event occurred, source of event, an event Id and a task category. While event logs such as Application, System, Security [...]

[ More ] August 7th, 2008 | 10 Comments | Posted in Programming |

StyleCop Tutorial

StyleCop is a source analysis tool for C#. It can be used for analysing source code as opposed to compiled assemblies which is the area for FxCop. StyleCop is currently in version 4.2 and can be downloaded here. In this tutorial I will show you how to use StyleCop.
I will create a simple console application [...]

[ More ] August 7th, 2008 | 11 Comments | Posted in Programming |

Microsoft Sync Framework Released

Microsoft Sync Framework has just been released. You can download the framework here. Sync Framework is already being used by ADO.NET Sync Services which provides.

Offline Database Synchronization
Collaboration Between Databases
SQL Server 2008 Integrated Change Tracking
Tracing capabilities for Synchronization process

Technorati Tags: Sync Framework,ADO.Net,.Net

[ More ] August 7th, 2008 | No Comments | Posted in News |

Link Post For August 7 2008

ASP.NET And Web
My wish list for the ASP.Net MVC Framework going forward (Derik Whittaker)
WPF And Silverlight
Compare on Kelley Blue Book with Silverlight and DeepZoom (Tim Heuer)
.Net And Visual Studio
The Dark Side of LINQ (DeveloperZen)
Querying with LINQ to Entities vs ObjectQuery in EF (Julie Lerman)
100+ PDC Sessions Posted (Brad Adams)
My first Extension Method for Object (Chris [...]

[ More ] August 7th, 2008 | 1 Comment | Posted in News |