TechBubbles

Microsoft Technology BLOG

Latest stories

Misconceptions about Microsoft Cloud

This post outlines some of the misconceptions around cloud computing and also lists the facts and what you need to know about cloud computing. Cloud changes the way that we do our business and when change happens to organization and individuals sometimes there is some uncertainty there. The challenge is “Cloud” is often misunderstood by many customers. When it first comes around year 2010 the...

Invoking Web API using JQuery

HTTP can be used for building the ASP.NET Web APIs that exposes your data and business services. HTTP is simple platform that can reach broad range of clients varying from desktop applications to mobile devices. What is ASP.NET Web API? ASP.NET API is a framework for building the RESTful services on top of the .NET Framework. This post outlines the steps to create a web API project in visual...

ASP.NET 5 and .NET Core Framework overview

What is ASP.NET 5? ASP.NET 5 is entirely new open source web application stack for .NET from Microsoft. It designed to meet the need for modern server web applications and it is optimized for modern development workflow. ASP.NET 5 continuous to run on .NET Framework but also run on new framework called .NET Core. ASP.NET 5 on .NET Framework You can continue to run all your applications on .NET...

Using Tasklist window in Visual Studio

Most of the time developers work on multiple tasks or code files, it is hard to keep track of what is complete or go back and update in a particular class file. Tasklist feature definitely makes developers more productive. You can bring the Tasklist in visual studio by clicking view menu and click Tasklist option Tasklist is literally a todolist; things that you want to remember to do later, you...

Publishing a website to cloud using Visual Studio

This post outlines the steps involved in publishing a asp.net websites to Windows Azure sites (Microsoft cloud).Create a new website in visual studio 2013 and right click on the website and say publish web site You will get different options in publishing web window; one of them is Microsoft Azure Websites When you click the Microsoft Azure Websites option then you will be prompted to enter login...

Entity framework 7 features overview

What is Entity Framework 7? Entity framework 7 is a lightweight and extensible version of Entity Framework. This post outlines some basic concepts in EntityFramework 7 and then what is new in EF7? New platforms targeted with EF7 like windows Phone and Windows Store. Off course ASP.NET 5 is supported. The core of entity framework is now supported in mac and Linux. Historically EF 7 is supporting...

ASP.NET 5 main goals overview

The main goals of developing ASP.NET 5 are as follows .NET 4.6 which is a big framework also called desktop CLR. The Core 5 CLR is a subset of desktop CLR. It does not contain Win forms, WCF, workflow or WPF. Development is made much faster by killing the compilation step, when you save the changes in VS editor it then automatically compiles the file you just need to refresh your browser to see...

ASP.NET MVC 6 overview

ASP.NET MVC 6 is a single aligned web stack on top of ASP.NET for doing web UI and web API. The current web stack contains Web Pages, MVC and Web API as shown in the following picture, they do not share much, Web pages and MVC share razor view engine but beyond that they do not share much example html helpers. Both MVC and Web API have their own Controllers, Actions, Filters and Model bindings...

ASP.NET MVC 6 overview

ASP.NET MVC 6 is a single aligned web stack on top of ASP.NET for doing web UI and web API. The current web stack contains Web Pages, MVC and Web API as shown in the following picture, they do not share much, Web pages and MVC share razor view engine but beyond that they do not share much example html helpers. Both MVC and Web API have their own Controllers, Actions, Filters and Model bindings...

ASP.NET 5 internals overview

ASP.NET 5 comes with the default runtime environment called KRE. KRE is K runtime environment which contains compilation, SDK and native CLR host. K runtime bootstraps the environment and runs on different operating systems. KVM is K version manager for installing different versions of KRE.Different commands related to KVM- single command line that downloads and runs the KVM KVM install 1.0.0 –...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud