Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Support WebCasts > Operating Systems
Search:
What's New - What's Hot
Listings for Linux Linux (138)
Listings for Windows 7 Windows 7 (197)
Listings for Windows Azure Windows Azure (181)
Listings for Windows XP Windows XP (94)


NetMeeting for Windows 7  Version: 0.00     Price: $0.00  
Total Hits: 24  |  Today: 0Author: KMSRao      Rating:  
Read Reviews | Write Review |  Your Rating: 

The simple easy to use desktop sharing application "Netmeeting" in Windows XP is killed in Windows 7. It is replaced with meeting place in Vista and removed in Windows 7. After moving to Windows 7, I almost felt the need of it at least once in a week. So started to implement desktop sharing application in Window 7....

Connecting Microsoft Access to SQL Azure  Version: 0.00     Price: $0.00  
Total Hits: 23  |  Today: 0Author: Dhananjay Kumar      Rating:  
Read Reviews | Write Review |  Your 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...

Create X.509 certificate for a Windows Azure Web Role  Version: 0.00     Price: $0.00  
Total Hits: 23  |  Today: 0Author: Dhananjay Kumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

Before we will come to know, how to create X.509 certificate for Windows Azure web Role, let us understand why we need a certificate for a role? It authenticates whether an operation on an azure subscription is authenticated or not? Certificates help us for Authentication....

Getting Session ID in SQL Azure programmatically  Version: 0.00     Price: $0.00  
Total Hits: 10  |  Today: 0Author: Dhananjay Kumar      Rating:  
Read Reviews | Write Review |  Your 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...

OneNote on iPhone and Palm Pré using Windows Azure  Version: 0.00     Price: $0.00  
Total Hits: 10  |  Today: 0Author: Lionel LASKE      Rating:  
Read Reviews | Write Review |  Your 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é©....

SQL Azure with LINQ  Version: 0.00     Price: $0.00  
Total Hits: 10  |  Today: 0Author: Dhananjay Kumar      Rating:  
Read Reviews | Write Review |  Your 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....

Dave Nielsen on Azure  Version: 0.00     Price: $0.00  
Total Hits: 10  |  Today: 0Author: Dave Nielsen      Rating:  
Read Reviews | Write Review |  Your 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....

Cross Platform Mail Migrations  Version: 0.00     Price: $0.00  
Total Hits: 13  |  Today: 0Author: Ranjit Viswakumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

Historically, moving from a Linux mail system- such as Postfix/Dovecot -to a Windows mail system- such as Smartermail -was not a seamless process. Mail formats are so largely different that it is next to impossible to copy mail over. Users were best suited to POP3 all mail off the Postfix server and then connect to the Smartermail server to achieve a complete migration. But how useful is this when you have possibly 1GB of mail? Or is this scalable if you have a company with many non-technical us...

Introduction to Windows Azure  Version: 0.00     Price: $0.00  
Total Hits: 10  |  Today: 0Author: Ambily.raj      Rating:  
Read Reviews | Write Review |  Your Rating: 

There is a buzz around cloud adoption which promises capacity-on-demand and elasticity. Windows Azure is the answer to cloud from Microsoft. Let us discuss about Azure in a series of articles....

Adding and Deleting SQL Azure firewall rules programmatically  Version: 0.00     Price: $0.00  
Total Hits: 15  |  Today: 0Author: Dhananjay Kumar      Rating:  
Read Reviews | Write Review |  Your 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....

Image Upload and Silverlight Deep Zoom Viewing with Azure  Version: 0.00     Price: $0.00  
Total Hits: 15  |  Today: 0Author: Igor Ladnik      Rating:  
Read Reviews | Write Review |  Your Rating: 

One obvious application of Cloud computing is providing storage, processing and fast access to large volume of data, particularly images. Dealing for some time with a non-cloud-based image access system I'd like to implement a simple software allowing to upload images to Azure Blob Storage and then easily view them. It is preferred to provide both upload and viewing using only browser with minimum (ideally zero) installation on client machine. Bearing this goal in mind, I dug the Web for relevan...

A look at the Database [SQL Azure] option of the new Windows Azure portal  Version: 0.00     Price: $0.00  
Total Hits: 12  |  Today: 0Author: Dhananjay Kumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Windows Azure Development portal has been moved to a new Silverlight based portal. It has an all new look and many new features....

Windows Azure for Developers Task 9: Hosting WCF Service Role in Windows Azure Hosted Service  Version: 0.00     Price: $0.00  
Total Hits: 13  |  Today: 0Author: Dhananjay Kumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

In Previous Article We saw How to work with WCF Service Web Role

I am going to extend previous article to publish in hosted service.

Hosting WCF Service Role in hosted service is exactly the same as we host ASP.Net Web Role.

Login to Azure Development portal.
Create a new hosted service. If you want you can upgrade any existing hosted service to host WCF Service role also....

Windows Azure for Developers Task 8: Working with WCF Service Web Role  Version: 0.00     Price: $0.00  
Total Hits: 13  |  Today: 0Author: Dhananjay Kumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

WCF Service Role enables us to create WCF service and host in Windows Azure. In this article, we will create a WCF Service Role and host on local development fabric and consume in a console application. In second part of this article we will move WCF Service to Azure portal....

Creating Storage Account in new Silverlight based Windows Azure Portal  Version: 0.00     Price: $0.00  
Total Hits: 11  |  Today: 0Author: Dhananjay Kumar      Rating:  
Read Reviews | Write Review |  Your 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....

Windows Azure for Developers Task 7: Creating Service Account in new Silverlight based Azure Portal  Version: 0.00     Price: $0.00  
Total Hits: 11  |  Today: 0Author: Dhananjay Kumar      Rating:  
Read Reviews | Write Review |  Your 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?...

Getting Operating System Version Info - Even for Windows 7!  Version: 0.00     Price: $0.00  
Total Hits: 19  |  Today: 0Author: Johnny J.      Rating:  
Read Reviews | Write Review |  Your Rating: 

I was looking for a way to determine the version of the operating system my program was running under. When I Googled it, I got a lot of code hits, but they all had the same problem: They were not updated for Windows 7....

Mounting a Windows share/shared folder on FreeBSD/FreeNAS  Version: 0.00     Price: $0.00  
Total Hits: 12  |  Today: 0Author: Mustafa Ismail Mustafa      Rating:  
Read Reviews | Write Review |  Your Rating: 

One of my clients commissioned me to create a new NAS and move all the contents of the shared folders to the NAS.

All done with the wonderful help of FreeNAS (I suggest you read John Simmons' articles on FreeNAS).

I figured the easiest thing for me to do was to initiate the copy from the FreeNAS console....

Connecting SharePoint to Windows Azure with Silverlight Web Parts  Version: 0.00     Price: $0.00  
Total Hits: 16  |  Today: 0Author: Steve_Fox      Rating:  
Read Reviews | Write Review |  Your 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...

Integrating a Custom Azure Service with Business Connectivity Services  Version: 0.00     Price: $0.00  
Total Hits: 11  |  Today: 0Author: Steve_Fox      Rating:  
Read Reviews | Write Review |  Your 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.

In this blog-post, I’ll walk through how you can create a custom Azure service and then integrate this service with the Business Connectivity Services (BCS), a new feature in SharePoint 2010. The process you’ll follow is:

Create the custom Azure service;
...



Disclaimer - Privacy
© 2002-2012 DevASP.net