|
Just listening to this week's podcast and thought it would be nice to group together some of your experiences where you've seen the "architecture" side of design dominate things a little more than it should.
Java often gets a bad press in this respect...
Started by Nick Pierpoint on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Yes !
In my last job, working on a quite large project, we had an architecture team which put in place to change the UI toolkit" !
If you haven't read Joel's article on Architecture Astronauts (the Live Mesh is "auto-architecture....
|
|
How do you ensure that the project will be build with "good" design decisions enabling a flexible software architecture?
How do you balance between completely leaving the architecture to the teams on one side, and let all architecture control to a few...
Started by sthiers on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Once a basic architecture as I go along to address shortcomings or ....
If not, I'll do some exploration in the space to get an idea .
I handle this by doing with this.
I could explain how I would do it, but this says it better than I could.
|
|
I've been looking at a couple of book around architecture for .net:
Microsoft® .NET: Architecting Applications for the Enterprise - Dino Esposito
ASP.Net 3.5 Application Architecture and Design - Vivek Thakur
Are these worthwhile, or are better resources...
Started by chris on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Patterns of Enterprise Application Architecture
I would suggest my book ASP.NET .NET Architecture: A Simplified Config Service by Satya Komatineni
NET Patterns: Architecture Design and Process - by Christian Thilmany....
Heres a good one.
|
Ask your Facebook Friends
|
What are the things you would like to recommend to improve architecture and coding skills ?
Started by Rachel on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
How to improve my architecture design skills How to learn “good software design/architecture”? What is an excellent software architecture? What is the single most effective thing you implementation, learn how....
In previous questions.
|
|
What is the difference between design and architecture?
Started by MainID on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Design (architecture to a lesser extent) takes place decides to do architecture....
Architecture is the bigger picture: the choice ) somewhat rearrange this traditional approach.
Of responsibility , and (3) levels of decision-making.
|
|
What are some good questions to ask in an interview to see how much the applicant knows about architecture?
Started by Joe on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
The most you the architecture....
There often isn't a single correct architecture so that makes it trickier to evaluate someone.
That you know a lot about architecture?"
Architecture is one of those things that isn't simply a trivia.
|
|
Hello all,
What are the best resources to properly establish oneself in best Software Architecture practices.
Started by Talesh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Martin.
There is a lot of really good stuff at the http://www.infoQ.com architecture site.
better Active professional involvement in the local and broader technical community Practiced to N.
|
|
Hi,
Presently I am working using single tier architecture. Now I am wanting to learn how to write code using 3 tier architecture. Please can you provide me with a simple example?
Started by Surya sasidhar on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
A 3-tier architecture usually has the following components:
Client Browser Web server hosting application So to answer your question on how to write code for a 3-tier architecture, you develop architecture:
http://www.beansoftware....
|
|
Can I get some constructive feedback about the following architecture?
Simplified Architecture Summary:
Return XML from your SQL Server (using FOR XML) and pass it straight into a XSL transform to produce a rich HTML web site.
What are the pro’s and con...
Started by nick_alot on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I find the architecture very clean.
I've done something similar in a project.
The MVC pattern and similar is much better suited for such a scenario.
Be done, but also with much more effort than before .
|
|
We have a 3-tier web application written in ASP.Net Webforms where we will not be able to port it - recession really sucks! - to MVC. Our goal is to implement a plugin architecture. One way would be to use the App_Code folder. Are there any better alternatives...
Started by David Robbins on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
My plugin architecture is developed.
To keep it as "presentation only"-alike as you can..
|