|
|
chinhdo
chinhdo
 |
|
Stories submitted by chinhdo
|
|
submitted by
chinhdo
3 months, 5 days ago
chinhdo.com — By implementing IEnlistmentNotification, you can have your file operations (copy, delete, write, etc.) participate in transactions without requiring Transactional NTFS (TxF), which only works on Vista and Windows Server 2008. Working code included. read more...
add a comment
|
category: C# | Views: 4
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
chinhdo
9 months, 9 days ago
chinhdo.com — IDataReader.GetOrdinal can help improve code maintainability with little cost. read more...
add a comment
|
category: C# | Views: 4
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 8 days ago, submitted by
chinhdo
9 months, 9 days ago
chinhdo.com — Over at Programmers Heaven.com, there’s an interesting article on the potential performance impact of try/catch blocks. The article concluded that the average cost of a try/catch block is essentially nothing (sorry there’s no author information on the post), and that .NET/C# programmers should not think twice about using try/catch blocks. The author is right that a try/catch block has essentially zero cost. However, like most coding performance issues, exceptions and try/catch blocks do not have performance implications until they occur in some type of loop. read more...
9 comments
|
category: C# | Views: 9
|
|
tags:
Shit, Bullshit, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
chinhdo
10 months, 27 days ago
chinhdo.com — The command File.OpenContainingFolder allows you to create a shortcut to open the containing explorer folder for the current item in the editor. Works with Visual Studio 2005 and 2008. read more...
1 comment
|
category: Visual Studio | Views: 0
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
chinhdo
11 months, 18 days ago
chinhdo.com — Imagine being able to author rich internet applications in your .NET language of choice, without having to mess with Javascript, cross-browser compatibility issues, or ActionScript. That’s the promise of Microsoft Silverlight 1.1. In this article, I will document my attempt at creating a Silverlight 1.1 “Hello World” application. My Hello World application is a little bit more fancy than the typical one… this one involves some animation, and drawing a few shapes from code. read more...
add a comment
|
category: Silverlight | Views: 3
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
chinhdo
1 year, 1 month ago
dotnetslackers.com — n a typical multi-tier application, one of the biggest performance bottlenecks is the overhead of making round-trips to the database. Minimizing these round-trips is often the first area you should look at during performance tuning. Fortunately, the Oracle Data Provider for .NET (ODP.NET) makes it fairly easy to do this by providing several built-in methods to write and read data in bulk. read more...
add a comment
|
category: ADO.NET | Views: 7
|
|
tags:
Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
chinhdo
1 year, 2 months ago
chinhdo.com — n a previous article (”StringBuilder is not always faster), I provided some quick benchmark data and gave “rules of thumb” for when to use StringBuilder and when to use traditional string concatenations. In this follow-up article, I will attempt to provide a more detailed analysis. read more...
3 comments
|
category: C# | Views: 1
|
|
tags:
StringBuilder, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|