-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Azure Mobile Services is a platform that provides a small set of functionality consisting of authentication, custom data tables, custom API’s, scheduling scripts and push notifications to be used as the back-end of a mobile application or if you want, any application or web site. As described in my…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
This morning we released a huge set of updates to Windows Azure. These new capabilities include: Backup Services: General Availability of Windows Azure Backup Services Hyper-V Recovery Manager: Public preview of Windows Azure Hyper-V Recovery Manager Virtual Machines: Delete Attached…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
In Windows Azure platform there are 3 storage we can use to save our data on the cloud. They are the Table, Blob and Queue. Before the Chinese New Year Microsoft announced that Azure SDK 1.1 had been released and it supports a new type of storage – Drive, which allows us to operate NTFS files on the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Scenario
I'm trying to convert my Silverlight Business Application over to the cloud with the help of Azure. I have been following this link from Brad Abrams blog.
Both the links to Windows Azure and SQL Azure crash out in Google Chrome, they work in Internet Explorer, but it's literally one of…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
This blog is usually dedicated to Business Intelligence and SQL Server, but I didn’t found easily on the web simple PowerShell scripts to help me deploying a number of virtual machines on Azure that I use for testing and development. Since I need to deploy, start, stop and remove many virtual machines…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to add a simple configuration to a SSIS package, of type SQL Server, so stored in a table. At the end of the wizard, when it goes to try and write a new row to the nominated table to store the configuration it fails with the error:
TITLE: Microsoft Visual Studio
Could not complete wizard…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone.
I wonder if you could help me with the following problem:
We have a SharePoint farm consisted of two servers with an NLB (a load balancer), a database server and an index server (4 servers in total).
The issues initially appeared when we were trying to change Search settings via Shared…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I got some codes from other articles for configuring module and layout in zend framework. I tried with in my local. i didn't get different layout for default and admin module. Here is my code for configuring module and layout for zend framework.
configs/application.ini
[production]
#…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In a few large projects i have been working on lately it seems to become increasingly important to choose one or the other (XML or Annotation). As projects grow, consistency is very important for maintainability.
My question is, what do people prefer. Do you prefer XML based or Annotation based…
>>> More
-
as seen on SQLIS
- Search for 'SQLIS'
Continuing my theme of building various types of packages in code, this example shows how to building a package with package configurations. Incidentally it shows you how to add a variable, and a connection too. It covers the five most common configurations: Configuration File Indirect Configuration…
>>> More