|
|
Stories recently tagged with 'Design'
|
|
submitted by
questpond
7 days, 9 hours ago
codeproject.com — This article has all design patterns abstract factory pattern ,builder pattern, prototype pattern , shallow copy and deep copy in prototype patterns , singleton pattern , command patterns , Interpreter pattern, iterator pattern , mediator pattern , memento pattern , observer pattern , state pattern , strategy pattern , visitor pattern , difference between visitor and strategy pattern , adapter pattern ,fly weight pattern , bridge pattern , composite pattern , decorator pattern , Façade pattern , chain of responsibility ( COR) , proxy pattern and template pattern, read more...
add a comment
|
category: C# | Views: 26
|
|
tags:
has, template, shallow, mediator, Interpreter | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dcarr
17 days, 2 hours ago
blog.domaindotnet.com — This post gets the GAC via Linq to bend your way. How? A Fusion Wrapper to IEnumerable over your Gac. No nasty PInvokes to deal with. It's all clean C# which is here to use. We owe a debt to the Mono project for this as well as a very smart Microsoft staff member to be give credit when we can find the page again. Be careful however...Our last post cranked through your registry. This post gets you the GAC. Here is what is done with a holistic post later:
* All files we can find (if you specify them)
* The Gac (all of it and even the other two ‘sub-gacs’ if you want
* Environmental Stuff (Path variable, etc. but we actually parse them and produce another tree and it fits our code)
* A lot more (think all things inside you box)
You can even join all this data if you can find the right keys. We joined our registry to our file system ‘where the registry key value as a path’ (where is was a valid path) didn’t exist. Earth-shattering? No. Faster then any virus checker we’ve tried? ABSOLUTELY. Relevant to virus checkers? No not really actually…. read more...
2 comments
|
category: Linq | Views: 15
|
|
tags:
LINQ, GAC, To, IEnumerable, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
sirrocco
18 days, 20 hours ago
akcedo.com — Don't send entity id's in method calls because sooner or later they will have to do unnecessary calls to the database. Instead, use objects which have a conceptual meaning in that message read more...
add a comment
|
category: C# | Views: 10
|
|
tags:
Design, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
wisemx
25 days, 15 hours ago
epaperpress.com — Very good methods of Color management for designers.
Free Gamma and Monitor Profile tools here:
http://www.quickgamma.de/indexen.html
http://quickgamma.de/QuickMonitorProfile/indexen.html
read more...
1 comment
|
category: Other | Views: 9
|
|
tags:
Design | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ussherm
28 days, 7 hours ago
codebetter.com — The first in what looks to be series of posts in which Dave Laribee dives into the reasons why you should care about the SOLID principles, and what do they buy you. read more...
add a comment
|
category: Other | Views: 7
|
|
tags:
SOLID, Design | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dcarr
2 months, 7 days ago
blog.domaindotnet.com — This is from the team that brought you ‘Framework Design Guidelines’ led by Krzysztof Cwalina, an individual we are not shy to recognize as an amazing mind. Look for this content (as shared here from their internal work) in the next of the book For example :
defer execution of query operator implementations. The expected behavior of most of the Query Pattern members is that they simply construct a new object which, upon enumeration, produces the elements of the set which match the query. The evaluation time is, then, at enumeration. read more...
1 comment
|
category: Linq | Views: 24
|
|
tags:
Design, Fluent, API, Framework, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 12 days ago, submitted by
ang3lfir3
2 months, 12 days ago
deepfriedbytes.com — Domain-driven design (DDD) is an approach to the design of software, based on two premises. For most software projects, the primary focus should be on the domain and domain logic (as opposed to being the particular technology used to implement the system) and complex domain designs should be based on a model. David Laribee wraps up his discussion with hosts Keith and Woody about the growing design practice and how it can be used with the .NET platform. read more...
add a comment
|
category: Architecture | Views: 206
|
|
tags:
Design, Domain-driven, Laribee, Architecture, DDD | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 17 days ago, submitted by
powerrush
3 months, 26 days ago
noop.nl — In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards.
read more...
3 comments
|
category: Other | Views: 707
|
|
tags:
Agile, ProjectManagement, DesignPatterns, ObjectOriented, SOA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
janko
4 months, 1 day ago
jankoatwarpspeed.com — The project that I'm currently working on is really challenging. Together with my team, I am refactoring the presentation layer of some complex web application which user interface caused very bad user experience. One of the things we are working on is a form layout refactoring. In this article I'll show you how we tried to improve common form layouts by using underlined labels. read more...
1 comment
|
category: Other | Views: 14
|
|
tags:
Design, form | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 7 days ago, submitted by
maartenba
4 months, 8 days ago
blog.maartenballiauw.be — A while ago, I blogged about code performance analysis in Visual Studio 2008. Using profiling and hot path tracking, I measured code performance and was able to react to that. Last week, Patrick Smacchia contacted me asking if I wanted to test his project NDepend. He promised me NDepend would provide more insight in my applications. Let's test that! read more...
add a comment
|
category: C# | Views: 255
|
|
tags:
Architecture, Design, Code, Performance, Quality | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
powerrush
4 months, 8 days ago
codebetter.com — Someone at work, new to agile approaches, asked me about when agile projects do design. I thought I would share my answer in case others were still wondering, and to try and explain where experience may have lead to us activities that are not textbook... read more...
add a comment
|
category: Architecture | Views: 16
|
|
tags:
XP, methodology, Design, Architecture, Agile | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ailon
5 months, 22 days ago
devblog.ailon.org — A story about good print designers trying to design web sites and not wanting to learn a thing. read more...
|
|
tags:
UI, Design, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
georgiawebs
6 months, 6 days ago
pushthingsforward.com — Atlanta Web Design and web development company offering logical online solutions to small and medium businesses worldwide. Custom Web Site Design, SEO Services, Ecommerce Solutions. Contact us today for your online needs. read more...
|
|
tags:
things, forward, pushthingsforward, push, Georgia | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
allianz77
6 months, 6 days ago
aspnetfix.blogspot.com — A lot of people are using user controls in asp because they are very easy to use, have design time support and so on.
The purpose of this article is to prevent making mistakes when design a web control and to present a pattern that works for me perfectly read more...
add a comment
|
category: ASP.NET | Views: 16
|
|
tags:
contols, pattern, user, ASP.NET, Design | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 17 days ago, submitted by
gustavod
7 months, 17 days ago
duartes.org — When Richard Feynman investigated the Challenger disaster, he issued a brilliant report with many insights into the nature of engineering. These apply directly to modern software development. Not sure if this one is on topic - it's about general software engineering. read more...
4 comments
|
category: Architecture | Views: 3
|
|
tags:
methodology, RichardFeynman, Design, software, Engineering | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|