What is Windows Azure? [closed] - windows

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Announced today. Descriptions so far are confusing. Let's put together a good starting point for understanding Windows Azure.
Strongly related to What is a "Cloud OS"?, but not enough to warrant closing.

Description
The Azure™ Services Platform (Azure) is an internet-scale cloud services platform hosted in Microsoft data centers, which provides an operating system and a set of developer services that can be used individually or together. Azure’s flexible and interoperable platform can be used to build new applications to run from the cloud or enhance existing applications with cloud-based capabilities. Its open architecture gives developers the choice to build web applications, applications running on connected devices, PCs, servers, or hybrid solutions offering the best of online and on-premises.
Azure reduces the need for up-front technology purchases, and it enables developers to quickly and easily create applications running in the cloud by using their existing skills with the Microsoft Visual Studio development environment and the Microsoft .NET Framework. In addition to managed code languages supported by .NET, Azure will support more programming languages and development environments in the near future. Azure simplifies maintaining and operating applications by providing on-demand compute and storage to host, scale, and manage web and connected applications. Infrastructure management is automated with a platform that is designed for high availability and dynamic scaling to match usage needs with the option of a pay-as-you-go pricing model. Azure provides an open, standards-based and interoperable environment with support for multiple internet protocols, including HTTP, REST, SOAP, and XML.
Features
Key components of the Azure Services Platform include the following:
Windows Azure for service hosting and management, low-level scalable storage, computation and networking
Microsoft SQL Services for a wide range of database services and reporting
Microsoft .NET Services which are service-based implementations of familiar .NET Framework concepts such as workflow and access control
Live Services for a consistent way for users to store, share and synchronize documents, photos, files and information across their PCs, phones, PC applications and Web sites
Microsoft SharePoint Services and Microsoft Dynamics CRM Services for business content, collaboration and rapid solution development in the cloud.

It's time sharing. Once again we reinvent something. ;) And who predicted mainframes would die.

This seems to be Microsoft's main page:
Azure Services Platform

In simple words:
A Microsoft services-based operating environment (also called a cloud computing platform) that will let developers build and host services on Microsoft's infrastructure.
Windows Azure is an open platform that support both Microsoft and non-Microsoft languages and environments.
According to the official Microsoft Windows Azure Web site, developers can build their applications and services, developers using Visual Studio 2008 as well as popular standards and protocols including SOAP, REST, and XML.

Azure is a cloud hosting, if we have a web app application we can hosting on it.
Azure also support various script languages (C#, PHP, Phyton etc).
Today Azure also support for wordpress and various databases.
We can subscribe azure by period or "pay as you go".

Microsoft Azure is a cloud computing service created by Microsoft for building, deploying, and managing applications and services through a global network of Microsoft-managed data centers. It provides software as a service, platform as a service and infrastructure as a service and supports many different programming languages, tools and frameworks, including both Microsoft-specific and third-party software and systems.Please refer below link to understand Azure-
http://www.tutorialspoint.com/microsoft_azure/

Related

Can i use netoffice package to automate outlook application from a web application. Is there any disadvantages

Can i use netoffice package to automate outlook application from a web application. I need to open outlook window to create meetings and send from a web application.Is there any disadvantages in using netoffice for the same?
Nope. It is not a supported way of automating Office applications.
Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including ASP, ASP.NET, DCOM, and NT Services), because Office may exhibit unstable behavior and/or deadlock when Office is run in this environment.
If you are building a solution that runs in a server-side context, you should try to use components that have been made safe for unattended execution. Or, you should try to find alternatives that allow at least part of the code to run client-side. If you use an Office application from a server-side solution, the application will lack many of the necessary capabilities to run successfully. Additionally, you will be taking risks with the stability of your overall solution.
Read more about that in the Considerations for server-side Automation of Office article.
If you deal with Exchange profiles you may consider using EWS, see Get started with EWS Managed API client applications for more information.

Is Office Fabric used in creating the Exchange Admin Center? What else is?

I need to create an administrative portal that is visually consistent with Office 365 and Exchange online / 2016
What UX experience is most similar to the admin portal in these situations?
I discovered Office Fabric but not sure what else is needed to get an Exchange administrator page.
Office UI Fabric team member here. I'm not sure if Fabric is currently used in the Exchange Admin Portal (I don't think so today), but as Slava points out, Fabric is the framework we use to build many of the apps & experiences throughout Office 365, with many pages and experiences being onboarded all the time. It's your best bet if you want to build a new UX that looks and feels like Office, specifically the Fabric-React components, since we stress-test these in our own products and hold them to a very high standard in terms of performance, accessibility, and feature set.
Yes, your research is correct. Office UI Fabric is the front-end framework for building experiences that fit seamlessly into Office and Office 365. Mainly the product made to be replicate Office applications (Word, Outlook, etc.) in 3rd party apps and add-ins. It should be suitable for administrative portal as well, but probably not that reach.
Office UI fabric has two mayor parts: One is Office UI Fabric Core which includes set of style sheets and the second Office UI Fabric JS which delivers built-in components you may use out of box with the core styles.

devops workflow for C# windows desktop based apps

What are the steps to implement DevOPs for a C# windows desktop based application.
What are the tools should be used to automate the manual process like testing, code review, code analysis, performance, build & release, deployment and change requests deployment
That is a very general question. It relies on specific needs, budget considerations, technologies, company size, and more.
You can try all sort of free offering out there, just to experiment. Since you're working on Windows with C#, so you're already have strong connection to Microsoft, I would say check out Visual Studio Team Services, it's a cloud-based ALM/DevOps tool, free for up to 5-users team.

Is it right to host my application in windows azure?

Friends. I am new to windows azure concept. Just i want to knw whether we can host my asp.net application developed in visual studio 2010 with sql server 2008 or i need to develop my application in windows azure environment?
ii). Whether they provide both hosting and storage?
if it so what are the steps to implement it as a beginner?
Please can any one suggest a clear idea about it.
This is a pretty generic question. To get started, I strongly suggest downloading the Windows Azure Training Kit which will guide you through all the basics through advanced topics.
You can absolutely run asp.net apps and SQL Server apps in Windows Azure. You'll need to think about things like statelessness, scaling, and other things that might be different from an on-premises solution. You should see these topics discussed in the training kit.
Last week, Windows Azure Web Sites was introduced - this is an extremely simple way to deploy an asp.net site to Windows Azure.
As far as "is it right to host my application in windows Azure" - that type of question doesn't fit here, as it will simply open the floor for debate.

Wireless synchronisation program

hi I have been looking for help with not much luck till i arrived here.
I want to develop an SQL server database and an application which will act as a server to allow a pda to send data to and wirelessly synchronise and information to sendAs it uses mobile application I would like to utilise it over a WIFI network.Any information would be very apreciated. I will be using visual studio to develop as it has SQL SERVER in built.
Thanks
Verma
If you use SQLCE on the PDA there are two technologies that could help.
SQL Merge Replication
ADO.NET Synchronisation Services
Microsoft Sync Framework v2.0 CTP1 is fairly new (Oct '08 release from MS) You can get more information about it, and the latest releases from the Microsoft Sync Framework page.
"Microsoft Sync Framework is a
comprehensive synchronization platform
that enables collaboration and offline
access for applications, services and
devices. It features technologies and
tools that enable roaming, sharing,
and taking data offline. Using
Microsoft Sync Framework, developers
can build sync ecosystems that
integrate any application, with any
data from any store using any protocol
over any network."

Resources