Workaround – Microsoft.Xna.Framework doesn’t work with Visual Studio 2012 RC

Posted by Subhendu De on October 26, 2012


Just found one great help from Aaron’s blog

http://blogs.msdn.com/b/astebner/archive/2012/02/29/10274694.aspx

Posted in WP 7 | Tagged: | Leave a Comment »

Good article to learn how to use Bing Search API in .NET application

Posted by Subhendu De on October 17, 2012


http://www.mindstick.com/Articles/7ce690e8-927a-4c9f-884a-1a11f576f233/?Integrate%20Bing%20Search%20API%20in%20ASP.NET%20Web%20Form

Posted in Uncategorized | 1 Comment »

Enabling/Disabling Constraint in T-SQL

Posted by Subhendu De on August 21, 2012


– Disable all table constraints

ALTER TABLE MyTable NOCHECK CONSTRAINT ALL

– Enable all table constraints

ALTER TABLE MyTable CHECK CONSTRAINT ALL

– Disable single constraint

ALTER TABLE MyTable NOCHECK CONSTRAINT MyConstraint

– Enable single constraint

ALTER TABLE MyTable CHECK CONSTRAINT MyConstraint

Posted in T-SQL | Leave a Comment »

Article – Good ASP.NET Web Request

Posted by Subhendu De on August 1, 2012


http://www.w3enterprises.com/articles/aspnet.aspx

Posted in ASP.NET | Leave a Comment »

LOCALHOST for Firefox

Posted by Subhendu De on February 11, 2012


http://roymcavoy.wordpress.com/2007/12/16/aspnet-vs-2005-this-address-is-restricted-in-firefox-error/

Posted in ASP.NET | Leave a Comment »

Change the screen size for connections

Posted by Subhendu De on January 11, 2012


Helpful link

http://technet.microsoft.com/en-us/library/cc776141(v=ws.10).aspx

Posted in Uncategorized | Leave a Comment »

Error – Failed to Initialize Windows Azure Storage Emulator

Posted by Subhendu De on November 24, 2011


When I first started to host my website using Windows Azure SDK, I found errors related to initialization of SQLEXPRESS instance. A good and helpful link is available

http://blog.nimbo.com/error-failed-to-initialize-windows-azure-storage-emulator/

Posted in Uncategorized | Leave a Comment »

Free Decompiler available for .NET

Posted by Subhendu De on July 23, 2011


http://www.jetbrains.com/decompiler/

http://www.devextras.com/decompiler/

http://www.telerik.com/products/decompiling.aspx

Posted in Uncategorized | Leave a Comment »

Your Weekend Look Cloudy? Free Windows Azure Training Just Released! – Born to Learn – Born To Learn – Born to Learn

Posted by Subhendu De on January 15, 2011


Your Weekend Look Cloudy? Free Windows Azure Training Just Released! – Born to Learn – Born To Learn – Born to Learn.

Posted in Azure | Leave a Comment »

SQL Azure is compatible with SSMS 2008 R2…..

Posted by Subhendu De on January 13, 2011


I was having some leisure time to dig into the much hyped Azure. We set up one sandbox to start learning and developing applications in Windows Azure, SQL Azure and Windows Azure AppFabric. In order to setup my account to access SQL Azure database, I found that the created database for SQL Azure was not able to connect by SSMS. I further  asked my colleague to help me and found SQL Azure database can only be opened through SSMS 2008 R2 only.

One workaround if you are not using SSMS 2008 R2, you need to cancel the connect dialog, then open “New Query” and select “Options” and “Connect to Database” selection box, click on “<Browse servers …>”. In this box, your server is visible and you can easily locate your database. But in Login pane, please provide the server name and credentials. One disadvantage is you cannot see the database objects in your object explorer.

Today, I found one catchy application codename Houston…. Really it’s a very cool application to have everything just like SSMS online version. Try it guys…. https://manage-hkn.cloudapp.net/

Will update you, if I find more……

Posted in Azure | Tagged: , | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.