Skip to main content

TechEd 2006 has started here in Chennai ...

Microsoft TechEd 2006 have started here in Chennai, India. Today, I attended couple of sessions in Architect track and couple of sessions on Data (SQL) track.

The Architect sessions which I attended were cool and the best session for me today is "CLR integration with SQL Server 2005". I guess the organizers didn't expect much crowd for this session. You know what? the room was jam packed and there were atleast 50 to 60 guys watching the session by standing in the corner of the room. I was one among them :) This session was conducted by Nauzad (MVP) and the way he drived the session was really interesting.

The take away gift for the day (hope they would give me something tomorrow also :) ) was a beautiful looking Umbrella. Its really cool.

Today's Disappointment

I was disappointed when I couldn't find Abhishek (MVP Lead) today. Its quite sometime since I met him in-person, thought would catch up with him today :(

Also this is the first time Anand (Manager of CNUG) was also missing in a TechEd event. If my memory is right, he used to be around either taking sessions or answering questions in the expert zone in the past.

Why would one be interested in .NET Framework 3.0 now?

I was wondering why on earth a person should attend sessions on technologies or tools which are targetted for .NET Framework 3.0!! (Though I attended couple of sessions myself :) )

To my knowledge, those technologies are still in very early stages of beta and they are surely bound to change. More over just ~6 months back products relating to .NET Framework 2.0 have been released and shouldn't people concentrate and understand products released for this framework?

Don't you think we should learn something which we could try out in our projects now (for the money we have spent for TechEd). Rather than spending time on future products which you can't try out anywhere in your projects now. I am not saying we should not know about the future or road ahead of Microsoft. Those are good to know but not the need of the day! Moreover, those things we might need to understand / research ourself with the help of search engines, Microsoft.com etc., I am sure Abhishek is going to kill me for talking like this :)

Technorati tags:

Comments

Anonymous said…
For one, .NET 3.0 is the new name for WinFX. WinFX has been in BETA for almost 1.5 years now, so you can hardly call it "still in beta". It is due to release by the end of this year or early next year.

For organizations it is vital to know these changes, for developers it is vital to start playing with the BETA bits now, so that they are ready when it is out.

What you are working on now was introduced in 2004-2005. That's the pace of technology man! Keep up or be left out :)
Anonymous said…
Vadi, If you had been follpowing my blog, you would have known that I am not in the country for the past 2 months..:)

Sorry could not fly down to Chennai just for TechED, though I would have enjoyed being there..:)
Vadivel said…
Yes Anand I remember it now :) It was looking very different for me to see a CNUG stall without you :)

Pandu, I know WinFX would introduce us to Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), Windows Workflow Foundation (WF) and Windows CardSpace. I know .NET Framework 3.0 is nothing but WinFX.

But my point is, what could developers do on looking into LINQ, DLINQ sessions which are meant for .NET 3.0 now! I am sure what ever syntax they would be showing in the sessions would surely change in the final version. So the only thing they need to take home after the session is the "Concept" and not the "syntax". If that is the case, concepts can be read on the web. Am i missing something.
Anonymous said…
I was spell bound with Sanjay's LINQ session following with Nauzad's DLINQ session. Although conceptually it looks great but it's not going to be usefull to enterprise applications (You know what I mean). It doesn't look enterprisey :)

I am with you Vadivel on this, although the SDK for LINQ, DLINQ, etc is available but I would not like to get my hands dirty as there is many areas that needs to be explored in .Net 2.0 yet.
The pace in which the products are released are quite fast but the demand is high too and hence the version updates are imminent and mandatory.

Popular posts from this blog

My Wedding Anniversary :)

Six years back on the same day I married Sai Lakshmi (12-July-2000). I know Sai for almost 13 years now :) I fell in love with her during my 12th standard. I know @ 17 yrs any person wouldn't be matured enough to make a big decision like this. But thank God my choice was perfect :) Even now, very often we used to think about the past and laugh at our behaviors/actions then. My love story would be really interesting (at least for me and Sai :)) and I am sure none of you guys would be interested in reading about it so lemme not get into it in-depth. But one thing which I want to share is "Without Sai, I wouldn't have entered into the IT field at all". She was instrumental in convincing me to study my Master's degree in Computer Application. That's the move that changed my career. Till my schooling, my dream was to either become a "big" sportsman (Cricket and Badminton were my favorites at that time.) or an Aeronautics engineer. Unfortunately, my l...

Script table as - ALTER TO is greyed out - SQL SERVER

One of my office colleague recently asked me why we are not able to generate ALTER Table script from SSMS. If we right click on the table and choose "Script Table As"  ALTER To option would be disabled or Greyed out. Is it a bug? No it isn't a bug. ALTER To is there to be used for generating modified script of Stored Procedure, Functions, Views, Triggers etc., and NOT for Tables. For generating ALTER Table script there is an work around. Right click on the table, choose "Modify" and enter into the design mode. Make what ever changes you want to make and WITHOUT saving it right click anywhere on the top half of the window (above Column properties) and choose "Generate Change Script". Please be advised that SQL Server would drop actually create a new table with modifications, move the data from the old table into it and then drop the old table. Sounds simple but assume you have a very large table for which you want to do this! Then it woul...

What should one look @ while buying a land in chennai?

Offlate people have started thinking about investing their money in lands. I too think that to be a wise decision only! As most of us know buying a land in chennai (for that matter any where in the world) isn't an easy affair. I was just wondering what all one needs to look at before deciding to purchase a land. I thought I would put down what ever I know about this subject here. [Guys pls free to correct me if I my understanding is wrong somewhere. That way, it would help me understand as well as others who might read this in future]. Here we go ... 1. One should not buy farm lands if they want to build a residential house sometime later there. Because to my knowledge its illegal to build residential houses on lands meant for irrigation. 2. Encumberance Certificate -- This is what is shortly refered as "EC". One needs to get an EC from local sub registrar office (i guess we need pay a small amount for this). From this we / our lawyers :) can find out whether the guy who ...