Monday, August 25, 2008

INETA-PUG DevCon 2008: : Simply can't afford to miss


Welcome to INETA PUG DevCon 2008 - A unique Developer Conference.

PUG DevCon is like a boon for every developer in Pune. DevCon is a conglomeration of speakers and trainers of national repute who take the centre stage to share their knowledge. PUG DevCon not only serves as an amazing platform for interactive sessions but also as a catalyst for learning and sharing new technology, networking opportunities and much much more. This is the fourth consecutive successful year of PUG DevCon.

This year to add some spice to the PUG DevCon, it's not going to be only about distributing gyan but also a funfilled learning process We have come up with interesting quizzes (what is the garbage collector, remember?), power-packed games (darting...? Bull's Eye! ) and some key events in between the sessions. And you know what's the best part about PUG DevCon 2008? YOU DECIDE THE TOPICS AND CONTENT!!!
2 DAYS, 6 TRACKS, 8 SESSIONS BACK2BACK !!!

Attend DevCon and Win exciting prizes like

Windows Vista Ultimate,Visual Studio Team System 2008

Team Suite with

MSDN Premium worth $20,000 and lots more...

Calling all Designers and Developers to be a part of this unique event.

Entry FREE !! Registration Required.

For more information and Registration , Please visit :

Vote for Topic

http://devcon.puneusergroup.org

Hurry up and Register Today !!

For any queries/suggestions,Please contact us at :

devcon2008@puneusergroup.org

Venue: Dewang Mehta Auditorium, Persistent Systems Private Limited, 402, Senapati Bapat Road, Pune - 411016

Thursday, August 21, 2008

Silverlight Blueprints for SharePoint Released to CodePlex!

The source code for the Silverlight Blueprints for SharePoint—based on the Silverlight Beta 2 release is now available on CodePlex. you can download it from

http://www.codeplex.com/SL4SP

http://www.codeplex.com/SL4SP/Release/ProjectReleases.aspx?ReleaseId=16420

This Blueprint provides a way for developers to understand the integration of Silverlight application into SharePoint site

In this release, you’ll find five blueprint samples:

1. Hello World

2. Media Player

3. Slider Control

4. Custom Navigation

5. Colleague Viewer

 

documentation for each of the samples and the source code has been included in the release.

For more information about Software-plus-Services Blueprints you can check chanel 9 site at http://channel9.msdn.com/blueprints

Tuesday, July 08, 2008

Indian railway should shut down their web sites

I think Indian railway should shut down their web sites (all), but specially www.irctc.co.in a web site where you can book your ticket.

This is the worst web site I ever came across. if you think that in place of booking ticket at railway reservation center and wait for hrs in a queue, lets book a ticket online to save all this time, then I will say you are wrong its better to book a ticket at reservation center than a web site

First of all this web takes long time to load, then again long time more than a 1-2 min to login, then you need to search your train, there it again takes time..., then you need to select a train and check the availability, if it available then say book ticket and then enter the name of passengers and also identity details of one passenger, then confirm that and then say book, then it will redirect you to payment page and again you need to select different payment gate way and then do the payment... and then take a print , big thing if you do not have a printer connected to your machine then ... ??? since there is no option to save the ticket. :( only print

You must be thinking that above process must be taking not more that 5 min? yes you are right this should not take but since this is a India railway web site it take more time... like for every post back it take more than 1-2 min, so calculate the post backs and multiply it by 1.5 (average) its more than 30 min

The most horrible thing I face in this is Session Expiry , I don't understand what are their session expiry policies, within a min or 2 the session get expire and you need to login again to web site and .... Start you process again from first step (login), means if you are in between the process of confirm the ticket and do the payment if your session get expire or timeout occurs for the post back event then...; you will get a nice Error message and ask you to go to home page where you need to login again and again start the entire cycle

Let me tell you in my last 2 years use of this web site I never able to book a ticket without getting any error and in less than 1/2 hr for a ticket.

Other things I you can notice that the looks are also not so good , see the image quality of the top banner its so bad...

One more important thing I forgot to mention, this is not a 24 hr service , after 11:00 PM you can not use this web site for booking

I do not understand where is problem is ? in technology ? server capacity ? or the system architecture? answer is NO.. then ?

why a big organization like Indian Railway which is own by the Government of India can't have a simple plain web site where one can book a ticket in 5 min, can search the train easily, can get accurate time table for trains ???

the Answer is YES they can...

but only problem is THEY DON'T WANT THAT...

Friday, June 20, 2008

How to delete workspace from TFS (Team Foundation Server)?

Now its long time I’m working on TFS, everyday leaning something new as it’s creates new problem for me. (It’s really a sweet product, but only if you are good in command prompts use and expert to use TFS)

Yesterday due to some locking and conflict issues I need to delete a workspace on one machine. Initially I was searching Visual studio for any option to delete it something like Right click delete optionJ, unfortunately there is no option like this; I don’t understand why Microsoft is not providing nice GUI interface for TFS management just like other Microsoft servers. Command prompt is only way to do any TFS management related operations.

Ok so next problem is- the command to delete or unlock the workspace?
Some MSDN and Google search solves the problem. Here are the TFS commands which you can use on “Visual studio Command prompt”

List the Workspace names, owners etc

  • tf workspaces /server: ServerName /owner:*
  • tf workspaces /server: ServerName /owner: OwnerName

Delete the workspace

  • tf workspace /server: ServerName /delete WorkspaceName

Remember after deleting workspace you can not recover it…
you can find more workspace related commands at

http://msdn.microsoft.com/en-us/library/54dkh0y3(VS.80).aspx

Sunday, December 23, 2007

Easy steps to install Team Foundation Server 2005

finally installation of my TFS 2005 completed successfully. I was trying to install TFS 2005 from last 2 days but every time it gives me some error or some new requirement. from my total experience I summarised the steps here.

This is only for New BOX and single server deployment

  1. Install Microsoft Windows Server 2003 or 2003 R2 with SP2
    • Install IIS from windows components. enable ASP.NET, do not enable FrontPage extensions.
  2. Install MS SQL Server 2005 with all features.
    • Make sure that all services in MS SQL server set to Start automatically.
  3. Install Windows SharePoint service 2.0 with SP2
    • DO not configure WSS and select farm installation type
  4. Install MS SQL Server 2005 Service Pack 2
  5. Install .NET Framework 2.0 Service pack 2
  6. Create 2 accounts on server TFSSERVICE and TFSREPORTS (if you have a domain and using active directory then create these account in Active directory)
  7. Now time to start installation of TFS. if you are using domain controller then login in as domain admin and not local admin.
  8. Insert the TFS CD/DVD and start the installation.
    • First it will check the server health and necessary components, its nothing but what we did in above steps, if everything is fine then it will ask for login for services , enter TFSSERVICE login details then report service login details, enter TFSREPORTS then SMTP ( you can skip this for now)
    • Start installation
    • Finish installation
  9. Install Team Explorer.
  10. If you want to access TFS in Internet Explorer then download Team System Web Access Tool from Microsoft downloads site free of cost and install it, (chose different web site normally port 8090 or any other port and not default 8080)
  11. Install Team Foundation Server 2005 Service Pack 1
  12. Done !!! your server is ready to use.

DO Read TFS Installation guide (which comes in DVD or you can download new version from Microsoft web site) carefully before starting installation.