Moses Yap
:-) A happy IT Guy

C#: My first foray into Dependency Injection using Spring.NET

August 1, 2008 09:47 by moses.yap
For quite a few months now, I have been hearing a lot about loose coupled components using Dependency Injection patterns.  There are a few frameworks that keeps popping up, including the Unity Framework which is part of Enterprise Library 4.0, String.NET which has been around for a while and is... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: .NET | C# | Patterns
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Microsoft Enterprise Library: Logging into a Database

June 13, 2008 06:07 by moses.yap
I seemed to find very little resource when it comes to configuring the Logging Application Block with a database.  Flat file sink examples are everywhere but when it comes to the Database sink, it was not as easy. Here is my contribution to helping demystify the process:   1.  Run ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Storing Files in DB or in Filesystem

April 2, 2008 03:52 by MosesYap
For web applications, is it better to store files in DB or in the filesystem.  In my previous projects, we have encountered this question a lot and the decision has not always been the same.  There is an excellent article from 4guysfromrolla that gives an introduction to storing files in... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: Patterns
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Designing a Batch Framework

November 6, 2007 23:35 by admin
Stub

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: ,
Categories: Patterns
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed