free hit counter C# - Nauman Leghari's Blog

Browse by Tags

All Tags » C# (RSS)
I managed to spend some time on SequenceViz this weekend and added quick search functionality. Because the diagrams are not linkable so it is difficult to navigate between methods and types. One thing that could help now is to search for the type or method...
Although there is not much in this project yet but I think there are few things that can be improved before moving ahead. Moving castle configuration from the App.config file to its own file: This is to remove the noise in the main application configuration...
This is the third part of the series on building CodeStore. In this blog post, I'll finish off the first user story which was 1) As a customer, I want to query the Assembly data in the database so that I can get metrics about the assembly. The story is...
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. User Stories: Because...
What is CodeStore? The idea behind CodeStore is to extract information about .NET assembly and store it in a database. One we have the data, we should be able to run standard SQL queries on the data store. Although, I'm planning to develop a WPF project...
Design Patterns in Dynamic Programming http://www.norvig.com/design-patterns/ppframe.htm Introducing the Erlang AMQP Client http://hopper.squarespace.com/blog/2008/1/12/introducing-the-erlang-amqp-client.html .NET/C# AMQP client library and WCP binding...
Posted by laghari78 | 2 comment(s)
Filed under: , , ,
Summary: A simple example using OTP.NET to connect a .NET node to an erlang node. I have decided to write this after reading the article on " Integrating Java and Erlang " on ServerSide.com so I highly recommend that you read that article before continuing...
What: A simple NAnt custom task to send SMS messages using the BT SDK . Why: Maybe you want to ping your manager every time the build fails :). How: 1. Setup the SDK on your PC using my tutorial here . Please note that you need to register your own certificate...
Posted by laghari78 | with no comments
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....
In the MIX of recent product announcements, I almost forgot mentioning another cool thing that has finally arrived in the .NET world. No, I'm not talking about Silverlight but in my opinion NEsper is as cool as Silverlight and this is looking to change...
More Posts Next page »