By tag: architecture
0
kicks
Webinar on Software Best Practices and ROI
Webinar on Software Best Practices and ROI by Steve McConnell. Author of several books, such as "Software Estimation: Demystifying the Black Art"
0
kicks
Validating Architecture through LINQ Query
This post shows how to validate a sophisticated architecture requirement by writing a LINQ query!
0
kicks
Commands, queries and testing
We need abstraction, but the amount of abstraction we really need depends, and should be assessed on a case-by-case basis. It seems advisable to grow abstractions, and to introduce them gradually.
That being said, in this post I want to talk about an architecture that tries to limit abstractions ...
0
kicks
Download Your 100% Free, Non-Expiring Version of EntitySpaces Today
This is not a trial version, but the Entire EntitySpaces Studio and Profiler which we have made 100% Free. The Download.com link says 45 day Trial but that is wrong and will be corrected tomorrow, it's 100% free and under the BSD license.
0
kicks
Why Learn Assembly Language?
Here are some tips on why it is beneficial to learn Assembly language from http://www.refactorthis.net
0
kicks
POCO vs EntityObject (EF) model
This post explains the main difference between POCO (plain old CLR objects) entities and entity framework dependent entities.
0
kicks
Keeping The Domain Tidy With The implicit Keyword
quick overview and example of using the implicit keyword to make keep client code tidy.
0
kicks
Asynchronous Code Reviews as an Efficient Way of Ensuring Code Quality
Code reviews are known for having a number of undeniable benefits. At the same, code reviews are known as time consuming and tedious processes. However, asynchronous reviews can help to avoid those problems and rip benefits of code reviews and dramatically improve code quality.
0
kicks
About signing assemblies, GAC and friends
Recently I was asked by one of my colleagues to explain to a customer of his about signing assemblies, putting them into GAC etc. So I’ve decided to put some terms in order, for you to understand what it’s all about.
I’ll try to make it as short as possible saving you allot of technical details ...
0
kicks
To “var” or not to “var”, is that really the question?
A different take on whether you should use the "var" keyword or not in your code.
0
kicks
Entities, Models, and Architecture
You’ve started your own company and currently have 2 other employees. You anticipate that you will need no more than 5 employees during the first several years of operation. Do you: a) rent office space that can accommodate 5 employees plus yourself or b) buy a 20,000 square foot building?
0
kicks
Code Analyzing and NDepend
Code analyzing is an amazing thing. It helps you see your code quality, matrix, design, dependency, naming conversion, purity, visibility, architecture, layering and even the dead codes in your application.
0
kicks
Barbarian Meets MEF (Managed Extensibility Framework)
"Barbarian Meets MEF (Managed Extensibility Framework)... And There Are Evil Wizards Too"
Blog post that introduces the Managed Extensibility Framework.
0
kicks
Design and Document your Code using PDL (Programming Design Language)
Learn how to design and document your code with this form of pseudocode.