02 February, 2015

New Technology Radar

This time something really short: new Technology radar was released a few days ago.

For me, as a .NET and web developer, I will:

  • Learn more about AngularJS. To be honest, I have never made anything "for real" in this framework and I think that the time has come. AngularJS is now a mature framework with big community and it offers a lot features.
  • Read more about REST without PUT. How can we replace it? Only by POST? The idea is interesting and seems to be more and more popular. I think we need to used to REST without PUT...
  • Definitly test GruntJS. It has a strong community and a lot of great plugins. I heard a about 1,5 h year ago and this year finally I will give him a chance.
  • Try the EventStore database. It is a very interesting concept of the database, that stores the data as the immutable events. It is not for every purpose, but it is free, fast and, for sure, worth testing.
  • Take a closer look on Roslyn. It is an open source .NET compiler, which might be very useful in terms of the refactoring and optimization.

... and I will take a closer look on Google Go language.

Related Posts:

  • How to use params in C# ?Why it is sometimes to use params? Imagine, that you have a lot of code, that is complicated, hard to maintain and you have a small amount of time to make a change in it. For example, you need to change a parameter (e.g. widt… Read More
  • How to get database column property for entity?Why getting the column property for the entity is a problem? When we use Entity Framework, we often want to get some information about some columns, that are a part of the database table, which is behind the entity. The most… Read More
  • How to set Bootstrap menu active class using ASP.NET MVC ?Bootstrap framework is currently the most popular framework (or rather a set of themes and controls) which makes creating of the responsive websites very easy. Unfortunately, some effects on the website are not easy to reach … Read More
  • How to generate a WCF service from the WSDL file?Why we need to generate WCF service using WSDL? Usually we create our own webservices, but sometimes we need to create a mock of the webservice from which WSDL we have obtained. This situation may happen if we have to create … Read More
  • "HasValue vs null-check" and "Boxing vs Value property"A few days ago I took part in a discussion about the differences in performance of the popular expressions, that every developer uses almost every day in the code. The subjects of the discussion were the difference between: n… Read More

0 comments:

Post a Comment