Welcome to weblogs.com.pk Sign in | Join | Help

Browse by Tags

All Tags » OOP & AOP » .NET   (RSS)

StatSVN

I am stuck in pushing a project to its “end” this month…still few more steps to do..but we are seeing the end! I had a feeling that I am giving the most and doing the kind of work which I am not supposed to do…I wanted to confirm it statistically..so

AOP :: Logging Using Spring Framework - Part 2

Now that we have our auto-magic logging system configured ; we want that the invoked method/code can log certain things; and that information is only known by the invoked code. Spring Framework setup its context and it can be used to get reference to
Posted by khurram | 0 Comments
Filed under: , ,

AOP :: Logging Using Spring Framework

Few days back I weblogged about how I used Spring Framework for .NET ’s AOP features to implement logging. Here are my notes of it; and it will show you how easy things are using Aspect Oriented Programming . Lets assume we have already implemented the
Posted by khurram | 1 Comments
Filed under: , ,

AOP Frameworks for .NET v2

As per plan, tomorrow is my last day for the .NET v2 project at my workplace. It’s a light weight inventory system; and I am excited that how many new things I am able to learn in this project. DNN4, Enterprise Library and today; Aspect Oriented Programming
Posted by khurram | 1 Comments
Filed under: ,