Once again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to write and maintain. The index of all my past little wonders posts can be found here.
Jon Skeet: Coding BlogIt seems to be quite a long time since I've written a genuine "code" blog post. Time to fix that. This material may well be covered elsewhere – it's certainly not terrifically original, and I've been meaning to post about it for a long time.
Why are generic constraints not inherited?Why are generic constraints not inherited? Members are inherited. Generic constraints are not members of a type.
Tom Dale, Peter Cooper and Rob Conery; Cage Match - EmberJS vs. AngularThis is a battle between EmberJS and Angular. Tom Dale (project lead for EmberJS) vs Rob Conery (angular). The fight is hosted by Peter Cooper. You don't want to miss this!
Why knowing English is important for every software developerAt first, I wasn’t sure whether to write this post in English or in Russian. On the one hand, it’s aimed at those who are not proficient in English so it seemed logical to write it in Russian.
LinkedIn – Good or Bad?I have read a couple of blog posts about LinkedIn recently. “Is LinkedIn Cheating Employers and Job Seekers Alike?” is criticizing LinkedIn for charging job seekers to appear “at the top of the list” when applying for a job.
7 Ways More Methods Can Improve Your ProgramA lot of code I come across consists of relatively few, but long, methods. The code does what it is supposed to do. However, it could be improved a lot.
Great Programmers Write Debuggable CodeAll programs need some form of logging built in to them, so we can observe what it is doing. This is especially important when things go wrong.
Username Verification Without Information DisclosureMany applications require customers (don’t call them users!) to sign up with a username or email address to use the service.
Reversing Sinclair's amazing 1974 calculator hack - half the ROM of the HP-35In a hotel room in Texas, Clive Sinclair had a big problem. He wanted to sell a cheap scientific calculator that would grab the market from expensive calculators such as the popular HP-35.
This Read-It-Later-list is just that, bookmarks of stuff I intend to read or have read. I do not necessarily agree with opinions or statements in the bookmarked articles.
This list is compiled from my Pocket list.