I started with A Dummies Guide to ASP.net and ASP.NET in a Nutshell. Got up to speed in a couple of weeks. VB.NET in a Nutshell was helpful too.
The examples and tutorials on the Microsoft site were too simple and confusing to be of much help. I loved Visual Studio architect edition. It made writing the code so much easier. Also, make sure you understand and use classes, both the predefined ones and the user defined. I make a class for each data table that mimics the data structure, with putters and getters for the data. Makes life much easier. I also have a piece of software that will read the data structure from your database and create the classes in VB.net if you find you need it. On 12/4/06, Deanna Schneider <[EMAIL PROTECTED]> wrote: > Okay folks, it looks like we're probably moving into the world of .net > for our intranet stuff. (Think, sharepoint.) And, since none of us > have any expereince in this area, I need to get myself some > edu-ma-cation. While I know that the Churvii class would be a good > idea, it's not going to happen right now (I have a lull right now and > can spend some time on this). So, anyone have any good book > recommendations? > > Thank ye. > > -d > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:221636 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
