Have been pondering over the implementation, of the CMS engine on ASP.NET.
What to use and what not to use.
So, here's the list of the Stuff, that we would be using for the CMS engine.
The list has been biased on "Understanding the Underlying Principles and Learning New Stuff"
UI - ASP.NET MVC
Language - C# 3.0
Dependency Injection - Custom
Persistence - NHibernate + LINQ
OutProc Mode - WCF
Having set up the expectations, saw the latest video about "The Future of C#" from the PDC, came across:
- dynamic
- IDynamicObject
- Co/Contra Variance
- Named/Optional Parameters
- Intuitive COM interoperability
- The Dynamic Language Runtime
- Finally a Senak peek at Compiler as a Service
I must admit, FLOORED!
Have a look guys!,
Happy Coding!