Showing posts with label Azure. Show all posts
Showing posts with label Azure. Show all posts

Friday, November 15, 2013

[VS Online] Visual Studio Online Monaco

During the Visual Studio 2013 launch event Microsoft announced the global availability of Visual Studio Online and on top of that also a new incubation project with the code name Visual Studio Online Monaco.

This blog posts aims to show you the capabilities that Visual Studio Online Monaco provides in its early stages and how you can to try them out.

Windows Azure Website Creation

First of all we are going to create a Windows Azure website to test and to assess the Visual Studio Online Monaco features. To do that you have to sign in to your Windows Azure account (remember that you have free credits if you have a MSDN subscription).

WindowsAzureLogin

Use the “Quick Create” option to create a Windows Azure Website in your region for our example. This should only take seconds.

WindowsAzureCreateWebsite

You have to configure the created website to enable modifications from within Visual Studio Online. This is currently only available in Preview mode, so options or behaviors might still change and the service can be canceled at any time. So take caution and do not use this feature for your production websites.

WindowsAzureConfigureWebsite

Do not forget to save your changes. You are now ready to test Visual Studio Online Monaco, so lets get started !

Edit your Windows Azure website using Visual Studio Online Monaco

The easiest way of editing your Windows Azure website within Visual Studio Online is by clicking on the button that has been added to the Dashboard tab in the Windows Azure portal. You can find it on the right hand side at the bottom of the following screenshot.

WindowsAzureWebsiteDashboard

After the login procedure your are presented with the following welcome screen. You may read the 4 Quick Start tips that are displayed to get additional information.

VSOnlineMonaco

