Mike
Name: Mike
Score: 4,927.42
Last Seen: 637 days, 3 hours, 25 minutes ago
Member Since: 3 February, 2009
DotNetShoutout
atom rss
9
Shouts

Developer Review - Four ASP.NET MVC View Engines - Coding4Fun - Jason Haley

published 948 days, 10 hours, 12 minutes ago posted by iftekharahmedamitiftekharahmedamit 951 days, 2 hours, 29 minutes ago
Friday, October 15, 2010 2:51:37 PM GMT Tuesday, October 12, 2010 10:34:53 PM GMT
In this Developer Review, we evaluate four view engines available for use with ASP.NET MVC. First, we discuss the role a view engine plays in a website built with ASP.NET MVC, then we provide details about the four view engines in order to help you decide which one suits your needs... (more)
category: Web Dev | clicked: 2 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC, ASPNETMVC, ViewEngine, MVC, ASP.NET
8
Shouts

Dependency Injection for Filters in MVC3

published 948 days, 10 hours, 12 minutes ago posted by JemmJemm 950 days, 15 hours, 6 minutes ago
Friday, October 15, 2010 2:51:37 PM GMT Wednesday, October 13, 2010 9:57:45 AM GMT
One of the new features of the Dependency Inject (DI) components from MVC3 is something called a IFilterProvider.  The purpose of this component is to provide a simpler way for MVC applications to interact with filters (action, exception, result, etc.). In the previous versions, trying to achieve something like providing DI support to filters was doable, it just required deeper integration into the MVC runtime. (more)
category: Web Dev | clicked: 1 | comment | | source: lozanotek.com
tags: IoC, ASPNETMVC, asp.net mvc 3.0, DI
7
Shouts

ASP.NET MVC 3 Beta: Strongly-typed views in Razor

published 948 days, 10 hours, 12 minutes ago posted by gpeipmangpeipman 950 days, 8 hours, 46 minutes ago
Friday, October 15, 2010 2:51:37 PM GMT Wednesday, October 13, 2010 4:17:40 PM GMT
One of the new features of Razor view engine is support for strongly-typed models. In this posting I will show you how to use strongly-typed model with Razor using simple view page. (more)
category: Web Dev | clicked: 2 | 2 comments | | source: weblogs.asp.net
tags: Razor, MVC, ASP.NET
7
Shouts

Insufficient memory error in Visual Studio 2010

published 947 days, 10 hours, 50 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 948 days, 15 hours, 30 minutes ago
Saturday, October 16, 2010 2:13:51 PM GMT Friday, October 15, 2010 9:34:10 AM GMT
If you're experiencing frequent “insufficient memory” errors when doing small cut or copy operations in Visual Studio 2010 RTM, please download this patch to see whether it resolves the issue. Scott Gu said in his blog that this is Patch for VS 2010 Find and Replace Dialog Growing. The message looked like this. (more)
category: How To | clicked: 8 | comment | | source: blog.agafonov.net.ua
tags: Patch, Insufficient memory error in Visual Studio 2010, Visual Studio 2010 RTM
9
Shouts

Code Contracts (Part I): Beginning « Oleg Smirnov

published 948 days, 10 hours, 12 minutes ago posted by slo2olsslo2ols 950 days, 11 hours, 14 minutes ago
Friday, October 15, 2010 2:51:37 PM GMT Wednesday, October 13, 2010 1:49:52 PM GMT
13Oct/100Code Contracts (Part I): Beginning An approach Programming by Contract (Design by contract) is known for a long time. But for .Net up to 4.0 version, it was more a style of development than using of special classes or extensions. In these series of posts I'll share my opinion on programming by contract with using of new features of .Net 4.0 framework - Code Contracts. You can known about the life of developers with and without them, their advantages and disadvantages, and which I'd like to see... (more)
category: How To | clicked: 0 | comment | | source: osmirnov.net
tags: visaul studio, Code Contract, C# .NET
8
Shouts

ChartResult: Testable ASP.NET MVC 3 controller actions that return Chart

published 947 days, 10 hours, 50 minutes ago posted by gpeipmangpeipman 949 days, 26 minutes ago
Saturday, October 16, 2010 2:13:51 PM GMT Friday, October 15, 2010 12:37:39 AM GMT
Lately I blogged about charts support in ASP.NET MVC 3 beta. This posting showed how to get chart initialized and sent to client quickly. In this posting I will show you how to use Chart with ChartResult to make our chart operations testable. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: chart, Testing, MVC, ASP.NET
8
Shouts

Moses' Blog | KiGG 3.0 Released

