When I first switched from Java to C #, I was really impressed with the power of C #. However, it seems to me that C # does not yet provide a reliable infrastructure in how JavaEE works.
Every time I try to integrate C # functions into scalable or complex architectures, it always comes down to the following: How can I flip this so that it can be MVC / MVP ? For example, data binding has led to more headaches than I have managed.
MSDN has a lot of documentation related to architecture and patterns. However, for the most part, they are "textbooks" and do not take into account how these concepts relate to .NET functions.
JavaEE EJBs and Apache Struts both seem to support MVC architectures. Like most JavaEEs, they tend to focus on the concepts of separation and scalability, making them candidates for large-scale projects.
Apache puts it this way: Struts is like "standing on the shoulders of a giant." Can I break into .NET too?
The best one liner I could come up with is:
Is there any structure building structure for C # commonly used in large-scale projects?
I disagree with the analogy: I feel that .NET is Power Rangers and JavaEE is Megazord ...
Disclaimer I am selling in C # for Java. I have done several small and medium scale projects in C #, mainly using MVP separation; I'm just trying to "fill the void."
source share