Monday, July 9, 2007

ORM's

ORM: Object relationship mapping.
I have to use nHibernate in one of projects, from what i have googled it is used to store Objects in a database for future retrivals...etc, ok but dosen't serialization do this.......
here is the intresting part, how about performing Sql queries on the stored objects, ex: get me an address object whose addressline starts with "7 w",... well this is what i can make out as of now, i will update its functionality as soon i start implementing this wonderfull tool.

-

Tuesday, July 3, 2007

My First Webpart part 1.

Well technically speaking i did deploy couple of webparts on MOSS, they were all devloped in wss2.0 but deployed on to moss, we can deploy the existing wss 2.0 webparts to MOSS without a problem using the stsadm tool.

Coming to my new "Test Webpart", i devloped it using the Visual studio extensions for WSS3.0
and unlike Vs2003, in VS2005 just add a webpart project write the code and press f5 to deploy no more cab file etc.......

wow!!!!!!!!!!!!! sounds great isnt it, but wait a minute what happens in the background...... This is someting very similar to BizTalk, unlike biztalk even the snk file is automatically created.....
i will let you know in my next post.....