ChadMoran
Name: ChadMoran
Score: 1,047.16
Last Seen: 31 days, 13 hours, 39 minutes ago
Member Since: 11 January, 2009
DotNetShoutout
atom rss
6
shouts

The F# Survival Guide

published 32 days, 5 hours, 28 minutes ago posted by KodefuGuruKodefuGuru 33 days, 15 hours, 35 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 12:21:37 AM GMT
Welcome to the F# Survival Guide by John Puopolo with Sandy Squires. We wrote this book to introduce mainstream developers to the world of functional programming through the lens of F#, Microsoft's first fully-supported multi-paradigm language. In the spirit of a survival guide, this book covers all of the essential elements of functional programming and the F# language. In this regard, the book i... (more)
category: Foundation | clicked: 41 | comment | | source: www.ctocorner.com
tags: Ebook, F#
6
shouts

VS2010 RC2 Available for download

published 32 days, 5 hours, 28 minutes ago posted by himanethimanet 32 days, 22 hours, 32 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 5:24:39 PM GMT
Much Awaiting VS2010 RC2 ia available for download now. This is only available to MSDN subscribers and will be available to public by February 10th 2010. This RC includes go-live licence for deployment in prodcution environments. Seems that performance issues are improved as per our feedback.But we need to download ,install,check and see how fast it is. I am planning to play with it during week end if I get some time. Seems that MS VS201 Product team working closely with 3rd party companies that ... (more)
category: ASP.NET | clicked: 61 | comment | | source: himabinduvejella.blogspot.com
tags: VS2010 RC2
6
shouts

SmallestDotNet Update - Now with .NET 4 support and an includable JavaScript API - Scott Hanselman

published 32 days, 5 hours, 28 minutes ago posted by jantujantu 33 days, 14 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 3:42:54 PM GMT
A few years back I wrote a post on the size of the .NET Framework. There's historically been a lot of confusion on the site of the .NET Framework. If you search around on the web for ".NET Framework" or ".NET Framework Redistributable" you'll often get a link to a 200 meg download. That download is the complete offline thing that developers redistribute when they want to install the .NET Framework on any kind of machine without an internet connection.The .NET 3.5 Client Profile is more like 28 megs and... (more)
category: ASP.NET | clicked: 70 | comment | | source: www.hanselman.com
tags: JavaScript, Learning .NET, Microsoft Source Code, Tools, VS2010 Windows Client, WPF
6
shouts

Working with transactions in Entity Framework and LINQ to SQL

published 32 days, 5 hours, 28 minutes ago posted by DevartDevart 33 days, 1 hour, 59 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 1:57:48 PM GMT
Entity Framework In this article we consider a short description of the Entity Framework and LINQ to SQL transactional models. There are also some simple code listings illustrating different aspects of the transactional model. A transaction is a series of operations performed as a single unit of work. Entity Framework transactions are a part of its internal architecture. The SaveChanges method operates within a transaction and saves results of the work. It is designed to ensure data integrity. (more)
category: Architecture | clicked: 59 | comment | | source: www.devart.com
tags: Database, Entity Framework, Linq
6
shouts

VS 2010 / .NET 4 Release Candidate - Scott Guthrie

published 32 days, 5 hours, 28 minutes ago posted by jantujantu 32 days, 23 hours, 54 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 4:03:00 PM GMT
This afternoon we made available the VS 2010 and .NET 4 release candidates.  You can find download links here.Right now the downloads are available only to MSDN subscribers.  Starting Wednesday (Feb 10th) everyone will be able to download them (regardless of whether you are a MSDN subscriber or not).Background on the Release Candidate I blogged about us deciding to ship a pub... (more)
category: ASP.NET | clicked: 78 | comment | | source: weblogs.asp.net
tags: .NET, Community News, Visual Studio
4
shouts

Less CSS with .LESS and T4! - Blog - Chad#

posted by ChadMoranChadMoran 97 days, 15 hours, 51 minutes ago
Monday, December 07, 2009 12:05:37 AM GMT
After hearing about .LESS for .NET I was ecstatic. I’ve been looking for something like this for quite some time. Recently Phil Haack blogged about a T4 template he made using Damien Guard’s helper class to generate CSS files for each LESS file. This way it would generate static CSS files you could reference. As great as this was I personally was looking to just have the CSS files appear in the location of the LESS files making it easier to reference/view the CSS files. The advantage to this is if y... (more)
category: ASP.NET | clicked: 16 | comment | | source: www.chadmoran.com
tags: ASP.NET, CSS, T4
10
shouts

Smarten up your UI with Task Dialogs

published 99 days, 42 minutes ago posted by http://jamescrowley.myopenid.com/http://jamescrowley.myopenid.com/ 101 days, 38 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 3:18:54 PM GMT
Put your message boxes on steroids. Take advantage of the new-look dialogs in Windows Vista and Windows 7 in your applications and smarten up your UI. (more)
category: UX | clicked: 76 | comment | | source: www.developerfusion.com
tags: GUI, Message Box, Windows 7, Windows 7 Code Pack, Windows Vista
10
shouts

