• Friday links 34

    AppHarbor API Contest – AppHarbor How to use a T4 template for View Generation – ADO.NET Blog – Site Home – MSDN Blogs EF Caching with Jarek Kowalski’s Provider – ADO.NET Blog – Site Home – MSDN Blogs EF Power Tools Beta 2 Available – ADO.NET Blog – Site Home – MSDN Blogs Getting started…

  • code complete 2

    If you have not read this book,please stop what are you doing now and read it. After that,at the final,you will find another good reccomandations. Now the summer holiday is coming – buy it,read it and discuss it.

  • Friday links 33

    Logging and Tracing WCF Soap Messages – CodeProject Windows Phone Thoughts: Create Your Own Live Tiles From Any Web Page Devhammer’s Den – Getting an App in the Windows Store: What,Why,and How The ASP.NET Virtual Path Provider – An Example Implementation Talking Stocks « blog maverick Programing issues: How to secure connection string of a…

  • powershell and clean iis

    Sometimes it is necessary to remove IIS temp files from windows directory So I have made this following script in powershell iis reset What it does: restarts iis ( run as admin in Windows 7) Cleans temporary folders from $windir + “\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files” $windir + “\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files” Enjoy !(iis reset)

  • friday link 32

    Top 7 Concerns of Migrating an ASP.NET Application to Windows Azure – JrzyShr Dev Guy – Site Home – MSDN Blogs Claim-based-security for ASP.NET Web APIs using DotNetOpenAuth « Zulfiqar’s weblog Attribute based routing in ASP.NET Web API | StrathWeb geoffhudik.com – Tech – ASP.NET MVC 4 NUnit template Kinect for Windows: Find user height…

  • Format Date Time

    If you pass the datetime in json format ( and apply to the view with Knockout) then you will need some formatting – because the standard format is not good . So I have used  http://blog.stevenlevithan.com/archives/date-time-format – easy to understand and with examples. Reccomended!

  • friday links 31

    Sql Formatter Ward Cunningham Unix Philosophy Api Design Sql Server 2012 sequence WebApi message intercept Unit testing non invasive MVC4 Rule of 3 web design

  • String Truncate in MVC

    I always wanted a string truncate  – i.e.,if you have a long string,to have “show less” and “show more”. So I have decided to do it . 1. See in action first: And after click: 2. How can you use in your MVC projects: Add in your project the \Views\Shared\DisplayTemplates\StringTruncate.cshtml file ( in this folder!)…

  • friday links 30

      Managed Extensibility Framework – Building Composable Apps in .NET 4 with the Managed Extensibility Framework EntityFunctions Methods (System.Data.Objects) ANTS Performance Profiler for profiling your .NET code – Ahead of the game poster Siri knows which is the best phone ever,and its not the iPhone | WMPoweruser How to get your app into the Windows…

  • expand collapse with jquery

    If you have a text that you want to hide and show to a click of a hide/show,put this code fast: ( instead of @Url.Content you can use

I am ok , you are ok