cppom

Stories kicked by cppom

A few principles for writing blazing fast code in .NET(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 4 days ago

Just a few tips to write code that requires higher performance demands read more...

2 comments |category: |Views: 1020

tags: another

Performance Guidelines for Properties(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 5 months, 6 days ago

Rico Mariani shares with us "Rico's Guidelines for Performant Properties", in which he outlines simple rules to ensure your properties are performant, and behave in an acceptable manner. Some of the examples included are downright scary; you'd do well to look out for these in your codebase! read more...

add a comment |category: |Views: 315

tags: another

New videos from Microsoft on the Async CTP(msdn.microsoft.com)

submitted by dpetersondpeterson(4397) 9 months, 6 days ago

Microsoft has posted 5 new videos on using the Async CTP, with C# and VB versions of each. The Async CTP seems pretty awesome so far, check out these videos to learn about it! read more...

add a comment |category: |Views: 24

tags: another

Lucene.Net needs your help (or it will die)(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 1 year, 6 months ago

The Apache Foundation wants to kill Lucene.net. If you use it please chime in and help. This post explains a bit more in detail why this is happening read more...

add a comment |category: |Views: 929

tags: another

Create a Build File for a Visual Studio Solution - MsBuild Series(markkemper1.blogspot.com)

submitted by mkempermkemper(518) 1 year, 7 months ago

A build file automates the process of building, testing, analyzing, packaging, & deploying your project. Build files can be used to give you a single click solution to perform mundane tasks in a consistent way. read more...

add a comment |category: |Views: 278

tags: another

Mono 2.8 is out, with C# 4 support, new garbage collector and much mor(www.developerfusion.com)

submitted by chrisalexanderchrisalexander(85) 1 year, 7 months ago

A new major version of Mono, the open-source cross-platform implementation of the .NET Framework, has been released. read more...

add a comment |category: |Views: 154

tags: another

Building Great Windows 7 Apps(dotnetkicks.com)

submitted by javeryjavery(5523) 1 year, 10 months ago

Jason Zander (GM, Visual Studio, Microsoft) gives a tour through some of Visual Studio 2010's new features, and how building great Windows 7 apps has never been easier. read more...

2 comments |category: |Views: 331

tags: another

Free eBook: .NET Performance Testing and Optimization(www.red-gate.com)

submitted by javeryjavery(5523) 2 years ago

Get your free copy of the Complete Guide to .NET Performance Testing and Optimization: Paul Glavich and Chris Farrell walk you through everything you need to know to set up a test environment and suggest steps you can take to get fast performance gains. Don't miss the good advice and recommendations on keeping your applications lean, mean, and fast! read more...

2 comments |category: |Views: 845

tags: another

LightSpeed + LINQPad - perfect partners(www.mindscape.co.nz)

submitted by turtlespinturtlespin(634) 2 years, 2 months ago

Today Mindscape released a LINQPad driver for LightSpeed 3.0. This extends LINQPad and allows developers to run LINQ Queries against LightSpeed models which, in turn, allows querying against SQL Server, Oracle, PostgreSQL, Amazon's SimpleDB, MySQL, SQLite, VistaDB and DB2! read more...

1 comment |category: |Views: 410

tags: another

Exploring StructureMap: Learning how to setup Auto Registration(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 10 months ago

Looking at the simple use case and how to setup for Auto Registration. Auto Registration is where StructureMap can map your types for you, assuming you follow the standard convention where Foo implementes IFoo. read more...

add a comment |category: |Views: 167

tags: another

Resharper Tip : To-do Explorer(programmer.brettveenstra.com)

submitted by brettveenstrabrettveenstra(125) 2 years, 10 months ago

Resharper provides a hidden gem for those of us who get bitten by "throw new NotImplementedException()". read more...

add a comment |category: |Views: 490

tags: another

Building a NAnt script - Part 5: Adding MSTest results to your build s(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 10 months ago

Taking a look at how to add in the ability to run the MSTest testing engine via our scripts to run our MSTest unit tests. read more...

add a comment |category: |Views: 215

tags: another

Generic Method Overloading Selection Pitfall(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 4 months ago

Recently I ran into a very unexpected behavior when working with an overloaded generic method. Basically, the selection process for overloaded versions of generic methods is different than their non-generic counterparts. Please be aware of this issue! read more...

add a comment |category: |Views: 255

tags: another

Free Tool For Managed and Unmanaged Deadlock Detection (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 5 months ago

Deadlocks are terribly difficult to find and even more difficult to debug. Debug Inspector is a free tool that allows you to view the call stacks of multiple threads at the same time, plugs in to the internals of the CLR and automatically detects deadlocks. read more...

add a comment |category: |Views: 392

tags: another

Functional .NET 4.0 - Tuples and Zip(codebetter.com)

submitted by stribnystribny(225) 3 years, 6 months ago

F# vs .NET 4.0 read more...

1 comment |category: |Views: 380

tags: another

My Favorite .NET Link Blogs(nayyeri.net)

submitted by alashcraftalashcraft(1180) 3 years, 9 months ago

Link blogs are one of the common types of blogs that are actually a list of links to other resources in a specific field. At first glance, it seems easy to collect some links and present them in a blog post and somehow this statement is right but there are some people who don’t take it easy and put a good effort to present great link blogs. read more...

add a comment |category: |Views: 563

tags: another