jantu

Stories kicked by jantu

Just released System.Web.Mvc.Extensibility Beta - Kazi Manzur Rashid(weblogs.asp.net)

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

Just released System.Web.Mvc.Extensibility Beta I am announcing the beta of System.Web.Mvc.Extensibility. There has been quite a few changes in this release :Added support for PerWebRequest lifetime. Removed the “base” suffix from the abstract class. I am dropping the Autofac. After struggling quite a few days to add PerWebRequest support, I came to the conclusion that adding such support re... read more...

add a comment |category: |Views: 8

tags: another

Measuring the Performance of Asynchronous Controllers(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 4 months ago

It's easy enough to start using Asynchronous Controllers with ASP.NET MVC 2.0. But how do you know whether it's giving you any benefits? You might be surprised to learn that, in many default scenarios, you won't get any benefit unless you also make some crucial configuration changes. In this blog post you'll see a simple way to load test your asynchronous controllers, and find a rundown of important configuration options that will dramatically affect their behavior. read more...

add a comment |category: |Views: 212

tags: another

Table Per Concrete Type Inheritance in Entity Framework(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 2 years, 4 months ago

The last inheritance mapping that I’m going to write about is the Table Per Concrete Type inheritance (TPC). This inheritance type is very rare but you should be aware of how to create it when it is needed. You can read about TPT and TPH from here and from here. read more...

add a comment |category: |Views: 193

tags: another

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

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

ASP.NET MVC 2 RC and My List of Requirements - Kazi Manzur Rashid(weblogs.asp.net)

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

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

add a comment |category: |Views: 6

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

Mastering jQuery now available at TekPub | Encosia(encosia.com)

submitted by javeryjavery(5523) 2 years, 5 months ago

Dave and I launch a new series on TekPub about Mastering JQuery. read more...

3 comments |category: |Views: 378

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