milican

Stories kicked by milican

Quake 3 Arena Ported to .NET Managed C++ VS 2008!(gregs-blog.com)

submitted by gregdolleygregdolley(300) 4 years, 4 months ago

Quake III Arena has been ported to Managed C++ .NET under Visual Studio 2008. Check out article for source code download. read more...

add a comment |category: |Views: 38

tags: another

free e books(aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 4 years, 4 months ago

Microsoft has opened 3 MS Press books completely FREE for public. read more...

3 comments |category: |Views: 20

tags: another

Performance comparison between Linq, NHibernate and Stored Procs(maximilianbeller.blogspot.com)

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

A detailed article on a performance comparison between Linq, NHibernate and Stored Procs with ADO.NET read more...

11 comments |category: |Views: 1562

tags: another

Fast StringReader for .NET(sorn.net)

submitted by jaavaagurujaavaaguru(260) 4 years, 6 months ago

After some experimentation, this is the fastest way I've found to split a string that represents a multi-line text file into individual lines. Still not as fast as doing it in C, but faster than StringReader or String.Split. read more...

3 comments |category: |Views: 105

tags: another

Exception Handling Techniques in C# 2.0(aspalliance.com)

submitted by udaydenduluriudaydenduluri(300) 4 years, 6 months ago

Believe me handling exception is one of the toughest things to do for a programmer. It taking your wife for shopping to a very expensive place and allowing her to choose what she wants to buy. :-) Exception handling techniques explained in a best possible way. read more...

4 comments |category: |Views: 34

tags: another

The uncommon features of C#.(blog.dotnetclr.com)

submitted by rawsoftrawsoft(430) 4 years, 6 months ago

A quick and dirty post about the few keywords & statements that developers rarely use. read more...

3 comments |category: |Views: 5

tags: another