http://etremblay.myopenid.com/
Name: http://etremblay.myopenid.com/
Score: 49.03
Last Seen: 2 days, 9 hours, 53 minutes ago
Member Since: 11 August, 2009
DotNetShoutout
atom rss
8
shouts

Code clarity: C# renderer for jQuery DataTables

published 1 day, 14 hours, 30 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 3 days, 7 hours, 4 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 7:21:39 PM GMT
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. ... (more)
category: ASP.NET | clicked: 50 | comment | | source: code-clarity.blogspot.com
7
shouts

Dynamic Master Pages in MVC

published 26 days, 12 hours, 20 minutes ago posted by mceranskimceranski 27 days, 12 hours, 50 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Wednesday, February 17, 2010 1:35:32 PM GMT
Dynamic Master Pages in MVC February 16, 2010 by Michael Ceranski I have been working on a new project where I wanted to introduce the concepts of themes. This means that end users will be allowed to change the look and feel of the web application from a configuration menu. In order to deliver this functionality I needed to be able to dynamically change the master page on the fly. Since I am using MVC, I figured that there must be an event somewhere in the controller class that I can override to d... (more)
category: ASP.NET | clicked: 50 | comment | | source: www.codecapers.com
tags: ASP .NET, master pages, MVC
6
shouts

BlogEngine.NET 1.6 Breaking Old Links

posted by http://etremblay.myopenid.com/http://etremblay.myopenid.com/ 32 days, 5 hours, 42 minutes ago
Friday, February 12, 2010 8:44:14 PM GMT
A bug fix in BlogEngine.net 1.6 broke older links to our blog. (more)
category: ASP.NET | clicked: 3 | comment | | source: blog.lavablast.com
tags: BlogEngine.NET
6
shouts

ASP.NET Regenerate .designer.cs

published 35 days, 10 hours, 42 minutes ago posted by http://etremblay.myopenid.com/http://etremblay.myopenid.com/ 36 days, 7 hours, 30 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Monday, February 08, 2010 6:55:21 PM GMT
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. (more)
category: ASP.NET | clicked: 59 | comment | | source: blog.lavablast.com
7
shouts

Performance: Using dynamic code to copy property values of two objects

published 41 days, 15 hours, 41 minutes ago posted by gpeipmangpeipman 42 days, 2 hours, 35 minutes ago
Wednesday, February 03, 2010 10:45:04 AM GMT Tuesday, February 02, 2010 11:51:01 PM GMT
Last year I wrote short posting about how to use LINQ to find matching properties of two objects. In this posting I will show you how to copy values from one object to another and how to boost up performance so you can use this strategy also on in servers under heavy load. (more)
category: Foundation | clicked: 35 | comment | | source: weblogs.asp.net
tags: .NET, Linq, Performance, Reflection
2
shouts

ASP.NET callback not being fired in Internet Explorer

posted by http://etremblay.myopenid.com/http://etremblay.myopenid.com/ 62 days, 11 hours, 11 minutes ago
Wednesday, January 13, 2010 3:14:35 PM GMT
Solution to ASP.NET callbacks not being fired in Internet Explorer. (more)
category: ASP.NET | clicked: 1 | comment | | source: blog.lavablast.com
tags: callback asp.net IE
21
shouts

NerdDinner with Fluent NHibernate Part 1 - The domain model

published 216 days, 10 hours, 54 minutes ago posted by bengtbebengtbe 218 days, 7 hours, 57 minutes ago
Wednesday, August 12, 2009 3:32:17 PM GMT Monday, August 10, 2009 6:28:44 PM GMT
This is the first post in a series of three where I'm going to see how we can change the NerdDinner project to use Fluent NHibernate instead of LINQ to SQL. In the first post we are going to take a look at the domain model. (more)
category: ASP.NET | clicked: 119 | comment | | source: www.bengtbe.com
tags: ASP .NET MVC, FluentNHibernate, NerdDinner, NHibernate