Stories recently tagged with 'Architecture'

When to throw exceptions(blog.gauffin.org)

submitted by jgauffinjgauffin(160) 4 days, 16 hours ago

Explains what "exceptional" means and when you should throw exceptions. read more...

1 comment |category: |Views: 259

tags: another

Behaviour-Driven Development in .NET with SpecFlow and White(devblog.cloudreach.co.uk)

submitted by MikeBorozdinMikeBorozdin(1146) 6 days, 13 hours ago

This article gives an overview of behaviour-driven development (BDD), talks about .NET tools for BDD (SpecFlow) and UI testing (White) and proceeds with a working example giving hands on BDD in .NET read more...

1 comment |category: |Views: 202

tags: another

Semantic Versioning 2.0.0-rc.1(semver.org)

submitted by pwhe23pwhe23(972) 1 month, 17 days ago

I propose a simple set of rules and requirements that dictate how version numbers are assigned and incremented. read more...

1 comment |category: |Views: 135

tags: another

Some XSockets and SisoDb fun – Part 2 of 2(daniel.wertheim.se)

submitted by sedanwersedanwer(216) 1 month, 18 days ago

This is a continuation of Some XSockets and SisoDb fun. This post is about putting SisoDb to use and we will look how to implement Insert, Gets, Updates, Queries and Deletes in JavaScript against a socket handler. read more...

add a comment |category: |Views: 42

tags: another

TempHire reference: Best practice architecture for biz apps(drc.ideablade.com)

submitted by bsenoffbsenoff(1583) 2 months, 13 days ago

Cocktail ships with a reference application called TempHire, a line-of-business application for an imaginary temporary hiring agency. TempHire is available as Silverlight 4 and WPF solutions, sharing most of the code between the two solutions. read more...

add a comment |category: |Views: 173

tags: another

Single Page Applications using ASP.NET (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 2 months, 24 days ago

Single Page Application is an architecture for web applications. It combines the best of web and desktop, built with HTML5 and JavaScript.Single Page Applications are rich and responsive. You do not need any browser plug-ins needs to install for this architecture, it is a standard web technology that is going to work on any device, operating system and browser. read more...

add a comment |category: |Views: 13

tags: another

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

submitted by vkarumbaiahvkarumbaiah(5) 2 months, 27 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) 3 months, 2 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, 27 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) 4 months, 2 days ago

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

1 comment |category: |Views: 10

tags: another

Restful WCF / EF POCO / UnitOfWork / Repository / MEF : 1 of 2(www.codeproject.com)

submitted by dpetersondpeterson(4397) 4 months, 9 days ago

Sacha Barber, creator of the Cinch MVVM framework (http://cinch.codeplex.com/), has written a wonderful article in response to the requests of Cinch users. Sacha sets out to create a LOB application demonstrating how Restful WCF, EF, and the UnitOfWork and Repository patterns can be used together. The application is an excellent example of Domain Driven Design. read more...

add a comment |category: |Views: 287

tags: another

Simple explanation of the Repository pattern(leoncullens.nl)

submitted by AvalaxyAvalaxy(214) 4 months, 18 days ago

One of my favorite design patterns is the 'repository pattern'. That's why I decided to dedicate a complete blog post to it. Using the repository pattern in your application can yield a lot of benefits, such as improved testability, easier ways to implement caching and transactions, avoidance of code duplication and it allows you to replace the data source easier (although that probably won't happen too often). read more...

3 comments |category: |Views: 494

tags: another

Dodgy Coder: Modern Cross Platform Development(www.dodgycoder.net)

submitted by pwhe23pwhe23(972) 4 months, 23 days ago

Why isn't there a modern technology available for using the same codebase to produce native apps on all of the currently popular platforms - I'm talking iOS (iPhone/iPad/iPod Touch), Android, Windows, Mac and Linux? That was my original question before I started looking, and since then I've discovered there actually are plenty of new options out there for cross platform development catering for all of the above platforms. read more...

1 comment |category: |Views: 167

tags: another

Ayende on Infinite Scalability(ayende.com)

submitted by dpetersondpeterson(4397) 4 months, 23 days ago

Ayende Rahien shares his thoughts on an excellent article by Udi Dahan on the myth of infinite scalability (http://www.udidahan.com/2011/12/29/the-myth-of-infinite-scalability/). He adds his own 2 cents by setting a goal for scalability when designing a system. By setting a goal that is an order of magnitude above your projected requirements, you can be sure to design a system that can scale comfortably without overengineering a solution that doesn't meet your users requirements (or fails to launch). read more...

add a comment |category: |Views: 124

tags: another

Multiparadigmatic .NET(msdn.microsoft.com)

submitted by pwhe23pwhe23(972) 5 months, 7 days ago

Over the years, many of us in the .NET community have heard of Microsoft's "personas" for the Visual Studio environment: Einstein (the genius), Elvis (the rock star), and Mort (the "average" developer). As useful as these personas might be for Microsoft in trying to figure out precisely for whom they're building Visual Studio and the Microsoft .NET platform, I've found them to be less helpful. In fact, I've come to realize that for the vast majority of the .NET ecosystem, developers mostly fall into one of two basic (and highly stereotypical) camps read more...

add a comment |category: |Views: 182

tags: another

Misconceptions About Software Architecture(www.javagyan.com)

submitted by mopenmopen(3596) 5 months, 26 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