Sign In
Sajid's TechnoTips
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
Cloud
DB Synchronization
Deployment
Diagnostics
EventLog
Logging
SQL Azure
SQL Server 2008
SQL Server Agent Job
Tracing
WebService
Windows Azure
Archive
Archives
April 2010
(7)
April, 2010
MSDN Blogs
>
Sajid's TechnoTips
>
April, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sajid's TechnoTips
Basic Azure Diagnostics
Posted
over 2 years ago
by
Sajid Qayyum
0
Comments
Just as the camera is important in capturing the details of moments, logging and tracing are important in an application. Without them, you have no way to record the details when they happened. Today we will discuss how to enable and record data in an...
Sajid's TechnoTips
Restrictions of Stored Procedures in SQL Azure
Posted
over 2 years ago
by
Sajid Qayyum
0
Comments
While migrating my stored procedures to SQL Azure, I received errors in some because of lack of support of some of the functionality. I had to find a workaround to successfully export them to SQL Azure. Working with XML sp_xml_preparedocument...
Sajid's TechnoTips
Creating a Web Service in Cloud
Posted
over 2 years ago
by
Sajid Qayyum
0
Comments
Let's create our first web service in the cloud. The service will return the factorial of a number. Just like our Hello World ASP.NET application, we will create a new Cloud Service project but this time with no Role. Once the project is created, add...
Sajid's TechnoTips
Referencing SQL Azure Database
Posted
over 2 years ago
by
Sajid Qayyum
0
Comments
Irrespective of where your application lies i.e. in the cloud or locally, you can simply connect to the SQL Azure database by replacing your local DB Connection String with the SQL Azure Connection String. The connection string for any SQL Azure database...
Sajid's TechnoTips
Exporting and Synchronize local Database to SQL Azure
Posted
over 2 years ago
by
Sajid Qayyum
0
Comments
I assume that you already have a SQL Azure account with a Server name and an Administrator. Both the server name and the administrator username are written under "Server Information" on the SQL Azure Server Administration screen. We start by...
Sajid's TechnoTips
Windows Azure: Hello World part 2
Posted
over 2 years ago
by
Sajid Qayyum
0
Comments
In the previous post we created a new ASP.NET Windows Azure application. In this post, we will publish in on the cloud. In order to publish the application to the cloud, we have to make sure that except for the .net standard library dlls, all the remaining...
Sajid's TechnoTips
Windows Azure: Hello World part 1
Posted
over 2 years ago
by
Sajid Qayyum
0
Comments
Let us create a simple hello world application in ASP.NET. It will be run locally using the development fabric. In the second part, we will learn how to deploy it in cloud. Open Visual Studio in administrator mode (Run as administrator) and create...
Page 1 of 1 (7 items)