Therefore Systems
  • About Me
  • Contact

Bulk Copy Data Using SQLBulkCopy Class

On August 16, 2008 · 5 Comments

SQLBulkCopy class in ADO.NET can be used to do bulk copy operations from a .Net application. There are two ways data can be bulk copied using this class. You can either do a single bulk copy or a multiple bulk copy operation. In this post I will show you how to perform a single bulk [...]

Continue Reading →

Find Duplicates Using LINQ

On August 16, 2008 · 2 Comments

How can we find duplicate occurrences of values in a collection? I will demonstrate this here using a collection of cities. City class looks like this:

public class City { public string Name { get; set; } public string Country { get; set; } }

Cities collection is initialised with this code:

List<City> cities = [...]

Continue Reading →

Windows 7 Privacy Statement Is Coming Soon

On August 14, 2008 · Leave a Comment

No I am not spreading a rumour. This is as per a Microsoft site.

Continue Reading →

Different Flavors Of LINQ

On August 14, 2008 · 2 Comments

You may have noticed from my blog posts lately that these days I am spending considerable time working with LINQ. Although I mainly concentrate on LINQ To Objects and LINQ To XML, I often wander around and play with other flavors of LINQ as well. Today, just out of curiosity I wanted to see how [...]

Continue Reading →

MSDN Library For Visual Studio And .NET 3.5 SP1

On August 13, 2008 · Leave a Comment

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 [...]

Continue Reading →

Tutorial Reading A Text File Using LINQ

On August 13, 2008 · 16 Comments

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 [...]

Continue Reading →

Creative Commons Add-in For Microsoft Office 2007

On August 13, 2008 · Leave a Comment

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

Continue Reading →

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

On August 12, 2008 · Leave a Comment

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 [...]

Continue Reading →

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

On August 11, 2008 · 3 Comments

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 [...]

Continue Reading →

Refactoring In Visual Studio 2008

On August 9, 2008 · 6 Comments

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 [...]

Continue Reading →

How Do I Display Line Numbers In Visual Studio

On August 9, 2008 · 11 Comments

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

Technorati Tags: Visual Studio,Tips

Continue Reading →

Link Post For August 8 2008

On August 8, 2008 · Leave a Comment

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 [...]

Continue Reading →
← Previous Entries Next Entries →
  • Connect with me

    • Google+
    • Facebook
    • RSS
    • Twitter
    • LinkedIn
  • Recent Posts

    • Cloudera VirtualBox boot error NET: Registered protocol family 2
    • Error Installing ASP.NET MVC 4 with Web Platform Installer
    • Meaningless number: 230,000,000
    • Enable GZip Compression in Django
    • Customize Response Headers in Django
  • Categories

    • Microsoft
      (123)
    • News
      (83)
    • .NET
      (69)
    • SQL Server
      (22)
    • Windows
      (12)
    • Visual Studio
      (10)
    • Oracle
      (7)
    • Java
      (5)
    • Linux
      (4)
    • Tools
      (3)
    • Python
      (3)
    • Uncategorized
      (2)
    • Net Beans
      (2)
    • Force.com
      (2)
    • Apple
      (2)
    • Django
      (2)
    • Mac
      (1)
    • Stuff
      (1)
"Got Hadoop installed on Ubuntu 11.10 with Netbeans. Coded and succesfully executed my first MapReduce job on Ubuntu. Super super happy :)" — iDeepakKapoor

Therefore Systems

Pages

  • About Me
  • Contact

The Latest

  • Cloudera VirtualBox boot error NET: Registered protocol family 2
    I downloaded Cloudera CDH3 Virtual Machine for VirtualBox to have a readymade […]

More

Social network icons are from Komodo Media licensed under a Creative Commons Attribution-Share Alike 2.0 Unported License.
© Copyright 2012, Deepak Kapoor
Platform by PageLines