_BK_

Stories kicked by _BK_

Microsoft providing free softwares to web developers for 3 years(smallworkarounds.net)

submitted by ash143guptaash143gupta(750) 2 years, 8 months ago

Microsoft has launched today a very exciting program called WebSiteSpark for individual developers and small web startup companies having less than 10 employees. Given below are few software licenses which will be given free to you for 3 years read more...

add a comment |category: |Views: 524

tags: another

High-Performance Virtual Constructors(mobilecommerceonline.com)

submitted by _BK__BK_(20) 2 years, 8 months ago

It is very convenient to create instances of derived types based on configuration files. Problems arise when one tries to use generics to do this, however. The reason is that the compiler surreptitiously uses reflection-based code behind the scenes, greatly diminishing performance. This technique will show you how to use some LINQ features to eliminate the performance hits, increasing the speed of your virtual constructor by 16,000%. read more...

add a comment |category: |Views: 18

tags: another

Arbitrary Enumeration Associations(mobilecommerceonline.com)

submitted by _BK__BK_(20) 2 years, 8 months ago

This article explains how to bind searchable, user-defined attributes to enumerations. A generic class is provided to query static associations between attributes and enumeration fields. read more...

add a comment |category: |Views: 27

tags: another

Generic Types and Inheritance(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 9 months ago

Although I use Generics extensively, every once in a while it still throws me for a loop when dealing with complex generic parameters and inheritance. In this post I talk about a compilation error I ran into when trying to inherit a generic type including its generic parameters and a way to get around this particular issue. read more...

add a comment |category: |Views: 278

tags: another

Visual Studio Tips and Tricks - VIII(blog.prabir.me)

submitted by prabirshresthaprabirshrestha(862) 2 years, 9 months ago

Yet another tips for more productive Visual Studio coding. read more...

add a comment |category: |Views: 757

tags: another

C# lambda and foreach variable(resnikb.wordpress.com)

submitted by resnikbresnikb(110) 2 years, 9 months ago

Surprising behavior of lambdas read more...

4 comments |category: |Views: 647

tags: another

Two New Features of C# 4.0 You will Love(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 9 months ago

Two new features to C# 4.0 are optional parameters and named parameters. Optional parameters have been a part of VB.Net but it's now possible to do this in C#. Let us see how read more...

add a comment |category: |Views: 972

tags: another