Archive

RSSArchitecture & 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

RSSC# (2)

Date Title Comments
2008-09-26 Write a little less code with IEnumerable and yield 0
2008-09-14 The implicit keyword 0

RSSDDD (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

RSSDevelopment 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

RSSDevelopment 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

RSSDevelopment 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

RSSEntrepeneur (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

RSSjQuery (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

RSSNHibernate (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

RSSOOP & 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

RSSOS code reading (2)

Date Title Comments
2008-07-07 NothinButDotNetStore, part 2 0
2008-07-06 NothinButDotNetStore, part 1 0

RSSPerformance (1)

Date Title Comments
2008-10-25 The database is not the application cache 0

RSSProcess (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

RSSProductivity & 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
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

RSSSelf 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

RSSSQL 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

RSSTDD & Refactoring (2)

Date Title Comments
2008-09-19 TDD Concepts 0
2008-09-19 Refactoring concepts 0

RSSTraining 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

RSSWeb 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

RSSUncategorized (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