darpan

Stories kicked by darpan

Method to Copy Data Between Objects of Different Types(alteridem.net)

submitted by rprouserprouse(1175) 3 years, 10 months ago

One thing that I find tiresome when using the various Model/View patterns is the constant copying of data between the model and the view. This is the first post in a series on a possible easier way to do this. In this post I write a method that copies the data from one interface to another based on the names and types of the properties. Over the next few posts, I will extend the code to use generics and extension methods. read more...

add a comment |category: |Views: 42

tags: another

The 5 types of poor software architects(buunguyen.net)

submitted by qn111qn111(575) 3 years, 11 months ago

The types of software architects you never want to meet in your career read more...

add a comment |category: |Views: 1228

tags: another

Build visual studio documentation from code comments using Sandcastle(saftsack.fs.uni-bayreuth.de)

submitted by eXXLeXXL(120) 4 years, 2 months ago

This article describes how to build help files using Sandcastle and code comment tags and how to integrate the help files into the visual studio help system. read more...

add a comment |category: |Views: 65

tags: another

Exploring C# 3.0(visualstudiomagazine.com)

submitted by JemmJemm(9604) 4 years, 3 months ago

Many of the compiler changes in C# 3.0 were driven by Language Integrated Query (LINQ), but the changes to C# 3.0 are important in their own right because they can enhance your code tremendously. read more...

add a comment |category: |Views: 10

tags: another

C# Debugging Improvements for VS 2008 SP1- Part 1(blogs.msdn.com)

submitted by SreekarSreekar(200) 4 years, 4 months ago

Over the past few months I have been busy closing VS 2008 and working on some fixes for SP1. We have enabled some key debugging scenarios in C# in VS 2008 SP1, they include support for Range Variables in Queries & Anonymous Types Generic Type arguments Covering all of them was making the post long so i am going to discuss Range variables this time and continue on with the other 2 in the next post. read more...

add a comment |category: |Views: 32

tags: another

Debugging C# 3.0 Part II(blogs.msdn.com)

submitted by SreekarSreekar(200) 4 years, 5 months ago

In the last article I covered the "results view" for lazy evaluated collections like Queries/Enumerable and the use of extension methods in the watch and immediate window. For completeness I will cover stepping, range variables, anonymous types and Xlinq support and this will lead us into the SP1 work for debugging. read more...

add a comment |category: |Views: 10

tags: another

SQL Server 2008 June CTP now available!(sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 11 months ago

Preview upcoming Releases: SQL Server 2008 June CTP now available! read more...

1 comment |category: |Views: 3

tags: another

How to host an ASP.NET Web Service Outside of IIS(msdn2.microsoft.com)

submitted by rstuvenrstuven(190) 5 years, 4 months ago

WSE 3 enables ASP.NET Web services to be hosted in console applications, Windows services, COM+ components, or Windows Forms applications and then to be called using the TCP protocol or any custom transport protocol written for WSE. read more...

add a comment |category: |Views: 176

tags: another