http://2leggedspider.wordpress.com/
Name: http://2leggedspider.wordpress.com/
Score: 206.12
Last Seen: 817 days, 9 hours, 42 minutes ago
Member Since: 19 June, 2009
DotNetShoutout
atom rss
8
Shouts

Visual Studio color schemes – Its time for a makeover

published 815 days, 23 hours, 9 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 819 days, 1 hour, 42 minutes ago
Saturday, March 26, 2011 8:56:13 PM GMT Wednesday, March 23, 2011 6:23:20 PM GMT
http://studiostyl.es/ is a great website where you can browse for hundreds of color schemes to change the background and text colors of your Visual Studio IDE. It works for both Visual Studio 2008 and 2010. You can also create and submit your own scheme or download and rate schemes submitted by others. (more)
category: Web Dev | clicked: 1 | comment | | source: 2leggedspider.wordpress.com
tags: Tips & Tricks, Visual Studio, color scheme
7
Shouts

Getting specific with the Specification Pattern

published 817 days, 12 hours, 45 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 819 days, 1 hour, 58 minutes ago
Friday, March 25, 2011 7:20:06 AM GMT Wednesday, March 23, 2011 6:06:59 PM GMT
The idea of Specification pattern according to Martin Fowler is to separate the statement of how to match a candidate, from the candidate object that it is matched against. As well as its usefulness in selection, it is also valuable for validation and for building to order. In simple terms it means this pattern helps us to check if an object satisfies certain criteria. Well, we do that all the time in our code don’t we? For instance, we check if the data in an object that we send to a web service or dat... (more)
category: Architecture | clicked: 2 | comment | | source: 2leggedspider.wordpress.com
13
Shouts

Innovation Showcase : Silverlight 4 – How to Capture Audio and Video from a Web Cam

published 1253 days, 7 hours, 47 minutes ago posted by jbarnesjbarnes 1255 days, 1 hour, 7 minutes ago
Wednesday, January 13, 2010 12:17:38 PM GMT Monday, January 11, 2010 6:57:21 PM GMT
11 January 2010Silverlight 4 – How to Capture Audio and Video from a Web Cam One of the coolest new features in Silverlight 4 is the ability to capture audio and video input from Web Cameras.  With a few simple lines of code, you can request permission to your users to leverage their capture devices and then capture both the audio and video streams.  So far, there have been some great examples of how to capture the video and use it as a background “brush” to paint a screen in the browser to show wha... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
6
Shouts

Dive Deep Into MVC - IModelBinder Part 1

posted by mgolchinmgolchin 1254 days, 7 hours, 43 minutes ago
Tuesday, January 12, 2010 12:21:24 PM GMT
A deep dive in the ASP.NET MVC model binder and validator. (more)
category: Web Dev | clicked: 8 | comment | | source: mgolchin.net
tags: ASP.NET MVC, C#
10
Shouts

Entity Framework in .NET 4 - Somasegar

published 1251 days, 7 hours, 10 minutes ago posted by jantujantu 1254 days, 8 hours, 31 minutes ago
Friday, January 15, 2010 12:54:58 PM GMT Tuesday, January 12, 2010 11:33:32 AM GMT
The Entity Framework in .NET 4 has a lot of new features and enhancements.  We got a lot of great feedback from you on the initial release of the Entity Framework (EF).  Let’s take a look at some of the things coming in new with Entity Framework 4. Foreign Keys Entity Framework now includes support for foreign keys.  Foreign key associations allow you to include foreign key properties on your entities, simplifying a number of key scenarios including data binding and n-tier... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET Framework, Visual Studio, Developer Division
15
Shouts

Innovation Showcase : Windows Azure Goes Live in January

