-
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
-
friday links 29
Logging and Tracing WCF Soap Messages – CodeProject Kinect for Windows: Find user height accurately – CodeProject Interview Questions for .NET Framework geoffhudik.com – Tech – ASP.NET MVC 4 NUnit template Top 7 Concerns of Migrating an ASP.NET Application to Windows Azure – JrzyShr Dev Guy – Site Home – MSDN Blogs How 17 Equations…
-
VS 2010 Extensions
Visual studion extensions that I use: NuGet Package Manager Microsoft – Visual Studio Platform Team (Microsoft Corporation) Productivity Power Tools Team Foundation Server Power Tools December 2011 Web Standards Update for Microsoft Visual Studio 2010 SP1 PowerCommands for Visual Studio 2010 Web Essentials SQL Server Compact Toolbox EF 4.x POCO Entity Generator for C# EF…
-
friday links 28
project.jpg (JPEG Image,800 × 600 pixels) Ardalis – Beyond Role Based Authorization in ASPNET MVC The Service Locator Pattern Brad Wilson: Task Parallel Library and Servers,Part 1: Introduction How WebAPI does Parameter Binding – Mike Stall’s .NET Debugging Blog – Site Home – MSDN Blogs VibrantCode – What’s new in Razor v2 jQuery Menu: Dropdown,iPod…
-
Some code
What you do not like about this code ? ( I have found 3 things – how many can you find?) public static MyNewDocument OpenDocument(string FileDocPath,out int codeError) { if (string.IsNullOrEmpty(FileDocPath) || !File.Exists(FileDocPath)) { codeError = 1; return null; } MyNewDocument doc = null; try { doc = new MyNewDocument(FileDocPath); if (doc == null) throw…
-
friday links 27
http://www.devx.com/Java/Article/48063?trk=DXRSS_WEBDEV http://dev.opera.com/articles/view/the-mobile-web-optimization-guide/ http://haacked.com/archive/2012/04/09/reactive-extensions-sample.aspx http://ayende.com/blog/156065/beware-of-big-task-parallel-library-operations http://ayende.com/blog/156193/as-the-userrsquo-s-put-it-insight-into-the-ravendb-design-mindset
-
Azure tools
Azure storage Explorer : http://azurestorageexplorer.codeplex.com/ – like in VS,but simpler and cleaner Windows Azure ASP.NET Providers Sample : http://code.msdn.microsoft.com/windowsazure/Windows-Azure-ASPNET-03d5dc14 – utils for fast membership and roles. Small problem on local. More samples here: http://code.msdn.microsoft.com/windowsazure/ And that will be all,after reading the documentation and understanding the concepts ( for example,if you understand the session problem in…
-
friday links 26
Porting a Windows Phone Application to Windows 8 – A Look from 10,000 Feet Above | .NET Zone The Business of Pricing Your Product — Visual Studio Magazine Camels and Rubber Duckies – Joel on Software Juxseo,un Tool Gratuit pentru Optimizarea SEO a unei Pagini Robert Reich (The Fable of the Century) Creating a JSONP…
-
Sometimes it’s difficult
I am a good contributor(+moderator) at www.asp.net forums ( and I love MVC ). Sometimes it’s very difficult to stay calm . Let’s make an example: [new programmer first post] Hi I am new in ASP.NET mvc 3 I want to insert/modify collection on the page without refresh. [ code for database first] Now…
I am ok , you are ok