published 948 days, 10 hours, 12 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 949 days, 16 hours, 19 minutes ago
Friday, October 15, 2010 2:51:37 PM GMT Thursday, October 14, 2010 8:44:35 AM GMT
Yesterday we released KiGG 3.0 and baselined the source code for version 3. No major changes in this release. We upgraded to ASP.Net MVC 2.0 on .Net 3.5 SP1 & VS2008. This release is going to be the last release on .Net 3.5 SP1 and VS2008. We plan to upgrade to .Net 4.0 and migrate the solution to VS2010 and start use Entity Framework 4.0 and maybe abandon LINQ to SQL support. Visit http://kigg.codeplex.com for more information. Here set of requirements for your development workstation if you are pla... (more)
category: How To | clicked: 12 | 1 comment | | source: mosesofegypt.net
tags: EF, ASPNETMVC, DotNetShoutout, entityframework, linqtosql, KiGG
8
Shouts

Choosing between ASP.NET–WebForms, MVC, WebMatrix – Choice is a GOOD thing. - Joe Stagner

published 947 days, 10 hours, 50 minutes ago posted by iftekharahmedamitiftekharahmedamit 949 days, 2 hours, 31 minutes ago
Saturday, October 16, 2010 2:13:51 PM GMT Thursday, October 14, 2010 10:32:23 PM GMT
Yesterday Microsoft announced new (beta) releases of  a number of forthcoming web development technologies. [ Read HERE ] A member of one of the mailing lists I’m on was very upset! He complained that TWO choices were two many (WebForms and MVC) and adding a THIRD (WebMatrix) was simply ridiculous.  I know he was serious because he said “seriously” many times.   ScottGu posted an interesting opinion [ About Technical Debates (and ASP.NET Web Forms and ASP.NET MVC debates in particular)  ] on his blog s... (more)
category: Web Dev | clicked: 5 | comment | | source: msjoe.com
tags: ASP.NET MVC, WebForms, ASPNETMVC, WebMatrix, MVC, ASP.NET
6
Shouts

Silverlight for Windows Phone Toolkit is Loopy - Rudi Grobler in the Cloud

published 970 days, 6 hours, 15 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 972 days, 14 hours, 3 minutes ago
Thursday, September 23, 2010 6:48:59 PM GMT Tuesday, September 21, 2010 11:00:50 AM GMT
A article on how to reuse the LoopingSelector (more)
category: Metro | clicked: 0 | comment | | source: www.rudigrobler.net
tags: WP7
7
Shouts

Dean Hume - A Simple Guide to SQL Compact 4

published 985 days, 13 hours, 29 minutes ago posted by deanomachinodeanomachino 986 days, 14 hours, 19 minutes ago
Wednesday, September 08, 2010 11:34:27 AM GMT Tuesday, September 07, 2010 10:44:31 AM GMT
A Simple Guide to SQL Compact 4 There has been quite a lot of interest building up recently around SQL Compact 4. Now, if you are not familiar with SQL compact, it's basically a database engine that is free and totally embedded. You don't need to install a database anywhere on your server. Not only that, but it works with existing .NET based data API's (Entity Framework, NHibernate). Another great advantage of using a SQL CE database is that it is totally file based and you can store your database... (more)
category: Data | clicked: 1 | comment | | source: deanhume.com
tags: C#, SQL, SQL Compact, SQL compact 4
6
Shouts

DoubleClickCollapseGridSplitterBehavior - Rudi Grobler in the Cloud

published 984 days, 9 hours, 30 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 984 days, 16 hours, 23 minutes ago
Thursday, September 09, 2010 3:33:38 PM GMT Thursday, September 09, 2010 8:40:37 AM GMT
A example of how to create a very simple behavior to collapse a grid cell if you double click on the splitter (more)
category: Smart Client | clicked: 4 | comment | | source: www.rudigrobler.net
tags: WPF, stackoverflow, GridSplitter
7
Shouts

Great SL Competency Test Part 2 - Jesse Liberty

published 983 days, 9 hours, 54 minutes ago posted by jantujantu 985 days, 8 hours, 16 minutes ago
Friday, September 10, 2010 3:10:12 PM GMT Wednesday, September 08, 2010 4:47:37 PM GMT
reate a custom button that has non-standard visual behavior when you hover over it, and when you click it but which otherwise acts exactly like a button.The idea was to be able to do this in under an hour. This posting will review one solution.Doing this is frighteningly difficult in Visual Studio and absurdly easy in Expression Blend 4 (more)
category: Metro | clicked: 0 | comment | | source: jesseliberty.com
tags: Programming
7
Shouts

