• MVC 5 encrypt parameters

      This is an old idea that I was having. The problem was that,for many people,showing the parameters in MVC is not something that they want . For example. suppose that we have this action     The this action can be activated by putting in the Razor cshtml file this   <a href=’@Url.Action("TestEncrypt",new {…

  • Friday links 208

         15 hilarious parenting comics that are almost too real.  App Lifecycle – Keep Apps Alive with Background Tasks and Extended Execution App Integration – Linking and Integrating Apps on Windows 10 Notifications – Adaptive and Interactive Notifications in Windows 10 UI Design – Responsive Design for Universal Windows Apps UI Design – Adaptive Apps…

  • 64 bit accessing 32 bit application error

      Mixing 32 bit with 64 bit it is not allowed – see https://support.microsoft.com/en-us/kb/282423 . However,there are several solutions to accesing 32 bit from 64 bit : 1. Simpler – create a console exe (32 bit) application that calls the library ( same bit version) . Use this from the main program. Cons: Error handling,difficulty…

  • Friday links 207

    Covariance and Contravariance FAQ – The C# Team – Site Home – MSDN Blogs CQRS  Clean Coder Blog For 1st time,MIT’s free online classes can lead to degree – SFGate  D3.js – Data-Driven Documents Specification-based Test Design Techniques for Enhancing Unit Tests – CodeProject (1) On This Day 10 Common Mistakes Parents Today Make (Me…

  • Programming Tools 2016

    Those are my programming tools in 2016.  I do not put links- if you do not find them on google,please send me an email. Or comment here. blog Syntax Highliter Windows live writer WordPress Communications outlook skype Slack Components Angular Asp.net mvc Caliburn.Micro Irony Jquery Jquery ui jstree knockoutjs NPOI Prism Select 2 Selenium Database…

  • Friday links 206

    6 Powerful Ways to Become More Persistent (And Never Quit Again) Scientists Discover Why You Should Take Off Your Shoes Before Entering Your Home  .NET Big-O Algorithm Complexity Cheat Sheet  Critique this code: The memory mapped file – Ayende @ Rahien The useless text book algorithms – Ayende @ Rahien Back to Basics – Joel…

  • Five common mistakes for ASP.NET MVC accesing resources : css,js,images,ajax

    This is a Razor /MVC5 variant of older post http://msprogrammer.serviciipeweb.ro/2010/10/09/five-common-mistakes-for-asp-net-mvc-accesing-resources-css-js-images-ajax/ To have once for all the link to show to people,because too much makes the same error again and again. (From here – you can use ResolveUrl or Url.Content – it’s the same for me. I use ResolveUrl because I used first …) Case 1…

  • Friday links 205

    existentialcomics.com/comic/102  Beautiful South – Don’t Marry Her Fuck Me – YouTube Sorry! And the Nature of Suffering – Existential Comics Try This Simple Technique To Make Yourself Productive Right After Waking Up  Christopher Columbus was awful (but this other guy was not) – The Oatmeal Defining and Dealing with Technical Debt | CSS-Tricks Ludicrously Fast…

  • Developing an outlook helper–part 5 from 5–conclusions

    Series   Developing Outlook helper – introduction Developing Outlook helper-VBA macro Developing Outlook helper-C# Developing Outlook helper – javascript for Office 365 Developing Outlook helper – conclusions As you see,the developing and testing the Outlook  simple application was made significantly and increasingly difficult . The start point also is more difficult. Think now about a…

  • Friday links 204

    www.lifehack.org/313914/10-things-smart-travelers-make-their-journeys-unforgettable www.lifehack.org/articles/productivity/8-business-books-that-will-totally-change-your-mindset.html https://en.wikipedia.org/wiki/Domain-specific_language www.codeproject.com/Articles/1033606/Cache-T-A-threadsafe-simple-efficient-generic-in-m www.codeproject.com/Articles/1036239/Lightweight-Semantic-Types-in-NET https://stijndewitt.wordpress.com/2014/01/26/enums-in-javascript/ facebook.github.io/origami/ 15 useful user feedback questions for online surveys – UX for the masses www.customersure.com/blog/customer-feedback-questions/ blog.usabilitytools.com/29-feedback-questions-customers/ LINQ to Entities: Combining Predicates – meek – Site Home – MSDN Blogs 

I am ok , you are ok