April 2008 - Posts

4
Comments

Passing Parameter to a Predicate in .Net2.0 by Adil Akhter

In this post, we will see how to pass parameter to a method representing Predicate. Let's say, we have a collection of SprintBacklogItem and we want to filter all the SprintBacklogItem with Title start's with, let say "QA" or "Dev Task" depending on a...
Filed under: ,
5
Comments

TDD - In a Nutshell by Adil Akhter

"One Picture's Worth Thousands Words" Benefits( from my personal experience): 1. Development can be done much quicker. You already jot down all the test cases before writing codes. By that way, you are giving much time in thinking how to solve problem...
Filed under:
10
Comments

Why Unit Testing is so important? by Adil Akhter

Why writing unit tests are so important - lets consider a development team developing a module( call it - [ A ])did not consider the unit testing that seriously. What happens to that module - 1. [ A] produced lot of Bugs in the development phase since...
Filed under: , ,
3
Comments

Using Predicate & Action of .Net2.0 by Adil Akhter

While I started developing software, I faced this situation over and over again where I had to iterate thorough the whole collection and perform some action on each of the element of the collection or filter elements depending on some logic. It was really...
Filed under: ,
7
Comments

Designing Efficient Immutable .Net2.0 Objects by Adil Akhter

What is an immutable object? By definition immutable object is the object whose state can not be changed after it is created. That means, after creating the object, its publicly exposed members can not be changed from their initial assigned values. On...
Filed under: , , ,
0
Comments

Visual Studio2008 Themes by Adil Akhter

del.icio.us Tags: Vs2008 Themes If you are also fond of changing the look and feel of Visual Studio using cools themes, here is some cool links for you - 1. A list of Cool themes in Scott Hanselman's blog 2. Dark Visual Studio 3. ZenBurn-based Visual...
Filed under: ,
More Posts