Tagged Questions
2
votes
1answer
84 views
How to properly diagram lambda expressions or traversals through them in Architecture Explorer?
I'm exploring a piece of code in Architecture Explorer in Visual Studio 2010 to study the relations between methods. I noticed a strange behavior.
Take the following source code. It generates a hello ...
0
votes
3answers
203 views
How to port this architecture to .net?
My team is currently locked into using a tool we dislike that takes the form of a Eclipse plugin and a .jar; the plugin gives us a button to quickly run a single file's code (via invoking the main ...
1
vote
3answers
489 views
Creating a line of business application with Visual Studio Isolated Shell
I ask this to the pros out there - Is it feasible to build a new LOB(Line Of Business) application with VS Shell as an stand alone application.
There are some points that I thought needs to changed, ...
7
votes
2answers
706 views
In .NET (Visual Studio), when do you create a new assembly?
I'm working on a Silverlight application. I've split it up in several assemblies:
Domain
Repositories (everything with persisting to the Sterling database)
UI
...
This is how I've learned it, but ...
1
vote
2answers
316 views
Solution organisation
I have been working on asp.net applications for 6 years but almost all of it has been extending and maintaining existing applications. I now have the need to develop a new application and I am ...