Upcoming Architecture stories

The repository pattern explained and implemented(blog.lowendahl.net)

submitted by vkarumbaiahvkarumbaiah(5) 2 months, 22 days ago

The repository pattern in conjunction with others is a powerful tool that lowers friction in development. Used correctly, and honoring the pattern definitions, you gain a lot of flexibility even when you have testing in the mix. read more...

add a comment |category: |Views: 15

tags: another

Embracing CRUD – to it’s full extent!(nizarnoorani.com)

submitted by noorani786noorani786(342) 2 months, 27 days ago

I watched a screen-cast recently on how Ruby on Rails takes CRUD (Create, Read, Update, Delete) to its very extreme in order to come out with a software design that is to create, understand and modify. read more...

add a comment |category: |Views: 8

tags: another

Programmer’s Backdoor Trap - Ran Wahle's blog(blogs.microsoft.co.il)

submitted by ranwranw(263) 3 months, 22 days ago

Today I’ve encountered something that made a programmer happy but made me sad. He had to pull data out of Data Warehouse and use it for his system. Later, he was informed that DWH personnel made his life easy: They’ve decided to write the data into his own database so he wouldn’t have to work so hard. Unfortunately this news made him happy, and therefore he went on with it, which made me even sadder. read more...

add a comment |category: |Views: 12

tags: another

Ditching domain models for reads(www.lostechies.com)

submitted by jericsmithjericsmith(5) 3 months, 27 days ago

always interesting to here useful nhibernate/domain design tidbits from the trenches read more...

1 comment |category: |Views: 9

tags: another

Misconceptions About Software Architecture(www.javagyan.com)

submitted by mopenmopen(3596) 5 months, 22 days ago

References to architecture are everywhere: in every article, in every ad. And we take this word for granted. We all seem to understand what it means. But there isn't any wellaccepted definition of software architecture. Are we all understanding the same thing? We gladly accept that software architecture is the design, the structure, or the infrastructure. Many ideas are floating around concerning why and how you design or acquire an architecture and who does it. Here are some of the most common misconceptions about Software Architecture. read more...

add a comment |category: |Views: 9

tags: another

Command and Query Responsibility Segregation (CQRS)(blog.fossmo.net)

submitted by threenine39threenine39(329) 6 months, 14 days ago

Found this article really interesting about CQRS read more...

add a comment |category: |Views: 9

tags: another

Architectural and Design Challenges with SOA(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(393) 7 months ago

With all of the hype about service oriented architecture (SOA) primarily through the use of web services, not much has been said about potential issues of using SOA in the design of an application. I am personally a fan of SOA, but it is not the solution for every application. Proper evaluation should be done on all requirements and use cases prior to deciding to go down the SOA road. It is important to consider how your application/service will handle the following perils as it executes. read more...

add a comment |category: |Views: 5

tags: another

NDepend - Visual Studio Addin: takes you as far as you want to go(www.codebureau.com)

submitted by PatrickSmacchiaPatrickSmacchia(20) 7 months, 6 days ago

Clearly NDepend's a very impressive tool for any serious development team to be using. It will help you to learn about reducing complexity, dependencies and generally designing your code in an efficient way. It's basically all about improving quality. read more...

add a comment |category: |Views: 6

tags: another

Windows Dedicated Servers vs. Virtual Private Servers(www.epicwinhosting.com)

submitted by bsenoffbsenoff(1583) 14 days, 1 hour ago

Our friends of Epic Win Hosting spell out all of the differences you need to know about. read more...

add a comment |category: |Views: 189

tags: another

Building small things(jclaes.blogspot.com)

submitted by JefClaesJefClaes(650) 8 months, 5 days ago

Due to the nature of things we build in our day to day job, writing software can wear out even the most fit of us. Most software jobs make you constantly deal with complexity. The amount of things which can lead to a complex software project are immense. A poor first design, and failure to redesign. External dependencies.. read more...

add a comment |category: |Views: 1

tags: another

Required Skill Sets Of A Software Architect(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(393) 8 months, 10 days ago

The question has been asked as to what is the required skill sets of a software architect. The answer to this is that it truly depends. When I state that it depend, it depends on the organization, industry, and skill sets available on the open market and internally within a company. With open ended skill sets even Napoleon Dynamite could be an architect. read more...

add a comment |category: |Views: 4

tags: another

Factory Pattern(sharp-code.net)

submitted by VelcrowVelcrow(50) 8 months, 19 days ago

The post presents an implementation of Factory Pattern. Additionally it present also thread-safe version of Singleton Pattern. read more...

add a comment |category: |Views: 11

tags: another

Responsive Web Design - Stop and Think(www.codersbarn.com)

submitted by BognitBognit(2125) 8 months, 25 days ago

This article by Ethan Marcotte on Responsive Web Design has been widely touted as the designer's panacea for all things mobile. Other leading designers such as Jeffrey Zeldman and Andy Clarke have all jumped on the band wagon. Considering the amount of influence these guys have on young designers, it saddens me that leading designers, of all people, would sacrifice their art on the altar of a quick fix. read more...

add a comment |category: |Views: 4

tags: another

Customize ReportViewerWebPart in C# and render in SharePoint Pages(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 9 months ago

This is one of the major milestone I have achieved recently to customize the report viewer web part for SharePoint sites. The issue I was facing: the SharePoint site which I have developed was too complex and it exposed via 3 zones. http://intranetsite, http://extranetsite, https://internetsite http://intranetsite – which is Windows based authentication site and for intranet people. http://extranetsite – Which is Windows based authentication site and for extranet people http://internetsite – Which is Forms based authentication site and for internet people. ..... read more...

add a comment |category: |Views: 31

tags: another

Pirates, Treasure Chests and Architectural Mapping(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(393) 9 months, 9 days ago

Pirates are known for drawing treasure maps to their most prized possession. These documents detail the decisions pirates made in order to hide and find their chests of gold. The map allows them to trace the steps they took originally to hide their treasure so that they may return. As software engineers, programmers, and architects we need to treat software implementations much like our treasure chest. Pirates are notorious for documenting where they hide their treasure. Shouldn’t we as creators of software do the same? By documenting our design decisions and rationale behind them will help others be able to understand and maintain implemented systems. read more...

add a comment |category: |Views: 1

tags: another

When to use Aspect Oriented Architecture (AOA/AOD)(www.dotnetblocks.com)

submitted by DotNetBlocksDotNetBlocks(393) 9 months, 16 days ago

When is it appropriate to use aspect oriented architecture? I think the only honest answer to this question is that it depends on the context for which the question is being asked. There really are no hard and fast rules regarding the selection of an architectural model(s) for a project because each model provides good and bad benefits. Every system is built with a unique requirements and constraints. This context will dictate when to use one type of architecture over another or in conjunction with others. read more...

add a comment |category: |Views: 6

tags: another

Service & Scheduler: Using Topshelf, Quartz, & Other OSS Bits Part 1(compositecode.com)

submitted by adronadron(835) 9 months, 20 days ago

This how-to entry will detail the steps for getting Topshelf installed, running, and a schedule integrated and timed appropriately using Quartz. Once that is complete I’ll go over how to get custom schedules added to the service.Topshelf To get Topshelf up and running open up Visual Studio, start a Windows Console Project, and then use Nuget (if you don’t have Nuget installed, I suggest doing that ASAP, you’ll need it to follow along with any reference additions). Get Topshelf Through Nuget Once you h... read more...

add a comment |category: |Views: 30

tags: another