Andrei Butnaru's blog
Deciphering life one method at a time
Home
Archive
Subscribe
Log in
Entrepeneur
Layering
OOP
DDD
Enterprise
TDD
NHibernate
Archive
Architecture & Enterprise Patterns
C#
DDD
Development base concepts
Development tips & tricks
Development tools
Entrepeneur
jQuery
NHibernate
OOP & OOP Patterns
OS code reading
Performance
Process
Productivity & Time management
Programming links
Self Improvement
SQL Server & TSQL
TDD & Refactoring
Training modules
Web development
Uncategorized
Architecture & Enterprise Patterns (15)
Date
Title
Comments
2008-11-15
Using Lucene .Net to index and search website content
0
2008-09-23
Application layer Mappers play well with domain Services
0
2008-09-23
DTOs are for JSON serialization (and any serialization) also, not only for display
0
2008-09-19
Layering concepts
0
2008-09-18
Simple code
0
2008-08-22
Data transfer objects and preparing data from the UI for the Domain, part 2
0
2008-08-21
Data transfer objects and preparing data from the UI for the Domain, part 1
0
2008-08-17
Enterprise concepts
0
2008-08-10
Layering training module
0
2008-07-29
NHibernate concurrency and allocating unique numbers
0
2008-07-23
The IoC helper
0
2008-07-19
Simple MVP (Model-View-Presenter) example
0
2008-07-07
NothinButDotNetStore, part 2
0
2008-07-06
NothinButDotNetStore, part 1
0
2008-07-01
Baseline Architecture
0
C# (2)
Date
Title
Comments
2008-09-26
Write a little less code with IEnumerable and yield
0
2008-09-14
The implicit keyword
0
DDD (19)
Date
Title
Comments
2008-11-15
Using Lucene .Net to index and search website content
0
2008-11-15
Base fluent repository
0
2008-11-14
Another DDD sample
0
2008-11-04
DDD2 module evaluation
0
2008-11-04
Steps for learning object oriented programming
0
2008-11-04
Value objects - practical example
0
2008-10-25
Repository with caching
0
2008-10-25
DDD sample application
0
2008-10-25
DDD2 training module
0
2008-09-23
Application layer Mappers play well with domain Services
0
2008-09-15
Specification for domain and NHibernate database queries, without Linq
0
2008-08-24
Create repositories only for aggregate roots
0
2008-08-20
DDD1 module evaluation
0
2008-08-19
The Flags attribute
0
2008-08-18
DDD1 training module
0
2008-08-15
DDD Concepts
0
2008-08-13
Risk management and the core domain
0
2008-08-12
Enforcing a default business rule
0
2008-08-06
Fluent repository
0
Development base concepts (11)
Date
Title
Comments
2008-10-03
ORM and NHibernate concepts
0
2008-09-19
Process concepts
0
2008-09-19
TDD Concepts
0
2008-09-19
Refactoring concepts
0
2008-09-19
Layering concepts
0
2008-09-19
Concept lists resources
0
2008-09-19
About the concept lists
0
2008-09-11
Cheat sheets
0
2008-08-17
Enterprise concepts
0
2008-08-16
OOP Concepts
0
2008-08-15
DDD Concepts
0
Development tips & tricks (21)
Date
Title
Comments
2008-11-20
How to work with the SVN diff even if the file has suffered a CTRL-K-D
0
2008-11-20
Doing selects over database tables even when they are in a transaction
0
2008-11-14
Don't leave the collation specified in your TSQL scripts
0
2008-11-04
Steps for learning object oriented programming
0
2008-09-26
How to retrieve the selected Ids from an ASP .Net list with jQuery
0
2008-09-26
With a Web Application Project you have to build the website almost each time
0
2008-09-26
When two developers work on the same file under SVN source control, be careful with renaming
0
2008-09-26
Write a little less code with IEnumerable and yield
0
2008-09-17
Even if you don't do TDD or unit testing, use tests to speed up your development process
0
2008-09-14
The implicit keyword
0
2008-08-23
Single file upload - choosing a file naming strategy
0
2008-08-19
The Flags attribute
0
2008-07-28
Exception handling
0
2008-07-26
Performance profiling
0
2008-07-23
The IoC helper
0
2008-07-11
jQuery and ASP .Net Ids
0
2008-07-10
Initialising ASP .Net Membership the easy way
0
2008-07-08
Automate manual tasks
0
2008-07-05
The RecordStamp field
0
2008-07-04
How to approach global performance improvements
0
2008-07-03
Never delete data from the database
0
Development tools (9)
Date
Title
Comments
2008-10-01
ReSharper helps me with my builds
0
2008-09-17
Even if you don't do TDD or unit testing, use tests to speed up your development process
0
2008-09-11
IETester - keep up with IE versions the easy way
0
2008-08-04
Reflector, an essential tool
0
2008-07-30
Productivity tools and ReSharper
0
2008-07-26
Performance profiling
0
2008-07-18
CSS debugging tools
0
2008-07-09
Control suites making things so easy
0
2008-07-02
EMS Data Generator for SQL Server
0
Entrepeneur (8)
Date
Title
Comments
2008-11-29
eKnacks.com - Smart solutions sharing
0
2008-11-15
Be aware of how much you can handle at any given moment, and don't go over that
0
2008-11-15
Appreciate and enjoy what you do
0
2008-11-14
Dealing with information overload
0
2008-11-01
Entrepreneur concepts
0
2008-08-01
You call the shots!
0
2008-07-31
How to build a dream
0
2008-07-22
How fast can you build an app?
0
jQuery (8)
Date
Title
Comments
2008-09-26
How to retrieve the selected Ids from an ASP .Net list with jQuery
0
2008-09-26
Draggable window, cookies, AJAX callbacks, user controls and JSON - combination powered by jQuery, ASP .Net and JSON .Net
0
2008-08-08
AJAX callbacks with ASP .Net, jQuery, JSON and Web Services
0
2008-08-05
jQuery and ASP .Net Ids, part 2
0
2008-07-25
jQuery tabs
0
2008-07-21
ASP .Net Client Side Validation With jQuery
0
2008-07-13
Rendering ASP .Net Controls For AJAX Callbacks
0
2008-07-11
jQuery and ASP .Net Ids
0
NHibernate (3)
Date
Title
Comments
2008-10-03
ORM and NHibernate concepts
0
2008-09-26
Avoid unnecessary select queries with join or left join, part 2
0
2008-09-23
NHibernate optimization - avoid unnecessary select queries
2
OOP & OOP Patterns (6)
Date
Title
Comments
2008-11-04
Steps for learning object oriented programming
0
2008-09-18
Methods communicate well through classes representing concepts, not through primitives
1
2008-09-18
Simple code
0
2008-08-16
OOP Concepts
0
2008-07-07
NothinButDotNetStore, part 2
0
2008-07-06
NothinButDotNetStore, part 1
0
OS code reading (2)
Date
Title
Comments
2008-07-07
NothinButDotNetStore, part 2
0
2008-07-06
NothinButDotNetStore, part 1
0
Performance (1)
Date
Title
Comments
2008-10-25
The database is not the application cache
0
Process (8)
Date
Title
Comments
2008-11-14
If it's not the simplest coding task, you should also test it
0
2008-10-25
Sharing knowledge in a team
0
2008-10-01
ReSharper helps me with my builds
0
2008-09-26
With a Web Application Project you have to build the website almost each time
0
2008-09-26
When two developers work on the same file under SVN source control, be careful with renaming
0
2008-09-19
Process concepts
0
2008-08-09
Developer training
0
2008-07-08
Automate manual tasks
0
Productivity & Time management (5)
Date
Title
Comments
2008-11-14
Dealing with information overload
0
2008-11-04
2 critical items each day
0
2008-11-01
Entrepreneur concepts
0
2008-09-13
Be aware of what you are doing right now, part 2
0
2008-09-13
Be aware of what you are doing right now
0
Programming links (7)
Date
Title
Comments
2008-09-06
Programming Links, 09.06.2008
0
2008-08-30
Programming links 08.30.2008
0
2008-08-24
Programming links, 08.24.2008
0
2008-07-26
Programming links, 07.26.2008
0
2008-07-16
Programming blogs list
0
2008-07-11
Programming Links, 07.11.2008
0
2008-07-05
Programming Links, 07.05.2008
0
Self Improvement (12)
Date
Title
Comments
2008-11-29
eKnacks.com - Smart solutions sharing
0
2008-11-15
Be aware of how much you can handle at any given moment, and don't go over that
0
2008-11-15
Appreciate and enjoy what you do
0
2008-11-14
Dealing with information overload
0
2008-11-04
2 critical items each day
0
2008-11-01
Entrepreneur concepts
0
2008-10-01
One important thing we can learn from animals: live in the present
0
2008-08-14
Morning compromises
0
2008-07-26
Self improvement links, 07.26.2008
0
2008-07-17
Self improvement blog list
0
2008-07-14
A New Earth
0
2008-07-12
Why and how to wake up early
0
SQL Server & TSQL (5)
Date
Title
Comments
2008-11-20
Doing selects over database tables even when they are in a transaction
0
2008-11-14
Don't leave the collation specified in your TSQL scripts
0
2008-07-05
The RecordStamp field
0
2008-07-03
Never delete data from the database
0
2008-07-02
EMS Data Generator for SQL Server
0
TDD & Refactoring (2)
Date
Title
Comments
2008-09-19
TDD Concepts
0
2008-09-19
Refactoring concepts
0
Training modules (6)
Date
Title
Comments
2008-11-04
DDD2 module evaluation
0
2008-10-25
DDD2 training module
0
2008-08-20
DDD1 module evaluation
0
2008-08-18
DDD1 training module
0
2008-08-10
Layering training module
0
2008-08-09
Developer training
0
Web development (16)
Date
Title
Comments
2008-11-29
eKnacks.com - Smart solutions sharing
0
2008-09-26
How to retrieve the selected Ids from an ASP .Net list with jQuery
0
2008-09-26
Draggable window, cookies, AJAX callbacks, user controls and JSON - combination powered by jQuery, ASP .Net and JSON .Net
0
2008-09-23
DTOs are for JSON serialization (and any serialization) also, not only for display
0
2008-08-23
Single file upload - choosing a file naming strategy
0
2008-08-08
AJAX callbacks with ASP .Net, jQuery, JSON and Web Services
0
2008-08-05
jQuery and ASP .Net Ids, part 2
0
2008-07-24
Client Side Validation VS Server Side Validation
0
2008-07-21
ASP .Net Client Side Validation With jQuery
0
2008-07-19
Simple MVP (Model-View-Presenter) example
0
2008-07-18
CSS debugging tools
0
2008-07-15
ASP .Net Captcha control
0
2008-07-13
Rendering ASP .Net Controls For AJAX Callbacks
0
2008-07-11
jQuery and ASP .Net Ids
0
2008-07-10
Initialising ASP .Net Membership the easy way
0
2008-07-09
Control suites making things so easy
0
Uncategorized (3)
Date
Title
Comments
2008-10-02
Screenhunter, free solution for elegant screenshots
0
2008-09-10
Blogging tools
0
2008-08-07
Windows XP Optimization
0
Total
107 posts
3 comments
Powered by
BlogEngine.NET
1.4.5.0
Search
Include comments in search
Category list
Architecture & Enterprise Patterns (15)
C# (2)
DDD (19)
Development base concepts (11)
Development tips & tricks (21)
Development tools (9)
Entrepeneur (8)
jQuery (8)
NHibernate (3)
OOP & OOP Patterns (6)
OS code reading (2)
Performance (1)
Process (8)
Productivity & Time management (5)
Programming links (7)
Self Improvement (12)
SQL Server & TSQL (5)
TDD & Refactoring (2)
Training modules (6)
Web development (16)
RecentPosts
eKnacks.com - Smart solutions sharing
Comments: 0
How to work with the SVN diff even if the file has suffered a CTRL-K-D
Comments: 0
Doing selects over database tables even when they are in a transaction
Comments: 0
Be aware of how much you can handle at any given moment, and don't go over that
Comments: 0
Appreciate and enjoy what you do
Comments: 0
Using Lucene .Net to index and search website content
Comments: 0
Base fluent repository
Comments: 0
Dealing with information overload
Comments: 0
Another DDD sample
Comments: 0
Don't leave the collation specified in your TSQL scripts
Comments: 0
Month List
2008
November (16)
October (9)
September (26)
August (23)
July (33)
My Links
Akcedo