• Friday links 139

    Packages | Visual Studio Extensibility (VSX) LearnVSXNow! – #4: Creating a package with a tool window – DiveDeeper’s blog – Dotneteers.net LearnVSXNow! #27 – Multiple Tool Windows – DiveDeeper’s blog – Dotneteers.net How to create a Visual Studio extensibility project that is compatible with VS 2010,2012 and 2013 – Daniel Cazzulino’s Blog HOWTO: Show a…

  • Friday links 138

    ASP.NET 5 Updates and other improvements for Web Developers in Visual Studio 2015 CTP 6 – .NET Web Development and Tools Blog – Site Home – MSDN Blogs No bugs journey episode 2: It’s a matter of values… – Eric Gunnerson’s Compendium – Site Home – MSDN Blogs Support for Internalizing/Merging external Dependencies · Issue…

  • Friday links 137

    Java Doesn’t Suck – You’re Just Using it Wrong My Essential .NET Dev Tools – Spencer Schneidenbach Spencer Schneidenbach NimbleText Data Manipulation,Text Manipulation,Code Generation and Automation Without Technology,You’d be Dead in Days | How to Fly a Horse Bill Gates 5 Favorite Books Of 2014 Which Cover Different Aspects Of Life A primer on OWIN…

  • Friday links 136

    7 Worst Superhero Movie Casting Choices – YouTube 21 GIFs That Explain Mathematical Concepts | IFLScience 50 Inspiring Resume Designs: And What You Can Learn From Them – Design School One man automated Tinder – Business Insider The Joel Test Updated For Programmers Replacing Middle Management with APIs by Peter Reinhardt

  • Friday links 135

    Facebook Hopes Cinemegraphs Wow Its Users | Adweek AutoMapper 3.3 feature: parameterized projections | Jimmy Bogard’s Blog ActiveMQ,Qpid,HornetQ and RabbitMQ in Comparison Support Details | Tech Support Management 50 incredible freebies for web designers,February 2015 | Webdesigner Depot Dropzone.js 14 Essentials That Help Today’s Leaders Do Great Work | Switch & Shift How To Be…

  • Friday links 134

    Microsoft OAUTH http://microjs.com/#canvas failed to load Portable databases: using SQLite with .NET Patterns for sharing code in Windows Phone and Windows 8 Applications | Kenneth Truyers The World’s Email Encryption Software Relies on One Guy,Who is Going Broke – ProPublica Custom Facebook,Twitter Share Functionality in ASP.Net Working with Favicons in ASP.NET MVC Applications and Visual…

  • Validation in .NET

    For validating a simple class,you can add [Required] ( see https://msdn.microsoft.com/en-us/library/ee256141(v=vs.100).aspx But how to validate same object depending on his state? For example,when it is new,the email is required. But after saving,the user mus also add FirstName( also think about workflows) There is a simple solution in .NET : IValidatableObject In this example,I validate differently…

  • Friday links 133

    boxstarterAndrei How I Easily Got 25% More Views on My LinkedIn Profile How Amazon Tricks You Into Thinking It Always Has the Lowest Prices | Re/code ASafaWeb: Scan of infovalutar.ro – cursurile BNR Troy Hunt: Azure WebJobs are awesome and you should start using them right now! Troy Hunt: Your API versioning is wrong,which is…

  • Friday links 132

    Photos: The rise of social robots – TechRepublic MacroDroid makes Android automation easy – TechRepublic Recycle that old Android device into a web-based security camera – TechRepublic TYPE CAST EXCEPTION | ASP.NET Web Api 2.2: Create a Self-Hosted OWIN-Based Web Api from Scratch Paging in ASP.NET Web API: Introduction | Jerrie Pelser Supporting OData Query…

  • IEnumerable

      Please read the code and answer question below: How many times the breakpoint at will be hit ? Why? And if your answer is not 3,please look at https://youtu.be/1fy_T9TCPpc

I am ok , you are ok