You may now click on the hostingstart.html page to edit it directly within your browser. Yes, the IDE is within your browser in this case ! You do not need to have Visual Studio installed. It will work even from you tablet or mobile phone (even with non-Microsoft operation systems ! This is quite handy if you need to quickly apply basic updates to your websites for example.

VSOnlineMonacoEdit

As you see you have full color coding in place. you may edit existing files,  create new files, create new folders, upload files, use specific IDE commands and much more. The editor is currently somewhat limited, but in some cases exactly what you need. Note that all your modifications are saved as you type them, no need to save by yourself.

Lets take a more closer look at the menu options on the left hand side.

VSOnlineMonacoMenu

You have already used the Explore option before. It provides access to the files and folders as well as to the IDE for editing code source.

The Search option allows for searching within your files and your project.

VSOnlineMonacoSearch

The Git option serves to connect to an existing Git repository within Visual Studio Online or to initialize a new one with just the press of a button.

VSOnlineMonacoGit

I have actually initialized a new Git repository, so now I am presented with a commit screen where I need to add a comment and check-in my changes. You see that I currently have selected the master branch. I could also create sub-branches and use the full power of Git. But lets leave it simple for our example.

VSOnlineMonacoGit2

The last four menu options at the bottom allow me to run and see the output of my changes and to open up a console to execute commands. Here is a list of all the commands that are currently supported.

VSOnlineMonacoConsole

To conclude our little example you may now open your modified website and you will see that the title of the webpage has been updated as expected.

Conclusion

I have tried to give you a very quick and brief overview of Visual Studio Online Monaco. I hope you are as interested as I am. I will keep you informed when I have additional information and when the preview advances.

Here is a good series of webcasts done by the Channel 9 team :
http://channel9.msdn.com/Series/Visual-Studio-Online-Monaco


Share/Save/Bookmark

Thursday, March 15, 2012

[Webcast] Migrate your .NET applications to Windows Azure

I will present a webcast the 30th of march 2012 with Microsoft in French on how to successfully migrate your .NET applications to Windows Azure entitled “Migrez vos applications .NET sur Windows Azure”.

So if you are interested in this topic and you understand the French language don’t hesitate and inscribe yourself to this free webcast:

image


Share/Save/Bookmark

Thursday, March 8, 2012

[TechDays 2012] Videos of my two Azure sessions are now online

The videos of my two Windows Azure sessions, presented with some colleagues and Microsoft during TechDays 2012, are now online. You can watch them below if you understand the French language.



Share/Save/Bookmark

Thursday, January 26, 2012

[Publication] White Paper in collaboration with Microsoft:
Fourth Chapter on How to develop applications for the Cloud

I am happy to announce that you can find the fourth chapter of a whitepaper on how to develop applications for the Cloud using the Windows  Azure platform written by me, François Merand and Laurent Gautier on the official Visual Studio homepage.

http://www.microsoft.com/france/visual-studio/scenarios/developper-pour-le-cloud.aspx

image

This is the last chapter of the series. We will however continue to finalize and optimize the corresponding application when we find some time. So many additional things to do : ASP.NET MVC 4, IoC, additional abstractions, the implementation of the worker role and the image processing, etc…

You can find the source code of the BDTheque application here.


Share/Save/Bookmark

Tuesday, January 24, 2012

[Publication] White Paper in collaboration with Microsoft:
Third Chapter on How to develop applications for the Cloud

I am happy to announce that you can find the third chapter of a whitepaper on how to develop applications for the Cloud using the Windows  Azure platform written by me, François Merand and Laurent Gautier on the official Visual Studio homepage.

http://www.microsoft.com/france/visual-studio/scenarios/developper-pour-le-cloud.aspx

image

We will continue publishing the other chapters in the next weeks so stay tuned as we progress on implementing our example BDTheque application and finalizing our Whitepaper.

You can find the source code of the BDTheque application here.


Share/Save/Bookmark

Tuesday, January 3, 2012

[Publication] Article in French Programmez Magazine on Windows Azure First Steps and how to build your first application

You can find an article of 2 pages concerning Windows Azure in the French Programmez magazine No.148 written by me and François Merand.

image

First Page and Second Page (low resolution)

The article is written in French but as always I will write some English articles on my Blog in the next weeks. So stay tuned if you are interested in getting to know how to start using Windows Azure and building you first application.


Share/Save/Bookmark

Monday, January 2, 2012

[TechDays 2012] Speaker for two Windows Azure sessions and Ask the Expert (ATE) during TechDays 2012 in Paris

The TechDays 2012 will be the 7, 8 and 9 February in Paris. Many new technology trends will be presented. A must for everyone who is working in the software development sector !!! And the best of all : It is for free !

I will be speaker and animate the following 2 sessions :

I will also act as ATE (Ask The Expert) and will be happy to respond to any questions you might have concerning Microsoft products during the breaks in between the different sessions.

You will find me at one of the stands wearing a special shirt and being happy to exchange with you on any technical subject you might have.

image

Don't hesitate, inscribe yourself quickly and visit us at TechDays 2012 !!!


Share/Save/Bookmark

Tuesday, December 20, 2011

[Publication] White Paper in collaboration with Microsoft:
Second Chapter on How to develop applications for the Cloud

I am happy to announce that you can find the second chapter of a whitepaper on how to develop applications for the Cloud using the Windows  Azure platform written by me, François Merand and Laurent Gautier on the official Visual Studio homepage.

http://www.microsoft.com/france/visual-studio/scenarios/developper-pour-le-cloud.aspx

image

We will continue publishing the other chapters in the next weeks so stay tuned as we progress on implementing our example BDTheque application and finalizing our Whitepaper.

You can find the source code of the BDTheque application here.


Share/Save/Bookmark

Friday, December 2, 2011

[Publication] White Paper in collaboration with Microsoft:
First Chapter on How to develop applications for the Cloud

I am happy to announce that you can find the first chapter of a whitepaper on how to develop applications for the Cloud using the Windows  Azure platform written by me, François Merand and Laurent Gautier on the official Visual Studio homepage.

http://www.microsoft.com/france/visual-studio/scenarios/developper-pour-le-cloud.aspx

image

We will continue publishing the other chapters in the next weeks so stay tuned as we progress on implementing our example BDTheque application and finalizing our Whitepaper.

You can find the source code of the BDTheque application here.


Share/Save/Bookmark

[Publication] Interview with Developpez.com and Microsoft concerning SQL Azure and its newest features

Just a quick note that you can find an article in French written by Gordon Fowler concerning my interview with Microsoft and Developpez.com on the maturity of SQL Azure, its advantages and its new features (SQL Azure Reporting, SQL Azure Data Sync, SQL Azure Federation) under the following address.

http://www.developpez.com/actu/39580/-SQL-Azure-devient-l-egal-de-SQL-Server-Microsoft-et-Sogeti-reviennent-sur-les-nouveautes-de-la-base-de-donnees-hebergee/

image


Share/Save/Bookmark

Wednesday, June 8, 2011

[MS Days 2011] Slides of Windows Azure Session Online

Below the slides that I used for my session during the MS Days in Grenoble. The session and slides were done in French.


Share/Save/Bookmark

Sunday, May 8, 2011

[MS Days 2011] Speaker at Microsoft Days 2011 in Grenoble
Session on Windows Azure

I am going to be speaker and animate a session with Fathi Bellahcene on Windows Azure during the Microsoft Days 2011 in Grenoble the 7th June ! So if you have the time and if you are around don’t hesitate and come to see us in action !

image


Share/Save/Bookmark

Friday, February 25, 2011

[Certifications] MCPD: Windows Developer 4, MCPD: Web Developer 4 and MCPD: Azure Developer 4

Just to let you know that I passed the upgrade exams 70-521 and 70-523 to upgrade my MCPD: Enterprise Application Developer 3.5 certification lately.

I am happy to announce that I am now certified MCPD: Windows Developer 4 & MCPD: Web Developer 4 !

I also received the information that I have passed the BETA exam “71-583 PRO: Designing and Developing Applications for Windows Azure” that I did in November 2010.

So I am MCPD: Windows Azure Developer certified as well !!

image


Share/Save/Bookmark

Thursday, December 30, 2010

[Publication] Article in French Programmez Magazine on Windows Azure AppFabric and Windows Server AppFabric

You can find an article of 4 pages concerning Windows Azure AppFabric and Windows Server AppFabric in the French Programmez magazine No.137 written by me and Jean-Luc Boucho.

programmez_137

First Page and Second Page (low resolution)

Second and Third Page (low resolution)

The article is written in French but as always I will write some English articles on my Blog in the next weeks. So stay tuned if you are interested in knowing how Windows Azure AppFabric compares to Windows Server AppFabric.


Share/Save/Bookmark