http://code-clarity.blogspot.com/
Name: http://code-clarity.blogspot.com/
Score: 152.1
Last Seen: 124 days, 23 hours, 29 minutes ago
Member Since: 26 December, 2009
DotNetShoutout
atom rss
3
Shouts

Code clarity: ASP.NET MVC 2 - Building extensible view engine.

published 117 days, 22 hours, 12 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 124 days, 23 hours, 32 minutes ago
Thursday, January 24, 2013 9:43:26 AM GMT Thursday, January 17, 2013 8:23:39 AM GMT
Describes how to extend standard MVC view engine to support skinning. This technique was initially used to add areas and themes in MVC 2.0, and same solution were used by MS in MVC 3 to add areas. (more)
category: How To | clicked: 13 | comment | | source: code-clarity.blogspot.com
tags:
2
Shouts

Code clarity: Lost and found headers and identity for WCF service

published 333 days, 20 hours, 33 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 341 days, 4 hours, 16 minutes ago
Friday, June 22, 2012 11:23:08 AM GMT Friday, June 15, 2012 3:39:57 AM GMT
If you are aware where is your headers and identity that were specified in config file and disappeared during runtime, check may be you are assigning an endpoint address form the code. Read an article for possible solutions... (more)
category: Web Dev | clicked: 19 | comment | | source: code-clarity.blogspot.com
tags:
2
Shouts

Code clarity: How to troubleshoot SSL\TSL or x509 Certificate Validation in .NET

published 337 days, 15 hours, 35 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 341 days, 22 hours, 13 minutes ago
Monday, June 18, 2012 4:20:52 PM GMT Thursday, June 14, 2012 9:43:19 AM GMT
If your SSL\TLS connection does not work, or establishing is very slow and you don't know what to do, this post is for you. It describes several useful techniques to investigate SSL\TLS troubles. There is a lot of text and links, and no images. So, be strong. (more)
category: Web Dev | clicked: 13 | comment | | source: code-clarity.blogspot.com
tags:
2
Shouts

Code clarity: EF CF the easy way to run stored procedures

published 336 days, 22 hours, 22 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 342 days, 1 hour, 52 minutes ago
Tuesday, June 19, 2012 9:33:42 AM GMT Thursday, June 14, 2012 6:03:39 AM GMT
Bored by specifying lots of parameters for stored procedures? Free of charge extensions that simplifies bored tasks with use of anonymous object. So you can do just: var = context.Database.SqlQuerySmart (more)
category: Data | clicked: 17 | comment | | source: code-clarity.blogspot.com
tags:
9
Shouts

Code clarity: MVC 2 DropDownListFor - Any troubles? - Part 2

published 1041 days, 18 hours, 33 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 1043 days, 1 hour, 32 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Wednesday, July 14, 2010 6:23:42 AM GMT
Hello again. Today I want to talk about select list with optgroups. So, I need such a list. MVC has no support for it. What to do? After little browsing I decide wrote my own solution. It is based on code from fixed version of MVC DropDownList (you can read about it in Part 1). Main features of the list: * of course - support of groups of options * you can use it with options and with groups of options in any order, iow first item can be option, then - option group, and at the end, again - option. (more)
category: Web Dev | clicked: 9 | comment | | source: code-clarity.blogspot.com
tags: DropDownListFor, optgroup, dropdownlist, grouping, MVC, ASP.NET
8
Shouts

Code clarity: MVC 2 DropDownListFor - Any troubles? - Part 1

published 1057 days, 18 hours, 17 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 1059 days, 12 hours, 58 minutes ago
Tuesday, June 29, 2010 1:38:41 PM GMT Sunday, June 27, 2010 6:57:53 PM GMT
When working on one project, I have a trouble with MVC DropDownListFor - selected value doesn't returned to the server. I saw a lot of articles, questions, etc.. about this theme. And I decide to write a little article about my solution. As for me - it is more than simple :) (more)
category: Web Dev | clicked: 7 | comment | | source: code-clarity.blogspot.com
tags: DropDownListFor, dropdownlist, MVC, ASP.NET
7
Shouts

