somaka
Name: somaka
Score: 36
Last Seen: 3 days, 17 hours, 11 minutes ago
Member Since: 9 February, 2010
DotNetShoutout
atom rss
5
shouts

IL perversions: throwing and catching strings

posted by gpeipmangpeipman 33 days, 9 hours, 11 minutes ago
Monday, February 08, 2010 10:35:52 PM GMT
Inspired by Mohamed Mahmoud’s blog posting How to: Create Interfaces with Static Methods via IL? I wrote another sick example on IL (Intermediate Language) to show you how different is the world behind compilers. Tonight I have enough of exceptions, I want to throw some strings! Let’s do it! (more)
category: Foundation | clicked: 5 | comment | | source: weblogs.asp.net
tags: .NET, Exception Handling, IL, Visual Studio
9
shouts

Mapping Relationships using Fluent nHibernate

published 31 days, 21 hours, 17 minutes ago posted by KodefuGuruKodefuGuru 33 days, 7 hours, 27 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 12:19:43 AM GMT
In my last post I went over the basics of mapping properties on a POCO object to fields on a database table.   If you haven’t already check it out here.  In this post I’m going to focus on mapping relationships, that is, what if we wanted our objects to contain concrete references to the objects with which they have relationships, rather than just foreign key properties.One To One Relationships Take a look at the way we set up the File object in the previou... (more)
category: Agile | clicked: 41 | comment | | source: www.mattlong.com.au
tags: Fluent NHibernate, Mapping
6
shouts

Default Values in ASP.NET MVC Action Parameters - David Hayden

published 32 days, 16 hours, 3 minutes ago posted by ali62bali62b 33 days, 2 hours, 56 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 4:50:25 AM GMT
You can’t help but notice the impact System.ComponentModel and System.ComponentModel.DataAnnotations have had on ASP.NET MVC 2. The DefaultModelBinder now supports all the validation attributes when doing model binding. The new template helpers in ASP.NET MVC 2, Html.DisplayFor, Html.EditorFor, Html.LabelFor, etc. use various attributes that affect the display of complex objects and their individual properties. And, as I will mention here quickly, you can also use the DefaultValue Attribute in System.Com... (more)
category: ASP.NET | clicked: 46 | comment | | source: www.davidhayden.me
tags: ASP.NET MVC, ASP.NET MVC 2, C# 4
9
shouts

Yet another developer blog: 'Unobtrusive' asynchronous Form in ASP.NET MVC

published 31 days, 21 hours, 17 minutes ago posted by ali62bali62b 33 days, 2 hours, 41 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 5:05:04 AM GMT
I have already written how to create asynchronous form using jQuery Validation plugin, but I have made a few shortcuts in that sample. So this is the for some improvements. We will start with ViewModel class: public classAsynchronousFormViewModel: IDataErrorInfo {   #region Fields   privateIUsersRepository _usersRepository = null;   #endregion   #region Properties   public string UserName { get; set; }   public string Email { get; set; }   public string Password { get; set; }   publi... (more)
category: ASP.NET | clicked: 76 | comment | | source: tpeczek.blogspot.com
tags: ASP.NET MVC, jQuery, Validation
8
shouts

Multi-tenancy in ASP.NET MVC - Views with a ViewEngine

published 32 days, 16 hours, 3 minutes ago posted by robashtonrobashton 32 days, 22 hours, 28 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 9:18:55 AM GMT
Carrying on the series by talking about View Engines and how to use one to allow modules to provide their own views (more)
category: ASP.NET | clicked: 61 | comment | | source: codeofrob.com
tags: ASP.NET MVC, Multi-tenancy
11
shouts

Visual Studio 2010 RC is available

published 29 days, 19 hours, 54 minutes ago posted by gpeipmangpeipman 32 days, 22 hours, 12 minutes ago
Friday, February 12, 2010 11:52:09 AM GMT Tuesday, February 09, 2010 9:34:44 AM GMT
VS2010 RC is out now and available for MSDN users since now. Other guys have to wait until tomorrow when VS2010 RC is made publically available. Reading first news I discovered that most important thing is hardly improved performance of VS2010 RC IDE. All your feedback is welcome to VS2010 RC Connect site. (more)
category: Foundation | clicked: 59 | comment | | source: weblogs.asp.net
tags: .NET Framework 4.0, Visual Studio 2010
6
shouts

What’s so good about OpenRasta?

published 31 days, 21 hours, 17 minutes ago posted by http://blog.robustsoftware.co.uk/http://blog.robustsoftware.co.uk/ 32 days, 18 hours, 23 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 1:23:25 PM GMT
I’ve been proclaiming the greatness of OpenRasta to anyone unfortunate to start talking to me about web development recently. I thought it was about time that I recorded the reasons I love it so much somewhere everyone can see. OpenRasta is by no means a finished product but it has principles at its core that I value greatly and give it massive potential. (more)
category: Architecture | clicked: 59 | comment | | source: blog.robustsoftware.co.uk
tags: Architecture, ASP .NET MVC, SOLID Principles, Testability
2
shouts

Project Server 2010 Development and Customization: SharePoint 2010 Ribbon Customization - controls and commands deployment

posted by somakasomaka 32 days, 17 hours, 27 minutes ago
Tuesday, February 09, 2010 2:19:02 PM GMT
One of the most valuable interface changes provided in SharePoint 2010 is the new Ribbon. This contextual interface allows users to execute any action related to ribbon controls depending upon the context the user is currently dealing with. The SharePoint 2010 API allows developers to extend and customize the ribbon using SharePoint features on site/site collection level. This article shows the way how to do that. (more)
category: ASP.NET | clicked: 4 | comment | | source: www.projectserver2010blog.com
tags: project server 2010, Ribbon, SharePoint 2010