-
Friday links 35
http://theoatmeal.com/comics/websites_stop http://social.technet.microsoft.com/wiki/contents/articles/11608.e-book-gallery-for-microsoft-technologies.aspx http://www.briantracy.com/blog/time-management/8-task-management-tips-to-stop-procrastinating-and-get-things-done?cmpid=2183&proid=1850 http://www.netmagazine.com/features/10-things-you-didnt-know-javascript-could-do http://www.devreach.com/Event/News/12-04-24/Want_to_speak_at_DevReach_2012_Eager_to_share_your_passion_for_technology_with_hundreds_of_fellow_developers.aspx
-
.TT files
I want to make a blog series about what you can do with .tt files. I do not mean now what cen be generated from edmx( I have blogged about that at http://msprogrammer.serviciipeweb.ro/2010/09/27/generating-history-trigger-with-ef-edmx-and-tt-files/ and http://msprogrammer.serviciipeweb.ro/2010/06/28/ef-automatic-history-of-table-and-t4-files-tt-files/ ) I will start from a .tt template that will be analyzing a class( the ViewModel in MVC terms )…
-
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!)…
I am ok , you are ok