Code clarity: Requirements specification and RFC

published 1164 days, 19 hours, 7 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 1165 days, 11 hours, 41 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 8:14:34 PM GMT
About how RFC can help to write more strict requirement documents. (more)
category: Agile | clicked: 1 | comment | | source: code-clarity.blogspot.com
tags: RFC, requirements
9
Shouts

Code clarity: C# renderer for jQuery DataTables

published 1163 days, 20 hours ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 1165 days, 12 hours, 34 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 7:21:39 PM GMT
DataTables is an excellent plugin for the jQuery javascript library to extend HTML table with advanced functionality. I like to use it in projects, but (may be it is strange for someone) I don't like lot's of raw JavaScript code in aspx\ascx pages. Some code I extract from page and write it using Script# - another excellent tool. But some code needs to be on a page for some reasons. In such cases I prefer to use a "renderer" - set of strong typed C# classes that renders needed JavaScript to the page. ... (more)
category: Web Dev | clicked: 1 | comment | | source: code-clarity.blogspot.com
10
Shouts

Innovation Showcase : Creating Games for Windows Phone Using Microsoft Game Studio XNA 4.0

published 1165 days, 18 hours, 38 minutes ago posted by zhimingzhiming 1167 days, 14 hours, 55 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Thursday, March 11, 2010 5:00:51 PM GMT
11 March 2010Creating Games for Windows Phone Using Microsoft Game Studio XNA 4.0 engadget reports that Microsoft just demoed a pair of 3D games running on a ASUS Windows Phone prototype and built with its brand new XNA Game Studio 4.0. Click here to read the report in detail, or click the video below to see a game running on all three devices, PC, XBOX and Windows Phone. Technorati Tags: Windows Phone,XNA,XBOXFiled under: Windows Phone 7 Series (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Phone
7
Shouts

5 Tips to get the most out of your coding time

published 1165 days, 18 hours, 38 minutes ago posted by HatimRHatimR 1167 days, 14 hours, 8 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Thursday, March 11, 2010 5:48:08 PM GMT
I remember seeing an add from Microsoft I believe for hiring programmers and the jist of it was “We give you an office with a door”. Why you might wonder? (more)
category: How To | clicked: 1 | comment | | source: hatim.indexdev.net
tags: Productivity, Consulting, time management golf
15
Shouts

ASP.NET MVC 2 Released - ScottGu's Blog

published 1164 days, 19 hours, 7 minutes ago posted by mithumithu 1166 days, 21 hours, 16 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Friday, March 12, 2010 10:40:08 AM GMT
I’m happy to announce that the final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5.  You can download and install it from the following locations: Download ASP.NET MVC 2 using the Microsoft Web Platform InstallerDownload ASP.NET MVC 2 from the Download Center The final release of VS 2010 and Visual Web Developer 2010 will have ASP.NET MVC 2 built-in – so you won’t need an additional install in order to use ASP.NET MVC 2 with them.  ASP.NET MVC 2... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: weblogs.asp.net
tags: ASP .NET MVC 2, ASP .NET, Visual Studio, ScottGu, MVC
6
Shouts

Tips on using Virtual Directories in ASP.NET, MVC, HttpSimulator, SiteMap

published 1190 days, 20 hours, 37 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 1192 days, 11 hours, 33 minutes ago
Tuesday, February 16, 2010 11:18:33 AM GMT Sunday, February 14, 2010 8:22:31 PM GMT
Imagine you develop a web-site. You register IIS site to test it, seems like all is ok. You deploy it to customer, and... oh no! where is my images, styles, scripts? and why site map causes an exception?! It is common situation when site developed and tested on IIS web-site root, and deployed into Virtual Directory. Here I want to describe some tips to avoid such situations. (more)
category: Web Dev | clicked: 1 | comment | | source: code-clarity.blogspot.com
tags: Site map, Virtual Directory, MVC, ASP.NET, HttpSimulator
17
Shouts

ASP.NET 4, ASP.NET MVC, and Silverlight 4 Videos of my Talks in Europe - Scott Guthrie

published 1233 days, 18 hours, 38 minutes ago posted by jantujantu 1234 days, 22 hours, 54 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 9:02:01 AM GMT
Last month I did a blog post about some of the presentations I did in Europe and posted the slides+demo files from them.  High-quality videos of the talks I did in Sweden were posted two weeks ago on the Channel9 site, so you can also now watch videos of the talks online as well.  The videos use a nice format where you can watch... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Silverlight, Talks, ScottGu, MVC, ASP.NET
14
Shouts

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

published 1242 days, 22 hours, 2 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1244 days, 16 hours, 42 minutes ago
Saturday, December 26, 2009 9:53:39 AM GMT Thursday, December 24, 2009 3:13:54 PM GMT
I have just included a Fluent Metadata provider in my open source System.Web.Mvc.Extensibility project. Currently it contains all of the features of the Built-in DataAnnotations Metadata provider that comes with the ASP.NET MVC 2 framework. Consider it as a holiday special from me for the ASP.NET MVC community :-). The main reason I am no... (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: ASPNETMVC
14
Shouts

Moses' Blog | KiGG Design And Architecture – Part 3 The Core

published 1238 days, 17 hours, 42 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1240 days, 9 hours, 2 minutes ago
Wednesday, December 30, 2009 2:13:47 PM GMT Monday, December 28, 2009 10:53:38 PM GMT
Introduction In part 2, we explored KiGG project structure. I gave a short brief and summary about each project in the solution. And briefly discussed the relation between them. In this part we are going to start going much deeper. Staring with the Core, and this might take several parts by itself as the Core is huge and contains lots of stuff that worth to be discussed. Namespaces Before starting it worth to mention that the core is free of any default implementation that depends on and external or ... (more)
category: Architecture | clicked: 3 | 3 comments | | source: mosesofegypt.net
tags: DotNetShoutout, KiGG
15
Shouts

Multiple ModelMetadata Provider support added to ASP.NET MVC Extensibility - Kazi Manzur Rashid

published 1235 days, 19 hours, 4 minutes ago posted by MihirPatelMihirPatel 1238 days, 18 hours, 43 minutes ago
Saturday, January 02, 2010 12:51:52 PM GMT Wednesday, December 30, 2009 1:13:19 PM GMT
For last few days I was pushingBrad Wilson to add support for multiple metadata provider in the ASP.NET MVC framework. The reason is very simple, lets say you are developing a relatively large application which has multiple modules, new modules can be plugged-in in future, you do not want all the module developers t... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, Open Source, MVC, ASP.NET
4
Shouts

Code clarity: String templates revisited

published 1234 days, 18 hours, 21 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 1236 days, 18 hours, 5 minutes ago
Sunday, January 03, 2010 1:34:59 PM GMT Friday, January 01, 2010 1:50:57 PM GMT
Sometimes I encounter a task - create some little template, that user can easily configure. Yeah, there are many powerful template engines, or you can use {0}, {1} placeholders, or even handwritten #Id#, #Name# placeholders. But this article describes yet another way - simple and descriptive string formatters such as in ASP.NET AJAX 4.0: {Id}, {Name}, {Login}. This placeholders reflects public properties or fields of an object. (more)
category: Web Dev | clicked: 0 | comment | | source: code-clarity.blogspot.com
tags: String, PlaceHolder, StringBuilder, AppendFormat, Templates, Format, ASP.NET
8
Shouts

Code clarity: MVC 2.0 Client validation exposed

published 1240 days, 18 hours, 36 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 1242 days, 15 hours, 44 minutes ago
Monday, December 28, 2009 1:19:46 PM GMT Saturday, December 26, 2009 4:11:45 PM GMT
Yeah, data annotation and rules in model is cool. But I have found no info about how to add client validation rules from code, it can be useful in many cases. (more)
category: Web Dev | clicked: 1 | comment | | source: code-clarity.blogspot.com
tags: Validation, ASP.NET MVC 2.0, DataAnnotation