Skip to content

Imar.Spaanjaars.Com
Syndicate content
RSS feed with recent stuff posted at http://Imar.Spaanjaars.Com/.
Updated: 12 hours 1 min ago

Rebuilding imar.spaanjaars.com in ASP.NET MVC 2

Tue, 03/09/2010 - 13:44
I have finally decided to rebuild this web site - imar.spaanjaars.com in ASP.NET MVC 2.
Categories: Blogs

Using My N-Layer Architecture with ASP.NET MVC

Thu, 03/04/2010 - 15:40
A number of people have asked me if I have written articles on using my N-Layer architecture together with ASP.NET MVC. I haven't written anything on MVC yet, but Mike Brind (also an ASP.NET MVP) has done a great job in covering MVC using an N-Layer approach.
Categories: Blogs

Beginning ASP.NET 4 in C# and VB is Ready!

Wed, 03/03/2010 - 18:27
If you're following me on Twitter, this is old news. But if you don't, then I am happy to announce that I finished writing my latest book for Wrox: Beginning ASP.NET 4 in C# and VB.
Categories: Blogs

Starting Up a New Company

Sun, 02/28/2010 - 23:31
As some of you may already know, I recently left the company Design IT where I worked as the Technical Director for the past couple of years. I am not entirely leaving Dynamicweb - the other company I worked for - but won't be working for it on a day-to-day basis anymore. Instead, I'll hang around "behind the scenes" and contribute what I can when necessary.
Categories: Blogs

Creating Custom Page Templates with Unique Code Behind Classes in Visual Web Developer Express or Visual Studio

Mon, 01/18/2010 - 21:22
Visual Studio (2005 and later) has a nice feature to create your own templates that appear in the Add New Item dialog of a web site. This feature enables you to create new files, such as a Web Form, to your liking and then export it as a template so you can base new items on it.
Categories: Blogs

Handling Disabled Links in ASP.NET 4

Wed, 12/09/2009 - 22:45
In my (quite possibly very short) series on "things I discovered today in ASP.NET 4", today I am discussing disabling links in ASP.NET 4.
Categories: Blogs

Look Ma: No Code - Using Sorted Styles in ASP.NET 4

Tue, 12/08/2009 - 21:23
The cool thing about working with beta technology such as Visual Studio 2010 and ASP.NET 4 is that you discover something new every day. Today I found the Sorted Styles that enable you to define the looks of sorted columns and headers in an ASP.NET GridView control.
Categories: Blogs

Comparing Collections of Type BusinessCollectionBase

Sun, 11/29/2009 - 17:11
A while ago (actually a long while ago but I didn't have the time to post this earlier), I was approached by Amanda Myer with a question about comparing and sorting BusinessBase objects in collections that inherit BusinessCollectionBase, discussed in my article series on N-Layer design in .NET 3.5.
Categories: Blogs

Fixing Issues with HTML Help Workshop

Sun, 11/29/2009 - 13:23
I am working on an application that ships with documentation in the form of a Windows Compiled Help file. To build the help file I use Sandcastle and the excellent Sandcastle Help File Builder. Building the help file is part of a continuous integration plan so the help file is always up to date.
Categories: Blogs

My Book in Other Languages

Sun, 11/29/2009 - 13:08
I was pleasantly surprised when the other day I received a package containing three copies of my book Beginning ASP.NET 3.5 - in Hebrew!
Categories: Blogs

Want to Win a Copy of Professional Enterprise .NET?

Sun, 11/29/2009 - 12:53

Due to some confusion and delays at the publisher, I ended up with two review copies of Professional Enterprise .NET by Jon Arking and Scott Millett, the book I recently reviewed on this web site.

Categories: Blogs

Book Review: Professional Enterprise .NET

Sun, 11/29/2009 - 11:58
Prior to reading Professional Enterprise .NET by Jon Arking and Scott Millett, I read Scott's Wrox Blox titled "NHibernate with ASP.NET Problem–Design–Solution" which I found to be an excellent introduction to using NHibernate. If you haven't read that eBook yet, and you're interested in learning NHibernate, check it out at the Wrox web site; at a price of under 10 dollar, it's money very well spent. Considering Scott's writing style and the depth of information found in the Blox, I was having high expectations of the book Professional Enterprise .NET. Having read it now, I can say I am certainly not disappointed.
Categories: Blogs

Using the ASP.NET Login Controls with Mail Servers that Require SSL

Sat, 11/28/2009 - 20:54
Some of the Login controls that ship with ASP.NET, such as CreateUserWizard, ChangePassword and PasswordRecovery enable you to send e-mail to your users without writing a lot of code. You just drag and drop a control, assign a mail body template and you're pretty much done. However, as soon as your mail server requires you to use SSL (as, for example, GMail does), things become a little trickier. In this short article I'll show the code and configuration needed to send mail to servers that require SSL.
Categories: Blogs