Visual Studio 2010 and .NET Framework 4 Training Kit

November 12th, 2009

The Visual Studio 2010 and .NET Framework 4 Training Course includes videos and hands-on-labs designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including: C# 4.0, Visual Basic 10, F#, Parallel Computing Platform, WCF, WF, WPF, ASP.NET AJAX 4.0, ASP.NET MVC Dynamic Data.

More information here.

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban ASP.net, links, vb.net

Coding for Fun – My Session in Community Tech Days

October 29th, 2009

On 24th October Kerala Microsoft User’s Group conducted Microsoft Community Tech Days. Here is the link to the power point presentation of my session “Coding for Fun”.

spot

We had an excellent participation this time too. More details about the session can be found here.

ctd2

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban Misc

51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls

September 30th, 2009

If you are a web developer and a jQuery fan then www.devcurry.com is a must site for you. Suprotim writes lots of useful articles about ASP.net and jQuery. Whats more? Here is releasing an ebook about 51 Tips, Tricks and Recipes with jQuery and ASP.NET Controls. The book will be available after October 20th 2009.

You can pre order the book for a cheaper price now. Personally I am so excited to read the book and I have pre ordered one.  Know more about the ebook here.

Ebook

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban Misc, links

Microsoft Website Spark and Web Application Toolkits

September 27th, 2009

I am sure you must have heard about Biz Spark and Dream Spark where start ups and students can get free software from Microsoft. Here is another useful program adding up to Biz Spark and Dream Spark.  Microsoft announced Webspite Spark for Web developers and designers get free software from Microsoft.

  • Are you a professional Web Developer or Designer?
  • Does your company have 10 or fewer employees?

Then Website Spark is the program for you. You can get Free software, Training and Support from Microsoft. Sign up today and enjoy the benefits.

This is not all. Microsoft also announced the Web Application Toolkits for Web Developers.

The goal for the Web Application Toolkits is to provide Web Developers with resources such as project templates, controls, and code samples along with simplified documentation all in a consistent packaged format that is easy to download and run in a very short period of time.

Watch the introduction video in Channel9. As of now 7  Toolkits are released.

  1. Web Application Toolkit for Internet Explorer 8 Extensibility
  2. Web Application Toolkit for Bing Search
  3. Web Application Toolkit for REST Services
  4. Web Application Toolkit for Mobile Web Applications
  5. Web Application Toolkit for Template-Driven Email
  6. Web Application Toolkit for making Your Web Site Social
  7. Web Application Toolkit for FAQs

More details here.

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban Misc, Tips, links

Change Target Framework after creating a project in Visual Studio

September 25th, 2009

I am working on a new hobby project and accidentally I chose the Target Framework as .net framework 3.5 instead of 2.0. So how can I change the target framework version after creating the project? Here is how you do it.

  1. Right Click the Project in the solution explorer and choose Properties
  2. Go to Compile tab and click Advanced Compile Options
  3. In the resulting Window, Choose the correct framework from the drop down Target Framework
  4. Click ok

visual studio target framework

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban Tips

BarCamp Kerala is back

September 22nd, 2009

BarCamp Kerala is an ad-hoc gathering rooted in the desire to share and learn in an open & friendly environment. It is an intense yet cool, event with discussions, demos, and strong interactions. The 6th edition of BarCamp Kerala (BCK6), is schedules on 11th October, 2009, Sunday at Rajagiri College Campus, Ernakulam.

Click here for more info.



[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban Misc, links

Windows 7 countdown timer in Silverlight

August 19th, 2009

Windows 7 will be released to public on October 22nd. Here is a countdown timer developed using Silverlight by Vikram. Feel free to add this counter to your website/blog.

To add the timer simple add a new widget to your blog and add the following code.

<iframe src=”http://silverlight.services.live.com/invoke/75985/NewWin/iframe.html” scrolling=”no” frameborder=”0″ style=”width:158px; height:200px”></iframe>

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban Silverlight

PHP versus ASP.NET – Windows versus Linux – Who’s the fastest ?

August 7th, 2009

PHP versus ASP.NET – Windows versus Linux – Who’s the fastest ?

This is the first question which comes to a developers mind when they think about hosting. misfitgeek wrote an interesting blog post about PHP versus ASP.NET – Windows versus Linux – Who’s the fastest ? you can also read about the Comparative Performance tests here.

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban ASP.net, php

Microsoft 16 city Roadshow

August 6th, 2009

Create you own Twitter Reminder Service using Remind_Me_About

July 26th, 2009

What is Remind_Me_About?

remind_me_about is a new Twitter bot written in PHP. What is it all about?

remind_me_about is a reminder service using Twitter. Follow , Wait for remind_me_about to follow you back, Send your “to do”as a Direct Message and forget about it. Remind_me_about will remind you on the day.

What’s more? When you recive a DM Twitter will (may) send you and email and if you have subscribed to SMS alerts then you willrecive an SMS alert.

If you do not want others to know about your reminders then you can start your own Twitter reminder service in few minutes by downloading the source code from codeplex.

Product Home Page : http://remindmeabout.codeplex.com/

You will need a webserver which can handle PHP scripts and run cron jobs.

Related link:

  1. http://www.binoyxj.com/2009/07/create-a-twitter-reminder-with-remind_me_about-bot/
  2. http://www.twi5.com/remindmeabout-a-twitter-reminder-bot/5828/
  3. http://mytweeterapps.com/twitter-web-applications/set-reminders-twitter-bot/
  4. http://www.ghacks.net/2009/07/22/use-twitter-as-a-reminder-service/

[Post to Twitter]   [Post to Plurk]   [Post to Digg]   [Post to ping.fm]

Related posts

Shoban php