• friday links 19

    NETFx3 Samples – Home Dynamic Proxy and Memory Footprint – Vipul Modi’s Blog – Site Home – MSDN Blogs Portable PowerShell – ShellTools ASP.NET Wiki: ASP.NET Open Source Projects ASP.NET MVC3 JQuery inline editor – a nice alternative to HTML5 content editable feature – CodeProject® XML Visualizer v.2 – CodeProject® The 10 rules of a…

  • Attach macro

    A visual studio macro to attach to a program to your choice:

  • friday links 18

    MVC 4 beta was the release of the month : http://www.asp.net/mvc/mvc4  NETFx3 Samples – Home – dynamic calling WCF services Alan Turing’s reading list (with readable links) | John Graham-Cumming Six Whys – Or,Never Trust Your Network Switch – Blog – Stack Exchange In a New Era for Marketing,Parental Discretion Advised – Leslie Gaines-Ross –…

  • Programmer settings ebook

    I have put all my programmer settings in this ebook . It contains: Visual Studio(Visual Web Developer Express) settings Command prompt settings Windows Send To Settings Sql Server Management Studio Settings Windows 7 – Programmer Explorer settings Problem steps recorder settings Winmerge settings Download here: http://msprogrammer.serviciipeweb.ro/wp-content/uploads/ProgrammerSettings.pdf Enjoy!

  • friday links 17

      Basic Instructions – Basic Instructions – How to Help Someone See Their Mistake Instant Development: iTextSharp PDF rendering in a medium trust ASP.Net environment EF Power Tools CTP1 Released – ADO.NET team blog – Site Home – MSDN Blogs Top Executive Recruiters Agree There Are Only Three True Job Interview Questions – Forbes Mastering…

  • Visual Studio Macro – copy from old code

    I have a class ( not under my control) and I want to make a shallow copy of his properties. I was tired to wrote this And I have not want to use reflection or expression trees ( http://hydrating.codeplex.com/) So I have made a fast Visual Studio Macro So the work was only to 1.…

  • friday links 16

    Real World: Startup Lifecycle of a Windows Azure Role Utilizing the Power of Startup Tasks in Your Windows Azure Web Role | Windows Azure Customer Advisory Team (CAT) Android Development: Do You Know Your Options? » BuildMobile Fluqi – Ease using jQuery UI with ASP.NET and ASP.NET MVC SquishIt – The Friendly ASP.NET JavaScript and…

  • Clearer as Nuget package

    It was not so difficult to make Clearer as NuGet package. Just analyzing MVC Sitemap package done the trick. So the package looks like:   You can install from http://nuget.org/packages/Clearer or download a sample application  http://clearer.codeplex.com ( What he does ? In every application there are some variables that are set by the ASP.NET application(…

  • friday links 15

    Interviewstreet – Facebook Programming Challenge Ebooks: List of our free books – Microsoft Press – Site Home – MSDN Blogs Javascript and CSS Minifying/Bundling with the Microsoft.Web.Optimization Nuget package – Canadian Developer Connection – Site Home – MSDN Blogs Good JavaScript Habits for C# Developers | MIX11 | Channel 9 Customizing Error Messages in Asp.Net…

  • Clearer MVC

    In every application there are some variables that are set by the ASP.NET  application(  ASP.NET_SessionId  cookie ) and some that are set by the programmer( cached data in Application/Session/Cache/Cookies and so on). I wanted every time to have a page where I can “clear” / delete those – and not found. So it’s the Clearer…

I am ok , you are ok