Sign in
|
Join
|
Help
in
Current Tags
Jean-Paul S. Boodhoo (blog)
CodeBetter.Com Alumni (group)
(Entire Site)
Search
Do you Twitter? Follow us
@CodeBetter
Jean-Paul S. Boodhoo
Develop With Passion
Browse by Tags
All Tags
»
C#
»
Programming
(
RSS
)
.Net 2.0
.Net 3.0
Agile
Featured
Patterns
Training
IMapper<Input,Output>
Got some feedback on my MappingEnumerable post. People wanted to see me leveraging some of the new language features (specifically linq). I can leverage linq to change the extension method to eliminate the need for the MappingEnumerable (which was brought...
Posted
Dec 19 2007, 10:27 PM
by
bitwisejp
with | with
no comments
Filed under:
C#
,
Programming
BDD Specification Base Class
With a newfound interest in leveraging the AutoMockingContainer (credit to James for convincing me of this approach) here is the code for my base class used to write BDD style interaction based tests: public abstract class Specification { private MockRepository...
Posted
Dec 19 2007, 01:44 PM
by
bitwisejp
with | with
2 comment(s)
Filed under:
C#
,
Programming
Nothin But .Net Store (Google Code) Breaking Change
I just upgraded the project to a VS2008 project and am now starting to demonstrate (and will continue to do so in the new year) how to integrate some of the new language features. This means that if you don’t have .Net 3.5 installed on your machine...
Posted
Dec 19 2007, 01:21 PM
by
bitwisejp
with | with
6 comment(s)
Filed under:
C#
,
Programming
MappingEnumerable<T>
In my infrastructure layer of my projects I regularly include the following interface: public interface IMapper < Input, Output > { Output MapFrom(Input input); } This interface should be fairly self-explanatory, it takes in an item of type Input...
Posted
Dec 19 2007, 11:04 AM
by
bitwisejp
with | with
6 comment(s)
Filed under:
C#
,
Programming
Setting The Record Straight - My Thoughts On The MVP Variants (for web applications)
Having received a bunch of emails in the past couple of weeks from people who have been asking me questions with regards to Passive View/Supervising controller patterns for web applications. I needed to let people know that for the last couple of months...
Posted
Nov 28 2007, 11:59 PM
by
bitwisejp
with | with
1 comment(s)
Filed under:
.Net 2.0
,
Agile
,
C#
,
Programming
Huge Code Drop Coming!!!!!!!
A lot of people will probably say it is about time!! I am taking the source code that just got driven out from this last week of Nothin But .Net and I am going to make it publicly available from my blog. I am hoping to release it by the end of the week...
Posted
Nov 11 2007, 05:47 AM
by
bitwisejp
with | with
7 comment(s)
Filed under:
.Net 2.0
,
.Net 3.0
,
Agile
,
C#
,
Programming
,
Training
Nothin But .Net - New York , NY ( October 22nd - 26th, 2007 )
That’s right folks. Nothin But .Net is coming to New York. The course is going to be held at TCCIT Solutions . The course runs for the week of October 22nd – 26 th , 2007. Overview Nothin But .Net is a five day boot camp that will focus on...
Posted
Jun 25 2007, 04:51 PM
by
bitwisejp
with | with
no comments
Filed under:
.Net 2.0
,
.Net 3.0
,
Agile
,
C#
,
Patterns
,
Programming
,
Training
Multithreading Question - One Solution
This morning had a good question asked: Q: Basically we're writing the billing processing part of our business application. On the 1st and 15th of the month, we bill all our policy holders and it's usually 10,000 or so transactions that need to...
Posted
Apr 17 2007, 01:35 PM
by
bitwisejp
with | with
9 comment(s)
Filed under:
C#
,
Featured
,
Programming
More Posts
Our Sponsors
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Recent Posts
Thank You - CodeBetter.Com
Achieving Your Childhood Dreams
Nothin But .Net Toronto (May 19th - 23rd) - Last Call
DevTeach is less than 2 weeks away
Press On
Tags
.Net 2.0
.Net 3.0
Agile
Articles
C#
Continuous Integration
Family
Featured
General
Patterns
Presentations
Programming
ScreenCasts
Tools
Training
Archives
May 2008
(1)
April 2008
(15)
March 2008
(7)
February 2008
(6)
January 2008
(12)
December 2007
(5)
November 2007
(24)
October 2007
(6)
September 2007
(10)
August 2007
(3)
July 2007
(8)
June 2007
(8)
May 2007
(15)
April 2007
(13)
March 2007
(3)