(Jason Gilmore) Despite their names, the Java and JavaScript programming languages share little if anything in common. They have however both experienced rather similar renaissances thanks to the strong open source ecosystems which have grown to surround the languages in recent years.
Tag: Development
50 LINQ Examples, Tips and How To’s
(Suprotim Agarwal) I have been writing some LINQ tutorials on www.devcurry.com and most of these posts contain short snippets that can be used in your projects or demonstrate how to use LINQ effectively. I wanted to share them with my readers over here. These short examples demonstrate how to use a
Using MvcPaging in ASP.NET MVC Apps
(Shiju Varghese) In this post, I will demonstrate how to use NuGet package MvcPaging in ASP.NET MVC apps. MvcPaging provides a Pager HtmlHelper that renders a pager based on a PagedList implementation.
Easily Add Performance Counters to Your MVC Application
(Ben Grover) Working on enterprise Web applications usually involves a host of additional code to help with monitoring and operation of the apps. In this article, I’ll explain how I’m using Model-View-Controller (MVC) filters to clean up and replace repeated, confusing code that was spread throughou
Prototypes in JavaScript
(Ian Elliot) One of the most misunderstood aspects of JavaScript is its status as an object-oriented language. Given the range of possible approaches to objects, and the equally wide range of strongly held beliefs about which is the one and only true way you, can tell that it’s a topic that can run
Working with Regular Expressions in .NET
(Bipin Joshi) Regular Expressions provide a standard and powerful way of pattern matching for text data. The .NET Framework exposes its regular expression engine via System.Text.RegularExpressions Namespace.
Some Thoughts On Handling 401 Unauthorized Errors With jQuery
(Ben Nadel) As I continue to make the journey from the “traditional” request-response web application design to thick-client, AJAX-driven, realtime applications, I am always finding new problems to solve.
Insider: Secrets of Debugging
(Peter Vogel) Even with following a Test Driven Development regime, my code doesn’t work the first time (pretend you’re surprised). So debugging is a critical skill for me. Also, as a hired gun, I’m frequently having to deal with someone else’s code, which often isn’t working the way everyone expect
How to Implement Trackback Handler in ASP.NET MVC
(Keyvan Nayyeri) Being familiar with common web concepts, you would know trackback as one of the common author notification mechanisms on the web that has become very common, and it helps site owners and authors stay up to date with the latest reactions to their content and connect relevant contents
Use ViewModels to manage data & organize code in ASP.NET MVC applications
(Rachel Appel) The concept of the ViewModel isn’t just for ASP.NET MVC, as you’ll see references to ViewModels throughout the web in articles and blog posts about the MVC, MVP, and MVVM patterns. Those posts and articles can center around any number of technologies such as ASP.NET, Silverlight, WPF,