Binding Operators for C# 5

published 99 days, 42 minutes ago posted by KodefuGuruKodefuGuru 100 days, 22 hours, 57 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 5:00:04 PM GMT
I read this article from Martin Calsyn on the new Microsoft Visualization Language called Videa, and I must admit that I was struck by how awesome binding operators actually are. This is a feature that must make its way into C# 5! Here’s an example of a binding from his article.textbox.Text := slider.Value; This code looks suspiciously like Delphi. In Pascal (Delphi uses Object Pascal), := is an assignment operator. In Videa, := is a left binding assignment. What happens is that anytime the slider’s Val... (more)
category: Foundation | clicked: 44 | comment | | source: www.kodefuguru.com
tags: Binding Operators, C# 5, dynamic, Videa
10
shouts

NovoGeek.com - Krishna's weblog | Client side localization in ASP.NET using jQuery

published 101 days, 6 hours, 50 minutes ago posted by novogeeknovogeek 103 days, 11 hours, 45 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Tuesday, December 01, 2009 4:11:50 AM GMT
Localization is a very important feature required in medium-large scale business applications. As always, ASP.NET makes developers life easy by providing inbuilt localization mechanism. However, if you are building a rich client side app using JavaScript/jQuery, you may need to fetch error messages and other strings from locale specific external file, without post back. This article gives pointers to implement client side localization in ASP.NET using jQuery. (more)
category: Ajax | clicked: 52 | comment | | source: www.novogeek.com
tags: jQuery
10
shouts

HanselMinutes - Show #189 - 2009 Holiday Geek Gift Guide with Richard Campbell

published 101 days, 6 hours, 50 minutes ago posted by mithumithu 102 days, 23 hours, 28 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Tuesday, December 01, 2009 4:29:17 PM GMT
It's the day after Thanksgiving (in the US) and we're making our way deep into the holiday season. Scott chats with Richard Campbell and they each share their best gadget gifts for the geek in your life. (more)
category: Podcast | clicked: 34 | comment | | source: www.hanselminutes.com
tags: HanselMinutes
12
shouts

Atanas Hristov: Design Patterns – Memento Pattern - blog about programming.

published 101 days, 6 hours, 50 minutes ago posted by http://atanashristov.blogspot.com/http://atanashristov.blogspot.com/ 102 days, 21 hours, 3 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Tuesday, December 01, 2009 6:54:27 PM GMT
The Memento Pattern is useful to remember the state of object without keeping copy of the whole object. Copying of the entire object is sometimes inefficient as the copy eventually contains much more information that we need to restore back. (more)
category: Foundation | clicked: 84 | comment | | source: atanashristov.blogspot.com
12
shouts

Atanas Hristov: Design Patterns – Abstract Factory Pattern - blog about programming.

published 101 days, 6 hours, 50 minutes ago posted by http://atanashristov.blogspot.com/http://atanashristov.blogspot.com/ 102 days, 7 hours, 59 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Wednesday, December 02, 2009 7:58:18 AM GMT
Factories are objects that encapsulate the logic for creating other objects. Factory object could create one or another object based on some configuration parameters. Or the factory could decide what kind of concrete object to create based on a parameter to some object creational method. For example if the method received post-code the factory creates City object and when the parameter is an email address the factory creates Customer object. In that way one might create factory to select one or anoth... (more)
category: Foundation | clicked: 39 | comment | | source: atanashristov.blogspot.com
tags: Design Patterns
13
shouts

A* pathfinding search in C# - Part 3

published 101 days, 6 hours, 50 minutes ago posted by lenielleniel 102 days, 11 hours, 52 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Wednesday, December 02, 2009 4:05:17 AM GMT
This is the last installment in the series about A* search. The C# source code implemented is available in the final part of this post. As promised in the last words of A* pathfinding search in C# - Part 2 today we’re gonna run a test case using the Romania map. This post shows a test case in which the application outputs the shortest path from Arad to Bucharest. I used the ViewOtherPaths method to show the different possible routes. This way we can have a look at why the A* algorithm has chosen such sho... (more)
category: Foundation | clicked: 61 | comment | | source: www.leniel.net
tags: A*, algorithms, C#, data structures, geocoder, Haversine, immutable data structures, priority queue, Programming
14
shouts

Donut Hole Caching in ASP.NET MVC

published 304 days, 1 hour, 34 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 305 days, 8 hours, 29 minutes ago
Thursday, May 14, 2009 2:23:30 PM GMT Wednesday, May 13, 2009 7:28:01 AM GMT
Donut Hole Caching in ASP.NET MVCMay 12, 2009One CommentPrint A while back, I wrote about Donut Caching in ASP.NET MVC for the scenario where you want to cache an entire view except for a small bit of it. The more technical term for this technique is probably “cache substitution” as it makes use of the Response.WriteSubstitution method, but I think “Donut Caching” really describes it well — you want to cache everything but the hole in the middle. However, what happens when you want to do the inverse. S... (more)
category: ASP.NET | clicked: 23 | comment | | source: haacked.com
tags: asp.netmvc, ASPNETMVC, Caching, MVC
9
shouts

