Answered by:
Can I code csharp in azure

Question
-
User-719614390 posted
Hi,
I am a new guy to development. Can anyone please tell me if I can develop a website(with csharp code and MVC) in Azure. I mean is there a prt in azure portal where I can develop a website just I can do in ASP.NET. If not, What is the word Azure development mean. Please do explain anyone.
Regards,
D
Wednesday, October 3, 2018 1:00 PM
Answers
-
User753101303 posted
Hi,
Yes, you can develop a site as usual in Visual Studio and then publish this site to Azure (and/or possibly take advantage of other unique services). Basically it is an hosting environment where you have a bunch of services available.
Or are you talking about using an online editor ? I remember to have seen one but never used it and don't know for which kind of site it is supported.
Edit: try perhaps https://kencenerelli.wordpress.com/2016/12/10/understanding-the-azure-app-service-editor/ if this is what you are looking for...
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, October 3, 2018 1:41 PM -
User-369506445 posted
hi
Microsoft Azure builds on the Windows platform, allowing users to scale back their necessary development resources and move parts of their infrastructures into the cloud as they see fit.
In <g class="gr_ gr_24 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-ins replaceWithoutSep" id="24" data-gr-id="24">fact</g> Microsoft Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers. It <g class="gr_ gr_10 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="10" data-gr-id="10">provides </g><g class="gr_ gr_10 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="10" data-gr-id="10"> software</g> as a service (SaaS), platform as a service (PaaS) <g class="gr_ gr_11 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="11" data-gr-id="11">and </g><g class="gr_ gr_11 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="11" data-gr-id="11"> infrastructure</g> as a service (IaaS) and supports many <g class="gr_ gr_12 gr-alert gr_gramm gr_hide gr_inline_cards gr_run_anim Style multiReplace replaceWithoutSep" id="12" data-gr-id="12">different </g><g class="gr_ gr_12 gr-alert gr_gramm gr_hide gr_inline_cards gr_disable_anim_appear Style multiReplace replaceWithoutSep" id="12" data-gr-id="12"> programming</g> languages, tools, and frameworks, including both Microsoft-specific and third-party software and systems.
please follow below link
https://yourstory.com/2012/02/step-by-step-guide-to-create-first-windows-azure-application/
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, October 3, 2018 1:41 PM
All replies
-
User475983607 posted
I am a new guy to development. Can anyone please tell me if I can develop a website(with csharp code and MVC) in Azure. I mean is there a prt in azure portal where I can develop a website just I can do in ASP.NET. If not, What is the word Azure development mean. Please do explain anyone.
Start by going through a tutorial or two...
https://docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/?view=aspnetcore-2.1
https://docs.microsoft.com/en-us/aspnet/core/azure/devops/tools-and-downloads?view=aspnetcore-2.1
Wednesday, October 3, 2018 1:33 PM -
User753101303 posted
Hi,
Yes, you can develop a site as usual in Visual Studio and then publish this site to Azure (and/or possibly take advantage of other unique services). Basically it is an hosting environment where you have a bunch of services available.
Or are you talking about using an online editor ? I remember to have seen one but never used it and don't know for which kind of site it is supported.
Edit: try perhaps https://kencenerelli.wordpress.com/2016/12/10/understanding-the-azure-app-service-editor/ if this is what you are looking for...
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, October 3, 2018 1:41 PM -
User-369506445 posted
hi
Microsoft Azure builds on the Windows platform, allowing users to scale back their necessary development resources and move parts of their infrastructures into the cloud as they see fit.
In <g class="gr_ gr_24 gr-alert gr_gramm gr_inline_cards gr_run_anim Punctuation only-ins replaceWithoutSep" id="24" data-gr-id="24">fact</g> Microsoft Azure is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed data centers. It <g class="gr_ gr_10 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="10" data-gr-id="10">provides </g><g class="gr_ gr_10 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="10" data-gr-id="10"> software</g> as a service (SaaS), platform as a service (PaaS) <g class="gr_ gr_11 gr-alert gr_gramm gr_inline_cards gr_run_anim Style multiReplace" id="11" data-gr-id="11">and </g><g class="gr_ gr_11 gr-alert gr_gramm gr_inline_cards gr_disable_anim_appear Style multiReplace" id="11" data-gr-id="11"> infrastructure</g> as a service (IaaS) and supports many <g class="gr_ gr_12 gr-alert gr_gramm gr_hide gr_inline_cards gr_run_anim Style multiReplace replaceWithoutSep" id="12" data-gr-id="12">different </g><g class="gr_ gr_12 gr-alert gr_gramm gr_hide gr_inline_cards gr_disable_anim_appear Style multiReplace replaceWithoutSep" id="12" data-gr-id="12"> programming</g> languages, tools, and frameworks, including both Microsoft-specific and third-party software and systems.
please follow below link
https://yourstory.com/2012/02/step-by-step-guide-to-create-first-windows-azure-application/
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, October 3, 2018 1:41 PM -
User61956409 posted
Hi ddesaraju,
App Service Editor is a web-based editor for app service, which provides an in-browser editing experience for your App code. It is a helpful tool for editing HTML, CSS, Javascript, jQuery, Angular JS or any client-side scripting effectively.
If you'd like to develop a web application in MVC, I recommend that you can use Visual Studio (or other dev tools), install nuget packages more easily and intellisense feature etc in Visual Studio would convenient with your web app development.
With Regards,
Fei Han
Thursday, October 4, 2018 2:20 AM