|
|
chinhdo
Stories kicked by chinhdo
|
|
submitted by
chinhdo
8 days, 6 hours 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: 3
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
chinhdo
6 months, 12 days ago
chinhdo.com — IDataReader.GetOrdinal can help improve code maintainability with little cost. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 11 days ago, submitted by
chinhdo
6 months, 12 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: 6
|
|
tags:
Shit, Bullshit, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 18 days ago, submitted by
rplant
7 months, 20 days ago
blog.jrpsoftware.com — Let's face it, a multiple monitor setup is the only way to go for a software developer, or any other computer professional these days. If you are still using only a single monitor, you are not working at your full potential. read more...
8 comments
|
category: Other | Views: 6
|
|
tags:
NotRelatedTo.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 29 days ago, submitted by
manovich
7 months, 29 days ago
dotnettipoftheday.org — Testing code that sends email has always been a pain. You had to set up a SMTP service just to test that your .NET application sends the e-mail correctly... read more...
2 comments
|
category: Tips & Tricks | Views: 9
|
|
tags:
Email, .Net, Tips, SMTP | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
chinhdo
7 months, 30 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
8 months, 21 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: 2
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 25 days ago, submitted by
ComputerGuru
8 months, 26 days ago
neosmart.net — Windows Live Writer is first major product to use the .NET Framework and ship out of Microsoft's camp. Ever since the release of the .NET Framework in 2002, people have wondered why Microsoft doesn't use its own framework to write its programs - it seems that they finally do - and that WLW may be the first of more to come! read more...
3 comments
|
category: C# | Views: 0
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 7 days ago, submitted by
david
9 months, 7 days ago
west-wind.com — Rick Strahl summarises the disadvantages of the current ASP.NET WebForms model, and how the new ASP.NET MVC framework might address some of these issues. read more...
add a comment
|
category: ASP.NET | Views: 0
|
|
tags:
WebForms, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
chinhdo
10 months, 6 days 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: 5
|
|
tags:
Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ajdotnet
11 months, 4 days ago
ajdotnet.wordpress.com — If you are new to WF you’ll have to master two or three things to talk to a workflow: The service pattern, a silly interface pattern, and some threading issues. ... read more...
|
|
tags:
WWF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 11 months, 5 days ago, submitted by
chinhdo
11 months, 6 days 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
|