When you parse a large number of sites / RSS feeds using Microsoft HTTPClient or WebClient you can get an exception : ”ProtocolViolationException: “The value of the date string in the header is invalid” This [Read More…]
Inspired by John’s recent blog post Top developer gifts I thought it would nice to create my own Christmas gift list for us – developers. So if you are trying to find the perfect gift [Read More…]
In one of my previous blog posts I have talked about Simple Way to start a Developer blog, but I didn’t talk about reasons why you need to have a blog. I will try to [Read More…]
My friend and I are considering to build In-Memory relational open source database. We have discussed about database architecture and our goals. I’ll try to summarize it in this blog post. We have a few [Read More…]
I had a problem in beginning of my career as a software developer to start too many projects and finish none. I think that this problem is very common among software developers. It is very [Read More…]
I will not be talking about reasons why every developer should start a blog. You will have a chance to read more about this in my upcoming blog post. I think biggest barrier that many [Read More…]
Microsoft has recently announced to open source .NET on server side and bring it to Linux and Mac. Satya Nadella certainly brought some changes. However, I think that every shift inside Microsoft has something to [Read More…]
I’m lazy by nature. We probably all are. There is one side of me that wants to procrastinate and go party. Two years ago I started to use some popular productivity techniques to boost my [Read More…]
In one of my previous blog posts 8 ways to improve ASP.NET Web API performance I talked how we’ve used manual JSON serialization from DataReader to gain some performance benefits. I haven’t provided any code [Read More…]
Entity Framework and even classic ADO.NET is very slow when you need to perform a large number of inserts into the database. Calling 1000 times INSERT INTO is not efficient because for every INSERT operation, [Read More…]