|
|
|
|
|
| | Total Hits: 5 | Today: 0 | Author: Al Alberto | Rating:  |
| |  This is the second article in a series describing my experience exploring the new realm of cloud development. It's predicted that within just a couple of years over a third of all development will be cloud based. So it makes sense that we should become familiar with that environment if we don't want to be left behind. My approach to learning new technologies is to envision their application. Specifically I try to look at how they might be applied to solving business problems. I think there is a ... |
| | Total Hits: 6 | Today: 0 | Author: Wictor Wilén | Rating:  |
| |  I thought I should share my experience on working with SharePoint 2010 development on Windows 7. My previous posts on installing SharePoint 2007 on Vista and Windows 7 are posts that are quite popular. The downside with the “old” SharePoint version is that it was not officially supported to install it on a client machine, but SharePoint 2010 is supported for installation on Windows 7 and Windows Vista SP1 for development purposes.... |
| | Total Hits: 10 | Today: 0 | Author: Dave Nielsen | Rating:  |
| |  In this series of 9 short videos on Windows Azure, Dave Nielsen engages a number of experts on the benefits of cloud computing. The discussions cover a range of cloud-related topics including backup & data recovery, social networking, mobile apps, and big data.... |
| | Total Hits: 15 | Today: 0 | Author: Dhananjay Kumar | Rating:  |
| |  In this post we will add and delete firewall rules associated with Database server in SQL Azure programmatically.
Read part 1 of this post here. In part 1, we fetched SQL Azure firewall rules programmatically.
In this post I am going to add two functions in existing Firewall class.
Adding function to add firewall rule. Adding function to delete firewall rule.... |
| | Total Hits: 11 | Today: 0 | Author: Dhananjay Kumar | Rating:  |
| |  1. Login to Windows Azure Development portal. 2. After login at left panel you can see number of storage and service account in your subscription.... |
| | Total Hits: 11 | Today: 0 | Author: Dhananjay Kumar | Rating:  |
| |  Windows Azure Development portal is in new look now. It is Silverlight based and all operation can be performed from one page. New portal is having Ribbon at top, left panel and right panel. From configuring guest Operating system to stopping or restarting service can be performed from one page using new portal. In this article we will walk through, how could we create new Hosted Service in new Azure Portal?... |
| | Total Hits: 16 | Today: 0 | Author: Steve_Fox | Rating:  |
| |  This article is in the Product Showcase section for our sponsors at The Code Project. These reviews are intended to provide you with information on products and services that we consider useful and of value to developers.
Microsoft SharePoint 2010 is enjoying much-deserved praise as a solid developer platform. Augmented with new services, APIs, data programmability, and UI support via the dialog framework and Silverlight, many options exist for developers to really sink their teeth into t... |
| | Total Hits: 2 | Today: 0 | Author: Alex Koval (www.codemastersintl.com) | Rating:  |
| |  In this article I would like to describe monitoring the health of your application in Windows Azure via Performance Counters. The topic came out as a result of working on a health monitoring aspect of an Azure Application where I had to implement means for the system to give feedback to the user. I believe that Azure Diagnostics should be part of every application and value of your app instrumentation cannot be underestimated. In this article I will focus on performance counters and will provide... |
| | Total Hits: 3 | Today: 0 | Author: jebarson | Rating:  |
| |  As on today, cloud is what everyone talking about. This is one technology where everyone have a different view. Some say that it is a new technology that will take upon the future and some say that this is nothing new but just the old techniques put in a different combination and even better some say its better it's just a marketing gimmick. But I would say it's everything and we will find about it more better.... |
| | Total Hits: 0 | Today: 0 | Author: jebarson | Rating:  |
| |  Before we start of with the worker role, we might talk about few things over the course which we have already discussed on our previous part. If you haven't read the previous part and you aren't able to follow something, I would recommend reading the previous part.
As I already briefed in part 2, the worker role is basically a worker process which is normally configured to run on an infinite loop. We will create which is something similar to as we spoke.... |
| | Total Hits: 1 | Today: 0 | Author: Shivprasad | Rating:  |
| |  In this section we will create our first program using Azure blobs. This article creates a simple web page where we upload image files which are stored in azure blobs. We have also created a simple search text box which will help us to search the image blobs with the image file name.... |
| | Total Hits: 1 | Today: 0 | Author: Shivprasad | Rating:  |
| |  Azure queues help to communicate data between web role and worker role. Web roles are nothing but web application which can be accessed by the end browser. Worker roles are back ground processes which run in the azure system and they do not take direct request from the web.... |
| | Total Hits: 1 | Today: 0 | Author: Mahesha Channabasappa | Rating:  |
| |  Security is a key factor when moving/migrating applications to and on open/global platforms. Now cloud computing is becoming a hot spot for enterprises and with a majority of enterprises moving and planning to move to the cloud , application security has evolved as key challenge.... |
| | Total Hits: 3 | Today: 0 | Author: George Huey and Wade Wegner | Rating:  |
| |  One of our favorite aspects of technology is that it is constantly evolving and continually changing—there’s always more to learn! As students and followers of cloud computing, we’re tremendously excited about the Windows Azure platform. As technical evangelists for Microsoft, we have the great fortune to work with customers in the adoption of new technology. As a result, we’ve seen a host of different ways in which to apply Windows Azure.... |
| | Total Hits: 7 | Today: 0 | Author: www.azuresupport.com | Rating:  |
| |  Since the SQL Azure database services are in the cloud, you do not have to worry about high availability and scalability. SQL Azure will maintain a “Monthly Availability” of 99.9% during a calendar month. For example, you or your network administrators do not have to spend time on high availability which is taken care by the services. Also, you don’t have to worry about security patches and service packs which will be installed by the service provider.... |
| | Total Hits: 6 | Today: 0 | Author: Shivprasad koirala | Rating:  |
| |  Different people have different obsessions and I have this stupid obsession of writing articles in FAQ formats :-) . The more I try to write articles in normal format I end up with a FAQ. My only thought process of writing articles in FAQ format is that we end up talking to the point rather than talking about trees and rivers , many may disagree.... |
| | Total Hits: 23 | Today: 0 | Author: Dhananjay Kumar | Rating:  |
| |  I have already written on many levels 100 developer's articles on SQL Azure. You can read them here. I thought that if my SQL Azure blog post series does not have a post on "Connecting SQL Azure to Microsoft Access" then it cannot be called a complete post series. So I gave a try and came up with this article. Before you start reading this step by step walkthrough, I request that you first read some of previous articles on SQL Azure here... |
| | Total Hits: 10 | Today: 0 | Author: Dhananjay Kumar | Rating:  |
| |  There is a Session Id assigned to each SQL Azure connection. The Session Id can be very useful in debugging and can be logged by the developers. In this article, I will show how to fetch the Session Id programmatically.
The first step is to create a class with the properties:
Server Name Login Name Password... |
| | Total Hits: 10 | Today: 0 | Author: Lionel LASKE | Rating:  |
| |  This article will show you how you can synchronize OneNote on Windows Azure using OneNote API and Azure Blob Storage. Then, you'll learn how to develop an ASP.NET application to access it from an iPhone and a WebOS application to access it from a Palm Pré©.... |
| | Total Hits: 10 | Today: 0 | Author: Dhananjay Kumar | Rating:  |
| |  LINQ can be used with SQL Azure in the same way it is used with SQL Server. We are going to use the School database again. So to see how we can use SQL Azure with LINQ.... |
|
|
|
|
|
|
|
|
|
|
|
|
|