The Darkside

Shedding light on things and stuff

 
  Home :: Contact :: Syndication  :: Login
  75 Posts :: 0 Stories :: 49 Comments :: 2 Trackbacks

Ads

Archives

Post Categories

Open Source Projects

Other Blogs

August 2007 Entries

Hibernate is an open source object/relational persitance framework that is widely use in Enterprise Java applications. NHibernate is a .Net port of Hibernate for Java (more specifically the Hibernate Core), and can be used to persist plain .Net objects. This article provides an introducation with a sample application to get you going.


A simple method of sending SMTP mail using C# and making use of the System.Net.Mail namespace from the Microsoft.Net Framework version 2.0.


WCF, or Windows Communication Framework, is the next generation development platform from Microsoft, encompassing and standardising the features provided by earlier technologies such as COM+, DCOM, web services and remoting. This article is a starting point for anyone wanting to dive into what WCF offers. Make sure you've got the WCF extensions installed before you start...


Log4Net is an extremely useful logging tool that allows developers to output statements to a variety of destinations. This is part 3 of 3 articles that will show you how to get the most out of this versatile component.


Log4Net is an extremely useful logging tool that allows developers to output statements to a variety of destinations. This is part 2 of 3 articles that will show you how to get the most out of this versatile component.


Log4Net is an extremely useful logging tool that allows developers to output statements to a variety of destinations. This is part 1 of 3 articles that will show you how to get the most out of this versatile component.