jwstott

Stories kicked by jwstott

The EntitySpaces RIA Services Final Beta is Available (Video)(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 7 months ago

The latest beta is available for download to our customers and it will soon become our Trial Version. This is a dramatic improvement over our previous beta. The kinks have been mostly ironed out. We thought the quickest way to show you how our RIA Support works was with a video. This is definitely a video you’re going to want to watch. read more...

add a comment |category: |Views: 36

tags: another

Life After Loops(codethinked.com)

submitted by markheathmarkheath(1485) 2 years, 11 months ago

Eliminating cumbersome looping code using Linq read more...

1 comment |category: |Views: 684

tags: another

11 keystrokes that made my jQuery selector run 10x faster(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 11 months ago

An in-depth analysis of the performance concerns when using a popular jQuery selector and a couple ways to dramatically speed it up, including benchmarks. read more...

1 comment |category: |Views: 559

tags: another

Model View Presenter (MVP) design pattern and data binding(c-sharpcorner.com)

submitted by rohan123rohan123(740) 2 years, 11 months ago

Model View Presenter (MVP) design pattern is the evolution of the MVC design pattern and it’s aimed at providing a cleaner separation of concerns between the view, the model, and the controller improving the architecture (you can use several UI technologies without recompiling the business logic components) and testability of the enterprise solution. The pattern was originally developed at Taligent in the 1990s. In this article, I will explain the principles and how to use the MVP design pattern along with data binding with an example using C# language in Microsoft.NET. read more...

1 comment |category: |Views: 594

tags: another

Creating a generic Model-View-Presenter framework(dotnetchris.wordpress.com)

submitted by dotnetchrisdotnetchris(157) 3 years, 3 months ago

This article demonstrates with full code how to implement the Model-View-Presenter pattern in C# ASP.NET using generics and leveraging dependency injection. read more...

add a comment |category: |Views: 58

tags: another

Saving DotNetKicks(nayyeri.net)

submitted by sharplifesharplife(4570) 3 years, 5 months ago

Keyvan wrote something about our popular social bookmarking site, DotNetKicks and talked about some spamming problems on DNK and discussed about saving DNK from this situation. A must read post for all DotNetKicks lovers! read more...

5 comments |category: |Views: 360

tags: another

Improve your jQuery - 25 excellent tips(tvidesign.co.uk)

submitted by beckelmwbeckelmw(2755) 3 years, 5 months ago

jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings. I'd call myself an "intermediate" jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in. read more...

2 comments |category: |Views: 776

tags: another