ASP.Net C# Work
Code Library
Often, the same controls need to be created for various web applications. To make this job easier, I'm working on an ASP.Net library of server controls that can easily be imported into any ASP.Net web application.
I've developed this library with C#, XML, SOAP web services and Linq.
The main concept is that data is readily available by default, multi-lingual and customizable.
Axco project: tax web application in ASP.Net C#
I've worked on a tax web application project in ASP.Net C#. I coded the classes using Castle MVC and ActiveRecord: I saw this technique demonstrated at a London .Net User Group. I also implemented Web User Controls to reuse web admin form controls.
My personal website
I'm learning ASP.Net C# on my personal website.
I first started with a basic html template from 1and1. Once I had half a dozen pages, I cleaned the HTML and arranged it in an ASP.Net Master Page with C# code behind. In the code behind, I worked out how to change the style and the links of the site navigation depending on the current page; i.e. the current page has a highlighted style and doesn't link to itself.
At a London .Net User Group event, I met Zi Makki who explained I should be using a .Net Menu Control to manage my site navigation links, rather than handwriting C# code-behind. He also suggested to use an XML file to manage the content of the ASP.Net Menu Control.