04 August, 2014

Welcome to my blog!

Welcome everybody on my blog!
I was thinking about starting the blog for more then a year. Finally, I have decided to start describing solutions of some problems, that I meet in my everyday work as a software developer. I hope you like it and find it useful.

Related Posts:

  • New Technology RadarThis 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 framew… 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
  • 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
  • "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
  • 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

0 comments:

Post a Comment