Monday, June 30, 2008

Free Ebooks from Microsoft Press


There is a big offer from Microsoft Learning centre. Download the entire contents
of the print books, Introducing Microsoft Linq, Introducing Microsoft ASP.NET AJAX,
Introducing Microsoft Silverlight 1.0.




The download link is here



Foundations of Programming Free Ebook


Karl Seguin of www.codebetter.com wrote a great ebook. You can download it for free from here.

For more details about the book check here

Saturday, June 28, 2008

Its decided!! Internet is gonna change in the bigway.


The vote to lift restrictions on top level domain names wins the approval. The net's regulator, Icann, voted unanimously to relax the strict rules on so-called "top-level" domain names, such as .com or .uk.

The decision means a domain name can be anything.anything . So the big debated .xxx is going to happen. So far Icann has rejected calls for a .xxx domain on the grounds that it might be forced to act as a censor. But now it could get the green light.

A second proposal, to introduce domain names written in Asian, Arabic or other scripts, was also approved.

Read the full news here

Monday, June 23, 2008

Biggest change on the internet world is proposed


The net's regulators will vote on Thursday to decide if the strict rules on so-called top level domain names, such as .com or .uk, can be relaxed.

If approved, the net could see its biggest transformation in decades. The new plan will allow companies to turn their brands into domain names while individuals could also carve out their own corner of the net.

See full story here and express your views here

Sunday, June 22, 2008

Import contacts from yahoo, gmail, hotmail etc using .Net


Contacts Reader .NET 1.0 from Idea Bubbling is an open source project to import contacts from different e-mail providers. Currently it supports Yahoo, Hotmail, Gmail, AOL Mail, Rediffmail.

Demo Page | Downloads Page

View Now option for your PDFs and DOCs


If you want to give a "View now" option for your PDFs and DOCs simliar to the "View as HTML" in Gmail you can use the free service by http://view.samurajdata.se/

This is an online viewer, with which you can view PDF and PostScript files as browsable images and Word documents as web pages.

Its really fast and easy.

Just give your pdf link as the parameter and it will automatically convert it.
Example http://view.samurajdata.se/ps.php?url=http://www.uddi.org/pubs/Iru_UDDI_Technical_White_Paper.pdf

The big list of Rich Editor Controls (WYSIWYG) that you can use with ASP.NET


Joe Stagner of Microsoft has made a list of WYSIWYG editors for Asp.Net..

You can see it here

Personally I like TinyMCE

Saturday, June 21, 2008

Build a game and win $75,000 in prizes!!


Take part in the game build contest Dream-Build-Play 2008 launched by XNA team and win $75,000 in prizes and receive an Xbox Live Arcade Contract.

  • Create and deploy Xbox360 games using XNA Game Studio 2.0
  • $75,000 in prizes and the chance to receive an Xbox Live Arcade Contract.
  • Everyone who registers will receive a FREE 12-Month Trial Creator Club Membership

For more information log on to www.dreambuildplay.com

Sunday, June 8, 2008

Import/Export data with SQL Server 2005 Express - DTS Wizard


After using the simple sql server 2005 data transfer utility for some days I thought to add more functionality such as import export data from excel, CSV, flat file etc.

Before start coding I just did a Google search and found this big and interesting discussion in MSDN forums. In the first page developers were really annoyed with the fact MS is not giving a data transfer utility with Sql Server Management Studio Express.

I read the conversation one by one and in the 5th page I found this posting by Bill Elicson. MS actually has a really great DTS tool for sql server management studio express.

Thanks Bill.. you saved alot of time.

STEPS TO ADD DTS WIZARD WITH SQL SERVER MANAGEMNT STUDIO EXPRESS

1. Try "C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard.exe"
If it worked, you already have the DTS Wizard. Start using it right away.

If it will not work, continue to step 2

2. Download the Microsoft SQL Server 2005 Express Edition Toolkit (223.9 MB) from

http://go.microsoft.com/fwlink/?LinkId=65111
select all components to install

3. Run "C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard.exe"

Thats it.. Now you can transfer data using the the great DTS wizard.

Follow the steps If you want to integrate it with the Sql server management studio express UI .
1. Open sql server management studio express.
2. Select Tools -> External Tools
3. Add a Title and Browse C:\Program Files\Microsoft SQL Server\90 \DTS\Binn\DTSWizard.exe for the Command field.
3. Click OK

TAGS
Importing Exporting Data sql server express,sql server express data transfer, dts sql server express, sqlserver express DTS, move data sqlexpress 2005, SQLEXPRESS 2005 to SQL 2000 Data Transfer, Data import/export with SQL Server Express using DTS Wizard, Data Transfer between SQL Server and SQL Server Express

Search

Google