<?xml version="1.0" encoding="UTF-8"?><item><title>ASP.NET 2.0 First Impressions</title><description>Well so far so good; I have a site mostly working, including user management, in about 6 hours of coding.&amp;nbsp; &lt;br&gt;&#13;
&lt;br&gt;&#13;
Some parts of it have been very easy.&amp;nbsp; The master page mechanism&#13;
works beautifully - my outer template is shared across all the pages,&#13;
and CSS ensures I get the same look everywhere.&amp;nbsp; I haven't played&#13;
with Web Parts yet, but I did use the Login View to have some links&#13;
that are only visible to logged in folks.&lt;br&gt;&#13;
&lt;br&gt;&#13;
The part that I find I'm spending most of the time on is creating&#13;
objects for the data I'm going to be storing, and creating the database&#13;
table, and mapping from the object to the table.&amp;nbsp; This is always a&#13;
long tedious part, and I was hoping we'd have Whitehorse (the OR mapper&#13;
that we were initially promised for Whidbey) to help with this; I guess&#13;
the fact that there isn't any other help with this means they were&#13;
planning on having Whitehorse in Whidbey, but here I am mapping objects&#13;
to records the old fashioned way.&lt;br&gt;&#13;
&lt;br&gt;</description><pubDate>Thu, 01 Sep 2005 19:17:09 GMT</pubDate></item>