mithu

Stories kicked by mithu

Introducing Fluent MetadataProvider for ASP.NET MVC - Kazi(weblogs.asp.net)

submitted by jantujantu(1045) 2 years, 5 months ago

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... read more...

5 comments |category: |Views: 266

tags: another

More on Fluent MetadataProvider for ASP.NET MVC - Kazi Manzur Rashid(weblogs.asp.net)

submitted by jantujantu(1045) 2 years, 5 months ago

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 ... read more...

8 comments |category: |Views: 279

tags: another

How to add AJAX effects to your site in minutes(flixya.com)

submitted by gameziregamezire(10) 2 years, 5 months ago

Use JQuery javascript library to achieve professional looking sites, with popular Web 2.0 interaction read more...

add a comment |category: |Views: 9

tags: another

Free EBook for Developing High Quality Applications using .NET(devcurry.com)

submitted by mopenmopen(3596) 2 years, 5 months ago

The Microsoft Application Architecture Guide, 2nd Edition is a Must Have EBook for Developers and Solution Architects read more...

6 comments |category: |Views: 1034

tags: another

Using jQuery To Hijack ASP.NET MVC Form Posts(dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 5 months ago

The following article demonstrates how to hijack ASP.NET MVC form posts using jQuery. read more...

6 comments |category: |Views: 480

tags: another

How our Customer Experience Improvement Program improved Gibraltar 2.1(rocksolid.gibraltarsoftware.com)

submitted by kendallmillerkendallmiller(124) 2 years, 5 months ago

The Gibraltar CEIP helped us find and resolve a large number of unreported issues, all without requiring our customers to lift a finger. Read the story for real numbers you can use to understand what the same techniques might mean for your application. read more...

5 comments |category: |Views: 192

tags: another

Supporting OpenId in an asp.net MVC site(codeharder.com)

submitted by aarnottaarnott(110) 2 years, 5 months ago

Introduction to OpenID on an asp.net MVC web site. On 3 minutes or so. read more...

5 comments |category: |Views: 314

tags: another

ASP.NET MVC 2 Beta - Strongly Typed UI Helpers(dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 5 months ago

The following article demonstrates how to use ASP.NET MVC 2 Beta’s strongly typed UI helpers. read more...

4 comments |category: |Views: 449

tags: another

6 Of My Favorite Visual Studio Shortcuts(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A few of my favorite Visual Studio Shortcuts to make my life and yours just a bit easier! read more...

4 comments |category: |Views: 1104

tags: another

5 Very Useful C# Attributes(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A look at some of the useful attributes in c# read more...

6 comments |category: |Views: 1620

tags: another

Exploring .Net 4 Features - Tuples(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 5 months ago

Taking a look at some of the new features which are part of .Net 4. We will be focusing this episode on Tuples. Tuples allow you to return multiple values from a method with simplicity and ease by allowing you to dynamically create a return object which is typed for your specific needs. read more...

6 comments |category: |Views: 755

tags: another

Difference TempTable and Table Variable (blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 5 months ago

A Myth Busted. Recently, I have been conducting many training sessions at a leading technology company in India. During the discussion of temp table and table variable, I quite commonly hear that Table Variables are stored in memory and Temp Tables are stored in TempDB. I would like to bust this misconception by suggesting following: Temp Table and Table Variable — both are created in TempDB and not in memory. read more...

6 comments |category: |Views: 392

tags: another

Meet my new ASP.NET MVC Extension - System.Web.Mvc-Kazi Manzur Rashid(weblogs.asp.net)

submitted by mithumithu(570) 2 years, 5 months ago

After hearing Phil Haack and Scott Hanselman in their latest podcast and PDC session I decided to give a good look at the MvcTrubine project in this weekend. I totally agree the intend of this project, let your favorite IoC to rule everywhere, but I do not think it has been implemented in the correct way. There are three important design flaws that I found in MvcTurbine: Generic Component Registration API Rather than allowing you to use your preferred IoC registration features, it prefers to use its own generic syntax for component registration, which is simply wrong. In real application, we need more support from our IoC such as lifetime management, auto wiring, modularity like (Ninject/Autfac Modules, StructureMap Registry) etc. In case of this generic API we have to throw away the features of these IoCs. Missing Common Service Locator I think the Common Service Locator(CSL) has become the standard to abstract the underlying IoC from your application code and all the popular IoCs in .NET world has an adapter for CSL. But rather than using/extending it, it has its own version of service locator. Limited support for Action Filter injection It uses a host kinda Attribute to inject the dependencies into the actual action filter attribute and this host is not capable of passing the attribute specific values to the actual attribute and even if this feature is implemented in the future it will be based upon the string based property name which would work on top of reflection. Now, lets see how my new extension solves the above issues and how easily you can start plugging it in your application. First lets take a quick look of the project structure of this extension. read more...

4 comments |category: |Views: 247

tags: another

ARCast.TV - Rocky Lhotka on Development Frameworks(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 5 months ago

It is difficult to strike a balance between the optimal architecture and over architecting a solution. Joe Shirey sits down with Rocky Lhotka , the creator of the CSLA.NET framework, to discuss how he balances what should and should not be in his framework. read more...

5 comments |category: |Views: 154

tags: another

Telerik ASP.NET MVC Grid Preview (Take 2) - Kazi Manzur Rashid(weblogs.asp.net)

submitted by mithumithu(570) 2 years, 5 months ago

In the last post, I have shown you how you can extend the ASP.NET MVC2 templates and some of the issues of the current beta. In this post, I will show you how we are taking advantages of the new DisplayFor/EditorFor in our MVC Grid. One of the benefit of using those statements in our grid is, you can host any kind of component in an individual cell, obviously the first two components will be the DateTimePicker and NumericTextBox that we are going to include in our next release. One of the most requested feature since our last release is the inline editing support in the grid. In this, I will show you the inline editing of product of my last post, but this time with our Grid. The Grid should support both server and ajax editing, but in this example we will only discuss the server..... read more...

1 comment |category: |Views: 282

tags: another

KiGG Design And Architecture – Part 2 Project Structure(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 2 years, 6 months ago

In part 1 I talked about KiGG high level architecture. In this part I am going to talk about KiGG project structure and summarize the purpose of each project in the solution. I’ll not go into deep details of each project. I’ll save that for some other posts, just be patient with me and stay tuned. read more...

add a comment |category: |Views: 251

tags: another