Pages
Blogroll
Tags
ASP.NET Brighton Uni C# cctray CruiseControl.NET django eclipse Fedora 10 Fedora 11 gtk IIS IIS7 javascript jquery jqunit latex LaunchPad Linux Mobile Broadband mono MonoDevelop MSSQL MVC NAnt nautilus Network Manager NHibernate nmock nunit php pirate plugin podcast python Service Broker shell script SQL svn tux droid ubuntu UMLDraw unit testing VS.NET Wireless wordpress-
Recent Posts
Meta
Archives
- January 2012 (3)
- May 2011 (2)
- March 2011 (1)
- August 2010 (1)
- April 2010 (1)
- March 2010 (1)
- January 2010 (2)
- October 2009 (1)
- September 2009 (3)
- August 2009 (2)
- July 2009 (4)
- June 2009 (7)
- May 2009 (6)
- April 2009 (7)
- March 2009 (5)
- February 2009 (4)
- December 2008 (4)
- November 2008 (4)
- October 2008 (5)
Tag Archives: C#
Backup IIS Server Package to Amazon S3 using C#
I recently updated our backup process at work to store our backups on Amazon S3. I wanted a simple process to that would backup the IIS server configuration and website files that can be easily be restored on a new … Continue reading
MVC Update User Online via Action Filter
Action filter to update the currently logged in users last online time to allow you to identify which of your users are online /// <summary> /// User Online Action Filter Attribute /// </summary> public class UserOnlineActionFilterAttribute : ActionFilterAttribute { /// … Continue reading
IIS7 & IIS Express 401 Access is denied due to invalid credentials Issue
I have been working on a large web application using MVC3, NHibernate using IIS Express to debug and IIS7 to stage. I’m using the membership services provided by ASP.NET to handle user authentication and provide security to the system. However … Continue reading
Running NHibernate in Medium Trust
After deploying a NHibernate to a shared host I started running into a number of issues. Whilst developing we were running in full trust not in medium trust whilst the majority of shared hosts use. After hours and hours of … Continue reading
NAnt.ToDo a NAnt Plugin
This simple plugin for NAnt parses your source code and creates a report of all the TODO and comment tags in your source code. The code is hosted over at google code. Comments The task automatically identify comments in the … Continue reading
jqRunner Snapshot – Running Javascript Unit test with NUnit
One of the nice things about unit tests is that you can use continuous integration so that you don’t have to run them yourself. At work we use CruiseControl.NET to automate our builds and run our unit tests. Now as … Continue reading
Posted in Development Log
Tagged C#, CruiseControl.NET, javascript, jquery, jqunit, unit testing
Leave a comment
More Django Plugin Stuff
So I’ve been working more on the support for django within monodevelop. Heres some screenshots of it.
Professional ASP.NET MVC 1.0
At work we have been looking at the ASP.NET MVC, model-view-controller, framework. After looking around at various different tutorials and articles we found a sample chapter from the wrox book Professional ASP.NET MVC 1.0. The sample chapter took the hello … Continue reading
NUnit and NMock
Whist working on a piece of course work for uni I started using NMock as part of some unit tests written using nunit. Having mainly used MSTests for unit tests at work I decided to use nunit as everyone has … Continue reading
New GTK# Project
I’ve started a new project, RssNotify, to try and learn more about developing applications using GTK. I’ll still be developing cctray-gtk as this project is useful, but the RssNotify is more of a project to satisfy my curiosity. The RssNotify … Continue reading