published 1251 days, 7 hours, 10 minutes ago posted by wzackwzack 1253 days, 19 hours, 11 minutes ago
Friday, January 15, 2010 12:54:58 PM GMT Wednesday, January 13, 2010 12:53:49 AM GMT
Windows Azure Goes Live in January At long last the wait is over. Windows Azure went live on January 1st, 2010.  At Microsoft’s Professional Developers Conference in November it was announced that the Windows Azure Platform will go live in January but it will be free for subscribers until February.  This article by Kathleen Richards for Visual Studio Magazine gives a good overview of the offering, where it stands now and a peek ahead into it’s future. (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
5
Shouts

Find and Replace Text with Regex

posted by KodefuGuruKodefuGuru 1253 days, 21 hours, 44 minutes ago
Tuesday, January 12, 2010 10:20:57 PM GMT
A common scenario you may be faced with is displaying text to a user that contains identifying information such as social security numbers. This is a pretty simple task in .NET if you know the correct class and methods to use. The first thing you’re going to need is a regular expression pattern. Here’s a simple one for a social security number: \d{3}-\d{2}-\d{4}. The next thing you should do is add a reference to System.Text.RegularExpressions. Now, we can get to coding.string text = "garbage text 123-... (more)
category: How To | clicked: 0 | comment | | source: www.kodefuguru.com
tags: Regex
8
Shouts

DotNetRocks - Show #515 - Stephen Walther On ASP.NET AJAX 4.0

published 1253 days, 7 hours, 47 minutes ago posted by jantujantu 1254 days, 10 hours, 6 minutes ago
Wednesday, January 13, 2010 12:17:38 PM GMT Tuesday, January 12, 2010 9:58:55 AM GMT
Stephen Walther talks about the latest version (4) of ASP.NET AJAX and all the associated technologies.Stephen WaltherStephen Walther is a Senior Program Manager on the ASP.NET Ajax team. He has written several best-selling books on ASP.NET including ASP.NET Unleashed and ASP.NET MVC Framework Unleashed. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: ASP.NET MVC, DotNetRocks, ASP.NET MVC Framework, ASP.NET AJAX 4.0
10
Shouts

Scott Hanselman's Computer Zen - The Weekly Source Code 47 - ASP.NET 3.5 Dynamic Data: FilterRepeaters and Dynamic Linq Query Generation

published 1251 days, 7 hours, 10 minutes ago posted by ali62bali62b 1253 days, 7 hours, 7 minutes ago
Friday, January 15, 2010 12:54:58 PM GMT Wednesday, January 13, 2010 12:58:04 PM GMT
First, let me start this post by thanking Tatham Oddie. He helped my buddy John Batdorf and I debug our issue remotely from Australia. He's patient, kind, opinionated and Tatham's got a darn fine blog that you should subscribe to now. I also found great inspiration from Stephen Naughton's excellent blog. He's continually pushing ASP.NET and Dynamic Data to do fun things and I was able to use 95% of his auto-complete code as I found it. And finally Marcin Dobosz's blogis where I started, taking his Dynami... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: Dynamic Data, Linq
3
Shouts

5 Jquery Tutorials To Build Your Own Plugin

posted by henriwijayahenriwijaya 1263 days, 1 hour, 55 minutes ago
Sunday, January 03, 2010 6:09:48 PM GMT
If you use jQuery a lot it can be a good idea to package your code into plugins. In this article I’m going to explain how to build two plugins from scratch. A jQuery plugin is simply a way to put your code into a package. It makes it easier to maintain and use in different projects. Before you read this article it's recommended that you're familiar with how jQuery works Building jQuery plugins Building Your First Jquery Plugin Simple Effects Plugins How to create a plugin for ... (more)
category: Web Dev | clicked: 0 | comment | | source: psdcollector.blogspot.com
tags: jQuery
7
Shouts

Dependency Injection in Asp.net MVC using MVC Contrib - on code

posted by ironkittenironkitten 1259 days, 14 hours, 41 minutes ago
Thursday, January 07, 2010 5:24:00 AM GMT
A simple introduction to dependency injection in asp.net MVC (more)
category: Web Dev | clicked: 1 | comment | | source: suhair.in
tags: ASP.NET MVC, Dependecy Injection, StructureMap
7
Shouts

Introduction to Dependency Injection Using StructureMap

posted by http://azamsharp.myopenid.com/http://azamsharp.myopenid.com/ 1259 days, 4 hours, 30 minutes ago
Thursday, January 07, 2010 3:34:57 PM GMT
Formally known as GridViewGuy Videos | Podcasts Introduction to Dependency Injection Using StructureMap AzamSharp Published Date: 1/6/2010 1:04:40 PM Views: 59 Abstract: Dependency injection is a process of supplying an external dependency to a component. In this article we will learn how to use StructureMap as our dependency injection container. Scenario: The scenario involves an ASP.NET MVC application and the ... (more)
category: Architecture | clicked: 3 | comment | | source: www.highoncoding.com
tags: StructureMap
4
Shouts

Web Application Request-Response Testing with JavaScript

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1258 days, 7 hours, 20 minutes ago
Friday, January 08, 2010 12:45:03 PM GMT
Write a simple browser-based request-response test automation using JavaScript that’s platform independent and useful when you are working in a highly dynamic environment. (more)
category: How To | clicked: 1 | comment | | source: msdn.microsoft.com
tags: Test, MSDN, MSDN Magazine
7
Shouts

Ordering fields in ASP.NET MVC 2 templated helpers

published 1253 days, 7 hours, 47 minutes ago posted by ali62bali62b 1254 days, 12 hours, 46 minutes ago
Wednesday, January 13, 2010 12:17:38 PM GMT Tuesday, January 12, 2010 7:19:00 AM GMT
Ever worked with the templated helpers provided by ASP.NET MVC 2? Templated helpers provide a way to automatically build UI based on a data model that is marked with attributes defined in the System.ComponentModel.DataAnnotations namespace. For example, a property in the model can be decorated with the attribute [DisplayFormat(DataFormatString = "{0:c}")], and the templated helpers will always render this field formatted as currency. If you have worked with templated helpers, you must agree: they can be... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.maartenballiauw.be
tags: ASP.NET MVC 2
13
Shouts

Localizing ASP.NET MVC Validation - Phil Haack

published 1287 days, 5 hours, 25 minutes ago posted by jantujantu 1289 days, 11 hours, 48 minutes ago
Thursday, December 10, 2009 2:39:31 PM GMT Tuesday, December 08, 2009 8:17:06 AM GMT
This is the fourth post in my series on ASP.NET MVC 2 and its new features. ASP.NET MVC 2 Beta Released (Release Announcement) Html.RenderAction and Html.ActionASP.NET MVC 2 Custom ValidationLocalizing ASP.NET MVC Validation In my recent post on custom validation with ASP.NET MVC 2, several people asked about how to localize validation messages. They didn’t want their error messages hard-coded as an attribute value. It turns out that it’s p... (more)
category: Web Dev | clicked: 1 | comment | | source: haacked.com
tags: ASP.NET MVC, ASP.NET MVC Validation, ASP.NET MVC 2, ASP .NET
11
Shouts

ASP.NET MVC 2 RC and My List of Requirements - Kazi Manzur Rashid

published 1276 days, 6 hours, 19 minutes ago posted by iftekharahmedamitiftekharahmedamit 1279 days, 9 hours, 1 minute ago
Monday, December 21, 2009 1:45:49 PM GMT Friday, December 18, 2009 11:03:47 AM GMT
As you already know ASP.NET MVC 2 hits the RC, as far as I know this is the last release before the final. There has been quite a few things that the ASP.NET MVC team has added since the v1.0. I know people says human nature is “More you get the more you want”, but the requirements that I am presenting here is not new, instead these are the enhance... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET MVC 2.0, ASPNETMVC, ASP.NET MVC 2, MVC, ASP.NET
8
Shouts

More on Fluent MetadataProvider for ASP.NET MVC - Kazi Manzur Rashid's Blog

published 1271 days, 10 hours, 11 minutes ago posted by jantujantu 1272 days, 2 hours, 9 minutes ago
Saturday, December 26, 2009 9:53:39 AM GMT Friday, December 25, 2009 5:55:35 PM GMT
In my last post, one of the thing you complained about the maintaining view model meta data configuration in two separate place and I admit this becomes a pain when you skim through the codes. I have changed the  implementation, so now you will be able to configure the meta data very much like the Fluent NHibernate or Entity Framework 4.0 Code ... (more)
category: Web Dev | clicked: 5 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, Open Source, MVC, ASP.NET
12
Shouts

Dive Deep Into MVC - IValueProvider

published 1255 days, 4 hours, 31 minutes ago posted by mgolchinmgolchin 1257 days, 11 hours, 41 minutes ago
Monday, January 11, 2010 3:34:18 PM GMT Saturday, January 09, 2010 8:24:16 AM GMT
This post demonstrates how to create a custom value provider for cookies. (more)
category: Web Dev | clicked: 7 | comment | | source: mgolchin.net
tags: ASP.NET MVC, C#, IValueProvider
14
Shouts

ASP.NET MVC 2 - Scott Guthrie

published 1254 days, 7 hours, 20 minutes ago posted by mithumithu 1255 days, 13 hours, 59 minutes ago
Tuesday, January 12, 2010 12:45:01 PM GMT Monday, January 11, 2010 6:06:20 AM GMT
Over the last six months the ASP.NET team has been steadily releasing preview, then beta, and now release candidate builds of ASP.NET MVC 2. Given that the final release is not too far away, I thought it was a good time to start a new multi-part ASP.NET MVC 2 blog series that discusses the new features and how best to take advantage of them. ASP.NET MVC 2 We shipped ASP.NET MVC 1.0 last March. Since then, almost 1 million developers have downloaded and used the final release, and its popularity has s... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET MVC 2, UI, ASP .NET, ScottGu, ASP.NET MVC 1
5
Shouts

Scott Hanselman's Computer Zen - Hanselminutes Podcast 192: The Spark View Engine for ASP.NET MVC with Louis DeJardin

posted by ali62bali62b 1256 days, 15 hours, 47 minutes ago
Sunday, January 10, 2010 4:17:25 AM GMT
My one-hundred-and-ninety-second podcast is up. Scott chats with new Microsoft employee and ASP.NET team member about his open source ASP.NET MVC ViewEngine called "Spark." It's a totally new DSL (Domain Specific Language) that might make your MVC Views more fun to write!What is Spark? Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly. ${p... (more)
category: Web Dev | clicked: 1 | comment | | source: www.hanselman.com
Previous 1 2 Next