ASP.NET v5 vs Meteor – Using Less

I was watching a video today from Microsoft going through Visual Studio 2015 and how well it works with bower, npm and grunt. This might be the case but it just seams to me that Microsoft are making development more time consuming.

It’s 2015 and developers should be able to focus on the web app they need to complete in the least amount of coding possible. I know there’s a fine line and there needs to be enough flexibility for the developer but I think Microsoft are giving the developer too much, which in turn makes them unproductive.

Recently I have been really enjoying developing on the Meteor framework. I’ve use C9 as my development environment and its been great.

I still develop in ASP.NET MVC so it’s very interesting to compare these two.

Anyway back to watching the video, they were explaining how you get less to work in an ASP.NET 5 project and I was amazed how many steps and how much code you have to write just to get it working.

So you have add a line to the package.json file to include grunt-contrib-less, then you have to write another line in your gruntfile.js and finally you have to add 10 lines of code (ok some are { } ) to get things working.

In Meteor you just call the command line meteor add less and your good to continue with your development. I can continue to stay focused on my project and don’t have to think which files I need to update to get a package working.

I would love to get your thoughts and comments on this.

Spread the love

3 thoughts on “ASP.NET v5 vs Meteor – Using Less”

  1. How do you compare the speed of development with meteor vs asp.net mvc? I am currently evaluating using meteor for a project with a strict deadline and I am wondering how much time it would save me. Thanks.

    1. Hi Dannie

      I haven’t done that many major development projects in Meteor, but the ones I have done I have found that being able to develop in Javascript only is wonderful.

      The problem I have with ASP.NET MVC is to get the same functionality I would have to develop the WebAPI in c# and then use something like AngularJS for the front end. This means that I have 2 projects and just debugging issues can be frustrating.

      If you do decide to develop in Meteor I would suggest joining Meteor Club https://meteorjs.club/ as their Slack group is amazing and there are some great experts on there to help you.

      Enjoy the ride.

      Jonathan

  2. I have noticed you don’t monetize your website, don’t waste your traffic, you can earn extra cash every month because
    you’ve got high quality content. If you want to know how
    to make extra bucks, search for: Mertiso’s tips best adsense alternative

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top