http://etremblay.myopenid.com/
Name: http://etremblay.myopenid.com/
Score: 76.06
Last Seen: 276 days, 10 hours, 52 minutes ago
Member Since: 11 August, 2009
DotNetShoutout
atom rss
2
Shouts

Using Microsoft POS for .NET in 2011

posted by http://etremblay.myopenid.com/http://etremblay.myopenid.com/ 718 days, 4 hours, 48 minutes ago
Monday, June 06, 2011 1:14:25 PM GMT
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. (more)
category: Web Dev | clicked: 6 | comment | | source: blog.lavablast.com
tags: .NET, pos, C#
5
Shouts

Gotcha: iPad versus ASP.NET

published 724 days, 6 hours, 17 minutes ago posted by http://etremblay.myopenid.com/http://etremblay.myopenid.com/ 725 days, 2 hours, 46 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Monday, May 30, 2011 3:16:41 PM GMT
Your ASP.NET application may fail on the iPad after it is saved to the home screen. (more)
category: Web Dev | clicked: 28 | 1 comment | | source: blog.lavablast.com
tags: iPad, ASP.NET
6
Shouts

Simple ways to avoid BlogEngine comment spam

published 1142 days, 4 hours, 10 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 1144 days, 19 hours, 34 minutes ago
Thursday, April 08, 2010 1:51:53 PM GMT Monday, April 05, 2010 10:28:02 PM GMT
Yes, comment spam is everywhere.  Spammers will never stop trying to find new ways to get their silly links into other peoples blogs.  Even though almost every blog puts the nofollow attribute on the comments, spammers still think that their site will be boosted because of the inbound links. I recently upgraded to BlogEngine 1.6 on this blog and found that we suddenly were being attacked by 250+ spammers a day trying to get their comments on the blog.  But our existing VistaDB Blog (was running 1.5) did... (more)
category: Web Dev | clicked: 0 | comment | | source: infinitecodex.com
tags: Blog Engine, Spam, Blog Comments
9
Shouts

Code clarity: C# renderer for jQuery DataTables

published 1166 days, 6 hours, 6 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 1167 days, 22 hours, 41 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: Web Dev | clicked: 1 | comment | | source: code-clarity.blogspot.com
7
Shouts

Dynamic Master Pages in MVC

published 1191 days, 3 hours, 57 minutes ago posted by mceranskimceranski 1192 days, 4 hours, 27 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: Web Dev | clicked: 1 | 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/ 1196 days, 21 hours, 18 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: Web Dev | clicked: 0 | comment | | source: blog.lavablast.com
tags: BlogEngine.NET
6
Shouts

ASP.NET Regenerate .designer.cs

published 1200 days, 2 hours, 18 minutes ago posted by http://etremblay.myopenid.com/http://etremblay.myopenid.com/ 1200 days, 23 hours, 7 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: Web Dev | clicked: 0 | comment | | source: blog.lavablast.com
7
Shouts

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

published 1206 days, 7 hours, 17 minutes ago posted by gpeipmangpeipman 1206 days, 18 hours, 11 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: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: .NET, Performance, Reflection, Linq
2
Shouts

ASP.NET callback not being fired in Internet Explorer

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