Chad# - Blog - Optimizing URL generation in ASP.NET MVC – Part 2

published 323 days, 1 hour, 33 minutes ago posted by ChadMoranChadMoran 324 days, 22 hours, 12 minutes ago
Saturday, April 25, 2009 2:24:12 PM GMT Thursday, April 23, 2009 5:45:26 PM GMT
So in continuing with the series of URL generation optimization in ASP.NET MVC we’re going to take a look at the actual optimization part of things. Before I get started I’d like to start off by saying the results of the first part’s test were a little off due to my mistake.  When I was setting up the routes I didn’t setup defaults for the default route (“/”) so the URLs actually being generated were /name=chad&age=23 instead of /Home/Index/Chad/23 and thus skewing the results so to fix that I’l... (more)
category: ASP.NET | clicked: 0 | comment | | source: www.chadmoran.com
tags: ASP.NET MVC, Performance
12
shouts

Optimizing URL generation in ASP.NET MVC – Part 1 - Chad#

published 325 days, 19 hours, 22 minutes ago posted by ChadMoranChadMoran 326 days, 22 hours, 35 minutes ago
Wednesday, April 22, 2009 8:35:25 PM GMT Tuesday, April 21, 2009 5:22:17 PM GMT
Inspired by a great presentation by Rudi Benkovic I thought I would make a series of blog posts about improving ASP.NET MVC performance through URL generation. While developing an application for a project of mine I went gung-ho with expressions wherever I could.  Whether it was methods in my controllers or URL generation they were everywhere.  While stress-testing my app I ramped up the items on a page and noticed performance dipped significantly.  At the time I thought it may have been the data access... (more)
category: ASP.NET | clicked: 5 | comment | | source: www.chadmoran.com
tags: ASP.NET MVC, Performance
4
shouts

.NET Podcasts - Chad#

posted by ChadMoranChadMoran 338 days, 1 hour, 26 minutes ago
Friday, April 10, 2009 2:30:48 PM GMT
I’ve had a lot of people ask me what podcasts I listen to lately so instead of answering everyone seperately I figured I would also just write up a post about it instead (in no particular order). .NET Rocks! This is an obvious pick with hosts Carl Franklin and Richard Campbell they have a great section of the podcast called “better know framework,” which sheds some light on an otherwise feature in the dark corner. StackOverflow podcast I decided to list this because though this may not be a .NET podc... (more)
category: Podcast | clicked: 2 | comment | | source: www.chadmoran.com
tags: .NET, Podcast
6
shouts

AcceptAjaxAttribute in ASP.NET MVC Futures - Example of ActionMethodSelectorAttribute

published 341 days, 17 hours, 59 minutes ago posted by ChadMoranChadMoran 342 days, 18 hours, 57 minutes ago
Monday, April 06, 2009 9:57:35 PM GMT Sunday, April 05, 2009 8:59:54 PM GMT
AcceptAjaxAttribute in ASP.NET MVC Futures - Example of ActionMethodSelectorAttribute Yesterday I mentioned that one should download ASP.NET MVC Futures to get a few extra goodies to help one with their ASP.NET MVC Web Applications:ASP.NET MVC Partial Views - Html.RenderAction in ASP.NET MVC Futures In addition to using Html.RenderAction, I also just used another item in the ASP.NET MVC Futures, called AcceptAjaxAttribute. AcceptAjaxAttribute is an ActionMethodSelectorAttribute that specifically says ... (more)
category: ASP.NET | clicked: 16 | comment | | source: davidhayden.com
tags: ASP.NET MVC
3
shouts

Building a forum application, Part 3

posted by JakobssonJakobsson 344 days, 2 hours, 46 minutes ago
Saturday, April 04, 2009 1:11:23 PM GMT
In this post I´ll show you the initial structure of the application. I have created a structure and a few base classes for the application, and I tought I´d walk you trought what I have done so far in this post. (more)
category: ASP.NET | clicked: 4 | comment | | source: mattias-jakobsson.net
tags: ASP.NET MVC
5
shouts

Disable browser back button functionality using javascript in ASP.NET

posted by amitjainamitjain 344 days, 13 minutes ago
Saturday, April 04, 2009 3:43:54 PM GMT
In this example i'm explaining how to disable browser's back button to avoid user going to previous page by clicking on back button of browser, for this we need to use javascript to prevent user navigating to previous page by hitting back button. (more)
category: ASP.NET | clicked: 197 | comment | | source: csharpdotnetfreak.blogspot.com
tags: ASP .NET, JavaScript
Previous 1 2 3 4 5 6 7 8 9 Next