• Blog
  • About
  • Contact
linkedin
twitter

Blog

06
APR
2012

Building the source code of ASP.NET (Web API)

Posted By : Christoph De Baene
Tags : ASP.NET, ASP.NET Web API
Comments : 0
There is a lot of activity in the source code of ASP.NET on CodePlex. Because of some bug that has been fixed, I wanted to try out the latest build. Simply download the latest source code from CodePlex (I used changed set 88372a0b4ab9). Like it is mentioned on CodePlex you have...
Read More
26
OCT
2011

Roslyn – Formatting Code

Posted By : Christoph De Baene
Tags : Code Generation, Roslyn
Comments : 0
Roslyn CTP is the implementation of a ‘compiler-as-a-service’ for C# and VB.Net. Generally compilers are black boxes, the Roslyn project changes that by opening up APIs that you can use for code related tasks in your tools and applications. In this post we are...
Read More
04
OCT
2011

0xc0000225 error when installing Win2008R2x64 on VirtualBox

Posted By : Christoph De Baene
Comments : 0
When trying to setup and install Windows Server 2008 R2 x64 on VirtualBox you may encounter the following error It turns out you need to enable the IO APIC setting, like below
Read More
20
AUG
2011

Windows Live Writer 2011 Tips

Posted By : Christoph De Baene
Tags : Utils & Tools, Windows Live
Comments : 2
Windows Live Writer (WLW) is a great tool that enables you to edit and publish your blog posts. Below you find some tips about WLW. Make WLW portable I love portable applications, it enables you to store them on a USB drive or in the cloud without losing your settings and data....
Read More
11
APR
2011

Introducing Neo4jConnect

Posted By : Christoph De Baene
Tags : Neo4j
Comments : 0
I started with an open-source project called Neo4jConnect that enables you to connect to Neo4j, which is a graph-database written in Java and accessible through the REST api. On this page you can find the several operations exposed by Neo4j through REST. Neo4jConnect exposes an...
Read More
06
APR
2011

Archi(Mate): Architecture modeling language and tool

Posted By : Christoph De Baene
Tags : Architecture, Modeling, Tools
Comments : 0
ArchiMate is an open and independent Enterprise Architecture modeling language that supports the description, analysis and visualization of architecture within and across business domains. ArchiMate is one of the open standards hosted by The Open Group and is based on the IEEE...
Read More
16
MAR
2011

Create a .NET Windows Service in 5 steps with Topshelf

Posted By : Christoph De Baene
Tags : Services
Comments : 2
Topshelf is an open-source hosting framework for building Windows Services using .NET. With Topshelf you can create in a few lines of code your own windows service. It’s a kind of internal DSL for building windows services. I used version 2.2 of Topshelf and the binaries...
Read More
13
JUL
2009

Code coverage with Visual Studio

Posted By : Christoph De Baene
Tags : Testing, Visual studio
Comments : 0
Code coverage is used to determine how effectively your tests exercise the code in your application. This way you can identify sections of code that are covered, not covered or partially covered by your tests. Visual Studio uses 2 different types of analysis, block-based...
Read More
08
JUL
2009

Enumerating project items in a Visual Studio solution

Posted By : Christoph De Baene
Tags : Visual studio
Comments : 0
Often you have the need to iterate through a collection and most of the time the iteration logic is weaved with the action that need to be done. This is because we are used to program in an imperative approach. In some scenarios it’s better to use a functional approach and...
Read More
1234Next ›Last »

Tag cloud

.NET SDK Ajax Architecture ASP.NET ASP.NET Web API Code Generation Components Events Forms Hardware Modeling Neo4j Patterns & Practices Personal Roslyn Services Silverlight SQL Server Testing Tools Unity Utils & Tools Virtualization Visual studio Windows Live WPF

Archive

  • April 2012
  • October 2011
  • August 2011
  • April 2011
  • March 2011
  • July 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • August 2008
  • March 2008
  • December 2007
  • November 2007
  • October 2007
  • March 2007
  • February 2007
  • January 2007
  • December 2006
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • May 2006
  • April 2006
  • March 2006
  • February 2006
  • January 2006
  • November 2005
  • October 2005
  • September 2005
  • August 2005
  • July 2005
  • June 2005
  • May 2005
  • April 2005
  • March 2005
  • February 2005
  • September 2004
  • July 2004
  • June 2004
  • May 2004
  • April 2004
  • March 2004
    Copyright 2013, Christoph De Baene