📜 ⬆️ ⬇️

Online compiler for ASP.Net MVC

We have not written about our project news for a long time.
Here is a list of new features that may be interesting .Net developers:

And if the first innovation is less clear, the rest may be more interesting.

Nuget


We have added support for NuGet packages. You can choose any of the existing NuGet packages that are designed for .Net 4.5, you can also choose a specific version of the package, and check how your code will work with different versions.
For example:
An example of using AutoMapper
Unity example
Log4net usage example
An example of using the Facebook SDK to get the names of the first 10 users.

Widget


You can insert any piece of code on your website so that your visitors can see the code, find out how it works, what displays how long it takes. All three C #, VB.Net, F # languages ​​are available.

Working example
')

Chrome extension


This extension allows you to select any piece of C # \ VB.Net \ F # code on the page, and select Edit in .NET Fiddle from the context menu.
And it will replace the highlighted piece of code on the widget, which will immediately try to execute this code without leaving this page.
This can be handy if you want to check out code samples on MSDN \ StackOverflow \ etc

Chrome Web Store

ASP.Net MVC


There is support for ASP.NET MVC. You can write controllers, views, models and immediately see what happens.
You can write the code Controller \ View \ Model, and immediately see what is rendered in response.

Examples of using:


Also there will be a version with a new beautiful design soon.

Source: https://habr.com/ru/post/214639/


All Articles