EtienneTremblay

Stories kicked by EtienneTremblay

Build Facebook style infinite scroll with knockout.js and Last.fm API(www.strathweb.com)

submitted by rapackirapacki(55) 2 months, 7 days ago

Learn knockout.js by building a dynamic music history web app on top of Last.FM API, featuring FB/twitter style infinite scroll. read more...

add a comment |category: |Views: 223

tags: another

Using Microsoft POS for .NET in 2011(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 11 months, 20 days ago

How to work around the various issues that occur when working with Microsoft's POS for .NET with newer technologies such as .NET 4.0. read more...

add a comment |category: |Views: 17

tags: another

Gotcha: iPad versus ASP.NET(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 11 months, 26 days ago

Your ASP.NET application may fail on the iPad after it is saved to the home screen. read more...

add a comment |category: |Views: 60

tags: another

Re-skin your existing web app using jQuery Mobile(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 1 year ago

Did you know you could easily integrate jQuery Mobile controls into your existing web application? read more...

add a comment |category: |Views: 33

tags: another

Slash your ASP.NET compile/load time without any hard work(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 1 year, 5 months ago

Tips & tricks to make your ASP.NET development more enjoyable (cut down compilation time / first load time). read more...

add a comment |category: |Views: 721

tags: another

New features in Silverlight Charting(www.mindscape.co.nz)

submitted by traskjdtraskjd(3229) 1 year, 7 months ago

A weekly update post about new features that are available in the Silverlight Charting components being included with Mindscape's control suite for Silverlight. This week adds bubble series, multiple bubble series, stacked line and bar series, spline rendering, logarithmic scale support, pie slice selection capabilities and legend placement! read more...

add a comment |category: |Views: 75

tags: another

ScottGu: Introducing “Razor” – a new view engine for ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 1 year, 10 months ago

"ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we’ve been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is “Razor”, and we’ll be shipping the first public beta of it shortly." read more...

add a comment |category: |Views: 552

tags: another

Lambda IEqualityComparer<T>(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 2 years ago

New extension methods to replace IEqualityComparer<T> for the most common scenario, comparing objects with a key. read more...

add a comment |category: |Views: 72

tags: another

AutoMapper 1.1 released(www.lostechies.com)

submitted by glennenglennen(310) 2 years ago

Today Jimmy Bogard pushed out the 1.1 release of AutoMapper. read more...

add a comment |category: |Views: 13

tags: another

Portable Area excerpt from MVC2 in Action(www.lostechies.com)

submitted by EtienneTremblayEtienneTremblay(5008) 2 years, 1 month ago

Bundle your view, controllers, images, in a portable mvc area dll to include in other MVC applications. Could this be the beginning of open source portable areas like a "Login and Registration" areas for example? Seems like a very promising project. read more...

add a comment |category: |Views: 133

tags: another

NoSQL: Getting started with MongoDB and NoRM(www.iridescence.no)

submitted by alecavaalecava(50) 2 years, 1 month ago

Object Database very cool for simple projects. read more...

1 comment |category: |Views: 95

tags: another

C# renderer for jQuery DataTables(code-clarity.blogspot.com)

submitted by hkurabkohkurabko(85) 2 years, 2 months ago

DataTables is an excellent plugin for the jQuery javascript library to extend HTML table with advanced functionality. I like to use it in projects, but (may be it is strange for someone) I don't like lot's of raw JavaScript code in aspx\ascx pages. Some code I extract from page and write it using Script# - another excellent tool. But some code needs to be on a page for some reasons. In such cases I prefer to use a "renderer" - set of strong typed C# classes that renders needed JavaScript to the page. ... read more...

1 comment |category: |Views: 406

tags: another

Repository, Specification, Unit of Work, Persistence Ignorance POCO 2(www.kitchaiyong.net)

submitted by kitchaiyongkitchaiyong(89) 2 years, 3 months ago

This is my second post on one of the ways of applying the Repository, Specification and Unit of Work pattern using the persistence ignorance POCO with the upcoming ADO.NET Entity Framework 4.0. This post will explain how to implement the Repository, Specification & Unit of Work with Entity Framework 4.0. Sample project codes included. read more...

1 comment |category: |Views: 407

tags: another

BlogEngine.NET 1.6 Breaking Old Links(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 2 years, 3 months ago

A bug fix in BlogEngine.net 1.6 broke older links to our blog. read more...

add a comment |category: |Views: 4

tags: another

ASP.NET Regenerate .designer.cs(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 2 years, 3 months ago

Your ASPX or ASCX .designer.cs file stopped being generated by Visual Studio and you don't know why? Here is a little trick for you. read more...

add a comment |category: |Views: 25

tags: another

.NET 4.0 and System.Collections.Concurrent.ConcurrentBag(www.codethinked.com)

submitted by pitadev_ajpitadev_aj(300) 2 years, 3 months ago

Another in-depth look at a new namespace in .NET 4.0 and how it can help with multithreading. read more...

1 comment |category: |Views: 386

tags: another