neelam

Stories kicked by friends of neelam

Use Capped collection on MongoAppender for Log4Net(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 2 days, 6 hours ago

How to create Capped Collection with C# code, to make log4Net appender directly create capped collection if the collection does not already exists read more...

add a comment |category: |Views: 1

tags: another

Shim and InstanceBehavior fallthrough to isolate part of the SUT(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 17 days, 4 hours ago

Thanks to the new Shim Library in Visual Studio11 it is possible to isolate part of the SUT to write Unit Test for difficult to test classes. read more...

add a comment |category: |Views: 4

tags: another

Getting the list of Type associated to a given export in MEF(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 19 days, 3 hours ago

In this post I explain how to find concrete types imported by MEF for a given Export Type. This functionality is not directly exposed by MEF, but you can find it simply iterating inside ComposableParts and metadata of a Container. read more...

add a comment |category: |Views: 5

tags: another

instantiate WCF host class with MEF in a request/response service(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 19 days, 4 hours ago

This is the fourth part of a series that explain how to build a super simple Request/Response service with WCF. In this fourth part I explain how to configure WCF to create instance of the service with MEF, to discover all the request handlers at runtime. read more...

add a comment |category: |Views: 1

tags: another

Using Shims in Visual Studio 11 to test untestable code.(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 29 days, 14 hours ago

New upcoming version of Visual Studio, codename VisualStudio11 contains a library to isolate call to static and non-virtual function to simply testing of classes written without unit testing in mind. read more...

add a comment |category: |Views: 175

tags: another

Request Response service, separate contract and business logic(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 1 month ago

The third part of a series of articles devoted to the creation of a basic Request/response service in WCF. In this article I show how to use MEF to automatic load the handlers for the requests. read more...

add a comment |category: |Views: 3

tags: another

Upgrade TFS2010 to TFS11 with Detach and Attach(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 2 months, 6 days ago

Upgrade a Team Foundation Server Project Collection from TFS2010 to TFS11 Beta with Detach/Attach and post update manual procedure. read more...

add a comment |category: |Views: 59

tags: another

Running NUnit and xUnit tests in TFS11 build(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 2 months, 22 days ago

This post shows how simple is to run NUnit and xUnit tests during a Team Foundation Server 11 build. read more...

1 comment |category: |Views: 62

tags: another

Interesting links for Visual Studio 11 and TFS 11 Beta(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 2 months, 26 days ago

A series of links related to Visual Studio 11 ALM (VS11 + TFS11) read more...

add a comment |category: |Views: 178

tags: another

Renaming a property in RavenDb with HTTP API(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 3 months, 5 days ago

How to rename a property in RavenDb Documents with HTTP API and set-based operation. read more...

add a comment |category: |Views: 2

tags: another

Configure WebMatrix/IIS Express to work with WP7 on Windows 7(www.primordialcode.com)

submitted by alkampferalkampfer(1873) 3 months, 19 days ago

This post describes how to Configure WebMatrix/IIS Express to work with WP7 on Windows 7 read more...

add a comment |category: |Views: 5

tags: another

A list of useful link for Team Foundation Server(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 3 months, 19 days ago

A list of useful link for Team Foundation Server, if you use TFS you probably will find these useful. read more...

add a comment |category: |Views: 214

tags: another

Design time data in WPF and Blend with little effort(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 4 months, 6 days ago

Simple article that shows how easy is to create Design Time Data in WPF for Blend. read more...

add a comment |category: |Views: 7

tags: another

Customize aspect of output window in visual studio 2010(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 4 months, 17 days ago

Write a simple Visual Studio 2010 addin to format the content of the "output" window. read more...

add a comment |category: |Views: 5

tags: another

Assert on number and text of Nhibernate queries during a unit test(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 4 months, 27 days ago

A test helper class that permits me to assert on the number and text of the query that Nhibernate issued to the database during the test read more...

1 comment |category: |Views: 83

tags: another

Searching in TFS Work Items never was so Easy thanks to Power Tools(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 5 months, 6 days ago

A post that explains how to search work item in Team Foundation Server with Web Access or the new Searchbox introduced in TFS Power Tools of August 2011 (That was improved in the December 2011 release) read more...

add a comment |category: |Views: 5

tags: another