Common mistakes made when measuring the speed of code

published 982 days, 7 hours, 34 minutes ago posted by gpeipmangpeipman 984 days, 15 hours, 18 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Thursday, September 09, 2010 9:45:31 AM GMT
During times I have seen problematic ways how developers measure the speed and performance of their code. There are some easy tricks that help you make your measurements way better and accurate comparing to measurements made not so well. In this posting I will give you some hints how to get more accurate results when measuring the speed of your code. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Performance, measuring
7
Shouts

Experiment: List internals and performance when adding new elements

published 982 days, 7 hours, 34 minutes ago posted by gpeipmangpeipman 984 days, 11 hours, 38 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Thursday, September 09, 2010 1:25:26 PM GMT
Lists and their performance has been hot discussion topic for years. I have seen many examples and read a lot of stories about List class and I made conclusion that there is too much pointless opinions about it. In this posting I will show you how List (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Performance, List
6
Shouts

Building OpenPOS: Part 11 - ClickOnce - Rudi Grobler in the Cloud

published 982 days, 7 hours, 34 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 985 days, 17 hours, 13 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Wednesday, September 08, 2010 7:50:31 AM GMT
Article on how to deploy a clickOnce app to codeplex and make it auto update itself (more)
category: Smart Client | clicked: 5 | comment | | source: www.rudigrobler.net
tags: ClickOnce, OpenPOS, WPF, CodePlex
8
Shouts

A Feature-driven Comparison of Entity Framework and NHibernate-Lazy loading

published 982 days, 7 hours, 34 minutes ago posted by sonukapoorsonukapoor 984 days, 41 minutes ago
Saturday, September 11, 2010 5:30:17 PM GMT Friday, September 10, 2010 12:23:00 AM GMT
Last month I took the challenge of trying to compare Entity Framework (EF4) and NHibernate (NH) in a hopefully unbiased and feature-driven way. In this article, I'll start looking into some programming features such as lazy loading. (more)
category: Architecture | clicked: 0 | comment | | source: dotnetslackers.com
tags: EF, NHibernate
7
Shouts

Simplified TextBox focus in WPF 4 - Rudi Grobler in the Cloud

published 980 days, 11 hours, 27 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 983 days, 16 hours, 6 minutes ago
Monday, September 13, 2010 1:37:09 PM GMT Friday, September 10, 2010 8:57:57 AM GMT
A very basic example of how to use {x:Reference ...} in WPF 4.0 (more)
category: Smart Client | clicked: 0 | comment | | source: www.rudigrobler.net
tags: Markup Extensions, WPF 4
13
Shouts

Complexity in ASP.NET MVC, Part 1: Dealing With Large Models

published 973 days, 12 hours, 33 minutes ago posted by sonukapoorsonukapoor 983 days, 9 hours, 47 minutes ago
Monday, September 20, 2010 12:31:05 PM GMT Friday, September 10, 2010 3:17:14 PM GMT
At times, every developer has a web forms page or MVC view that ends up getting pretty complex, for various reasons. Whether it pulls in and integrates a lot of data (such as a portal page) or allows users to edit a lot of information, applications require data, and the amount of data grows over time. It’s a simple reality. We’re going to examine what a larger ASP.NET MVC view looks like, and some actions we can take to keep the model instantiation code as slim as possible. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: MVC, ASP.NET
6
Shouts

DotNetRocks - Show #592 - Rob Howard is very Telligent

published 980 days, 11 hours, 27 minutes ago posted by rajuraju 982 days, 9 hours, 37 minutes ago
Monday, September 13, 2010 1:37:09 PM GMT Saturday, September 11, 2010 3:26:37 PM GMT
From the .NET Rocks Live Weekend, Carl and Richard catch up with Rob Howard. Rob talks about how Telligent has changed and their new focus on a different customer base that has significantly refocused their product development efforts toward social media. (more)
category: Podcast | clicked: 2 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks
10
Shouts

Windows Azure Application Patterns - J.D. Meier

published 979 days, 8 hours, 39 minutes ago posted by jantujantu 981 days, 4 hours, 12 minutes ago
Tuesday, September 14, 2010 4:24:35 PM GMT Sunday, September 12, 2010 8:52:00 PM GMT
This is a quick visual tour of some whiteboard solutions and common application patterns for Windows Azure. It’s a look at some of the most common whiteboard solutions for Web applications, Web services, and data on Windows Azure. (more)
category: Architecture | clicked: 4 | comment | | source: blogs.msdn.com
tags: Architecture, Azure
Previous 1 2 ... 6 7 8 9 10 11 12 13 14 15 Next