Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

ASP.NET

  • submit to reddit

More Layers = More Complexity

The .NET Zone is presented by JNBridge and DiscountASP.NET to keep you updated on all the latest news, tips, and tools in the .NET community.  Check out today's top .NET content and read about JNBridge's innovative tools for .NET and Java interoperability or watch DiscountASP.NET's videos on the benefits of a hosted and managed TFS server.  

When designing applications, adding additional layers to improve user experience may seem like a good idea, but it's important to consider the added complexity that comes along with it, such as where the data is going to come from. Simon Brown covers some of the questions you need to remember during application design, including: What operations you need to expose? Which technology binding do you use? How do you ensure that people can't plug in their own client and consumer the services?

0 replies - 3238 views - 01/31/12 by Simon Brown in Articles

Table sorting & pagination with jQuery and Razor in ASP.NET MVC

Introduction jQuery enjoys living inside pages which are built on top of ASP.NET MVC Framework. The ASP.NET MVC is a place where things are organized very well and it is quite hard to make them dirty, especially because the pattern enforces you on...

11 replies - 6503 views - 02/14/11 by Hajan Selmani in News

Daily Dose - LLVM 2.8 Includes Drop-in System Assembler

Six months after the 2.7 release of the Low-Level Virtual Machine compiler infrastructure, the 2.8 version is now available.  The previous version of the LLVM's front end, the Clang C/C++ compiler, was the first that could compile itself.  Now 2.8 features...

0 replies - 14455 views - 10/07/10 by Mitchell Pronsc... in Daily Dose

Daily Dose - Ruby 1.9.2 on its Way

The first release candidate for Ruby 1.9.2 was released this week and it passes 99% of the RubySpec tests.  It's mostly compatible with version 1.9.1 and it has a new socket API with IPv6 support.  The new RC also contains a new set of character encodings,...

0 replies - 11131 views - 07/07/10 by Mitchell Pronsc... in Daily Dose

Daily Dose - ASP.NET MVC 2 Has Arrived

Microsoft just released the second major version of ASP.NET MVC.  An alternative to HTML abstraction development in ASP.NET WebForms, ASP.NET MVC 2 is used in cases where control over the HTML and precise layer separation are more important than...

0 replies - 14994 views - 03/13/10 by Mitchell Pronsc... in Daily Dose

2009 Predictions, 2008 Predictions Revisited

It's once again that time of year, and in keeping with my tradition, I'll revisit the 2008 predictions to see how close I came before I start waxing prophetic on the coming year. (I'm thinking that maybe the next year--2010's edition--I should actually take a...

2 replies - 15689 views - 01/02/09 by Ted Neward in Articles