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:
- We added full support for F # ( feedl )
- NuGet package support
- Widget
- Chrome extension
- Now you can use the full ASP.Net MVC
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 AutoMapperUnity exampleLog4net usage exampleAn 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 StoreASP.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.
- There is full support for GET \ POST \ etc requests, validations
- You can also open this page in a separate tab of the browser, and check how it will work.
- At the moment, only Razor is supported, but WebForms will also appear soon
- Plus, you can use the same NuGet packages in conjunction with ASP.Net MVC
- There are two types of code layout - Sections and Tabs
- You can also use your code in a widget on your blog.
Examples of using:
Also there will be a version with a new beautiful design soon.