Contents tagged with Visual Studio
-
CodeStore - Part 2 of n (SQLite, NHibernate)
So, in the last post, I started creating a new application using TreeSurgeon and added Castle Windsor and log4net support. In this post, I'm going to describe how I added the Nhibernate support and the Castle Nhibernate facility.
-
CodeStore - Part 1 of n (TreeSurgeon, Castle Windsor, Log4net)
What is CodeStore?
-
CodeShare Addin for Visual Studio 2005 (update)
This is an updated version of the CodeShare plugin to work on Visual Studio 2005. I didn't realise that anyone is using it but Travis Laborde recently ping me with the fact that VS 2005 is now released for 2 years now and the tool doesn't work on it. Please note that you don't need to have the older version to get this to work.
-
"Hello World" with BT (British Telecom) SDK
In this years TechEd Europe, BT released a brand new SDK to develop next gen applications. This is part of the Web21C initiative that the company is currently undergoing. Last week, I played with the SDK and decided to write a basic tutorial on getting started using this SDK. In the tutorial, I used the SMS capability to write a simple SMS sender application.
-
"Hello World" with BT SDK
BT SDK is a new API released by BT (British Telecom) as part of the Web21 C initiative. In this tutorial, I’ll write a Hello world SMS application demonstrating the power of this SDK. The SDK is now live and available for production use. For more information and downloads, visit http://sdk.bt.com.
-
Code Style Enforcer
A cool Visual Studio plugin to enforce coding standards. The current version is based on the C# coding standards provided by IDesign but as they are defined using regular expressions you can change it easily. Another cool thing about this is that it is built on top of DXCore which enables it to run on any version of Visual Studio. You only need to download the appropriate runtime for DXCore.
-
CodeShare Addin for Visual Studio.NET