ampacheco

Stories kicked by ampacheco

Official ASP.NET MVC framework will get first CTP in "next few weeks"(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 6 months ago

Microsoft's Matt Gibbs announced today that the first CTP for ASP.NET MVC will appear in "the next few weeks". At last we can get our hands on the bits and try out the biggest shift in ASP.NET since its birth! read more...

add a comment |category: |Views: 3

tags: another

C# From a Java Developer's Perspective (and vice versa)(25hoursaday.com)

submitted by atifazizatifaziz(1000) 4 years, 8 months ago

Dare Obasanjo presents a comprehensive and up to date overview of similarities and differences between the language features and libraries of the C# and Java programming languages. It is based on his personal experience using both languages. read more...

add a comment |category: |Views: 25

tags: another

60+ template engines for .NET, JAVA and PHP(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 8 months ago

Template engines are designed to allow the separation of business logic from the presentation layer, which means allowing MVC architecture to the developers. With the aid of template engines, we are able to develop websites with different looks but the same logic or the core code. Template engines are lately known as not good ideas because recent platforms already have embedded template engines to separate views from logic, generate code etc... As you see there are very few template engines in .NET and Java comparing to the PHP. But they are still pretty useful tools for developers. read more...

add a comment |category: |Views: 12

tags: another