ali62b
Name: ali62b
Score: 1,285.11
Last Seen: 914 days, 7 hours, 8 minutes ago
Member Since: 3 January, 2010
DotNetShoutout
atom rss
3
Shouts

Using 51Degrees.Mobi Foundation for accurate mobile browser detection on ASP.NET MVC 3 « Steve Sanderson’s blog

published 913 days, 12 hours, 54 minutes ago posted by ali62bali62b 915 days, 7 hours, 39 minutes ago
Sunday, December 19, 2010 11:45:47 AM GMT Friday, December 17, 2010 5:01:24 PM GMT
Mobile devices continue to grow in popularity as a way to access the Web. If you’re building any kind of public-facing site, you probably way to make it look and behave well on mobiles just as on traditional desktop browsers. ASP.NET MVC allows for lots of possible architectures to support this:You could render different views for mobiles, as in Scott Hanselman’s recent postYou could have a separate MVC area for mobiles, so you can handle their requests using different controller logic as well as differ... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.stevensanderson.com
tags: ASP.NET MVC 3, ASP.NET MVC, Mobile Device
10
Shouts

Installing ASP.NET MVC 2 RTM on Visual Studio 2010 RC - Shiju Varghese's Blog

published 1192 days, 12 hours, 44 minutes ago posted by ali62bali62b 1193 days, 16 hours, 46 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 7:54:08 AM GMT
Visual Studio 2010 RC is built against the ASP.NET MVC 2 RC version but you can easily install ASP.NET MVC 2 RTM on the Visual Studio 2010 RC. For installing ASP.NET MVC 2 RTM, do the following steps Uninstall "ASP.NET MVC 2 ". Uninstall "Microsoft ASP.NET MVC 2 – Visual Studio 2008 Tools" If you have previously installed  ASP.NET MVC 2 template for VS 2008. Install the new ASP.NET MVC 2 RTM version for Visual Studio 2008 SP1. The above steps will enable you to use ASP.NET MVC 2 RTM version on the Visu... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Visual Studio 2010, ASP.NET MVC 2
7
Shouts

Some VS 2010 RC Updates (including patches for Intellisense and Web Designer fixes) - ScottGu's Blog

published 1197 days, 13 hours, 11 minutes ago posted by ali62bali62b 1199 days, 14 hours, 53 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Monday, March 08, 2010 9:46:44 AM GMT
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] We are continuing to make progress on shipping Visual Studio 2010.  I’d like to say a big thank you to everyone who has downloaded and tried out the VS 2010 Release Candidate, and especially to those who have sent us feedback or reported issues with it. This data has been invaluable in helping us find and fix remaining bugs before we ship the final release. Last month I blogged... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Visual Studio 2010, Visual Studio 2010 RC
7
Shouts

Maintainable MVC Series: View Model and Form Model | blog.jorrit salverda.nl

published 1199 days, 12 hours, 12 minutes ago posted by ali62bali62b 1201 days, 8 hours, 46 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 3:54:21 PM GMT
This article is part of the Maintainable MVC Series. As mentioned in the previous post all views are strongly typed and every view has it’s own View Model. Although this results in quite a lot of classes the upside is maintainability in that it’s very straightforward. Every bit of data displayed in the view has a corresponding property in the View Model. As soon as it’s no longer needed in the view we remove the property as well. Of course, it sounds like it’s in opposition with the DRY principle (Don’... (more)
category: Web Dev | clicked: 9 | 2 comments | | source: blog.jorritsalverda.nl
tags: ASP.NET MVC
7
Shouts

Maintainable MVC Series: View hierarchy | blog.jorrit salverda.nl

published 1199 days, 12 hours, 12 minutes ago posted by ali62bali62b 1201 days, 8 hours, 58 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 3:41:34 PM GMT
This article is part of the Maintainable MVC Series. The view system of ASP.NET MVC knows the followings types of views:Master viewsPage viewsPartial views The regular page view contains the specific html and presentation of data for each rendered page. For html shared by multiple pages – like navigation, header and footer – every page has a master page. Both of these types can include partial views for small parts, that can be reused from multiple views. For example page navigation for display of re... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.jorritsalverda.nl
tags: ASP.NET MVC
7
Shouts

Maintainable MVC Series: Introduction | blog.jorrit salverda.nl

published 1199 days, 12 hours, 12 minutes ago posted by ali62bali62b 1201 days, 9 hours, 41 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Saturday, March 06, 2010 2:58:47 PM GMT
I’m going to do a series on how I’ve set up a number of ASP.NET MVC projects for customers with very high-traffic sites and continuously changing functional requirements. In these projects the design evolved to the one that I’m going to describe in detail. The following subjects will be handled in oncoming blogs:Inversion of Control container: StructureMapView hierarchyView Model and Form ModelPoor man’s RenderActionPost-Redirect-Get patternBindingRoutingProvidersAttributesHandling sessionsPassing error... (more)
category: Architecture | clicked: 0 | comment | | source: blog.jorritsalverda.nl
tags: ASP.NET MVC
8
Shouts

No Intellisense with VS 2010 RC (and how to fix it) - ScottGu's Blog

published 1206 days, 12 hours, 1 minute ago posted by ali62bali62b 1208 days, 16 hours, 36 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Saturday, February 27, 2010 8:04:08 AM GMT
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] Patrick recently posted about something he found odd when installing the VS 2010 RC – which was that code intellisense for C# wasn’t working.  When he pulled up Tools->Options and checked under the Text Editor->C# settings he noticed that the reason Intellisense wasn’t working was because his profile had them turned off – and he couldn’t understand why it was configured to be of... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Visual Studio 2010 RC, ASP.NET
3
Shouts

ASP.NET 4 Search Engine Optimization ( SEO ) Features - David Hayden

posted by ali62bali62b 1214 days, 17 hours, 33 minutes ago
Sunday, February 21, 2010 7:07:08 AM GMT
ASP.NET 4 has a few features that help with Search Engine Optimization ( SEO ) and dealing with search engines in general. The two features I am thinking about are:Page.MetaKeywords and Page.MetaDescriptionResponse.RedirectPermanent Although these seo features are not revolutionary they certainly do help make things easier. The ability of Page.MetaKeywords and Page.MetaDescription to help populate your websites with keywords and description used by search engines is a convenient feature. The ability to ... (more)
category: Web Dev | clicked: 0 | comment | | source: www.davidhayden.me
tags: SEO, ASP.NET 4
8
Shouts

ASP.NET MVC 2 RC 2 & VS 2010 RC « MVC#

published 1217 days, 10 hours, 34 minutes ago posted by ali62bali62b 1218 days, 12 hours, 39 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Wednesday, February 17, 2010 12:00:44 PM GMT
Abstract: Visual Studio 2010 RC comes with MVC 2 RC 1 but if you had VS 2008 with MVC.NET 2 RC 2 installed ,as Phil Haack mentioned in his blog post, when you install VS 2010 RC you have using RC 2 version of MVC.NET automatically but without new item and project templates. In this post I’m going to show how you can manually use the latest version of templates which comes with RC 2 release of MVC.NET. I assumed you had installed VS 2008 with MVC.NET 2 RC 2 and then installed VS 2010 RC now want to upda... (more)
category: Web Dev | clicked: 2 | comment | | source: mvcsharp.wordpress.com
tags: ASP.NET MVC, Visual Studio 10, ASP.NET MVC 2, Visual Studio, Visual Studio 2010 RC2
9
Shouts

Building a Data Grid in ASP.NET MVC « MVC#

published 1221 days, 13 hours, 18 minutes ago posted by ali62bali62b 1224 days, 5 hours, 45 minutes ago
Sunday, February 14, 2010 11:22:25 AM GMT Thursday, February 11, 2010 6:55:02 PM GMT
Abstract: . In this post I’m going to show how you can build a Data Grid in ASP.NET MVC which has the sorting and paging features while you have enough control over the generated HTML  and more important you do this in a testable manner. And also you have bookmarking feature which is useful when user likes to share a specific page of the sorted data just by copying and pasting the URL from browser’s address bar. We avoid using JavaScript for this so the users which often disable JavaScript  in their brow... (more)
category: Web Dev | clicked: 3 | comment | | source: mvcsharp.wordpress.com
tags: ASP.NET MVC, data grid
8
Shouts

Life as a Microsoft Engineer : Quick Tips About ASP.NET MVC – Editor Templates

published 1225 days, 14 hours, 10 minutes ago posted by ali62bali62b 1226 days, 19 hours, 23 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 5:16:30 AM GMT
Quick Tips About ASP.NET MVC – Editor Templates In the last quick tip, I showed off how you can use the UIHint data annotation to specify a custom template for rendering of a particular field. An important part of that mechanism is the DisplayFor strongly-typed html helper that was introduced in ASP.NET MVC 2. As mentioned before, we can also use the EditorFor html helper to format the rendering of a field in an Edit view. In this example, we will use the model we created in the last tip: publicclassA... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC
6
Shouts

Life as a Microsoft Engineer : Quick Tips About ASP.NET MVC – UI Helpers and Templates

published 1226 days, 8 hours, 56 minutes ago posted by ali62bali62b 1226 days, 19 hours, 24 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 5:15:37 AM GMT
Quick Tips About ASP.NET MVC – UI Helpers and Templates One very interesting addition to MVC 2 is the power to assign templates to fields in your classes and make the rendering suit your needs. The advantage is that, if you need to display the same field in several views, you can benefit from a one-stop place where you can customize its display and have all views automatically updating based on it. Let’s take a look at this model that will be used to render my view: publicclassAuthor {     publicstr... (more)
category: Web Dev | clicked: 1 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC
7
Shouts

Life as a Microsoft Engineer : ASP.NET MVC Quick Tips – Can I change the templates?

published 1226 days, 8 hours, 56 minutes ago posted by ali62bali62b 1226 days, 19 hours, 25 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 5:15:05 AM GMT
ASP.NET MVC Quick Tips – Can I change the templates? So, you’re using ASP.NET MVC and having a blast (at least I hope you are). If you are anything like me (and most developers), your design skills are pretty much non-existent. That’s why there are designers working in most web applications. But anyway, if they keep complaining about the structure of the html you hand them, you can do something to ease their pain (and yours). For simplicity, let’s say they complaint about the views you generate using t... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC
6
Shouts

Life as a Microsoft Engineer : ASP.NET MVC Quick Tips – Pass data to your master page

published 1226 days, 8 hours, 56 minutes ago posted by ali62bali62b 1226 days, 19 hours, 25 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 5:14:31 AM GMT
ASP.NET MVC Quick Tips – Pass data to your master page While I was preparing another demo, I ran into an interesting problem that hadn’t occurred to me before. I was building a sample e-commerce site and thought it would be nice to always display the category list on the left hand side of every page. The first way I could think of was always passing that data in every action method, but that seemed to be a brute force approach that lack any sort of elegance (not to mention poor application design). So... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC
6
Shouts

Life as a Microsoft Engineer : ASP.NET MVC Quick Tips – How do I pass data to a view?

published 1226 days, 8 hours, 56 minutes ago posted by ali62bali62b 1226 days, 19 hours, 26 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 5:13:31 AM GMT
ASP.NET MVC Quick Tips – How do I pass data to a view? In the last “Quick Tip” we talked about the model and we pretty much reached the conclusion that it can be anything. After all, as long as the View that we pass the model to can interpret it and render it, it’s all good. In any case, there are two simple ways of passing data to a view: ·        ViewData dictionary ·        Passing it as a parameter on the controller’s action method Let’s look at both cases: Create a new ASP.NET MVC Application.... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC
7
Shouts

Life as a Microsoft Engineer : ASP.NET MVC Quick Tips – What should my Model be?

published 1226 days, 8 hours, 56 minutes ago posted by ali62bali62b 1226 days, 19 hours, 27 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 5:12:29 AM GMT
ASP.NET MVC Quick Tips – What should my Model be? This question is interesting, and it is actually a bunch of questions bunched up together. It took me a while to figure out why I was getting so many questions around this topic but I finally figured it out. Most of the sessions around MVC and even most of the samples you find online are built over an Entity Framework or a Linq to SQL model. My session demos also rely on Entity Framework as a quick and reliable way of getting around the nasty subject of... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC, model
6
Shouts

Ricka on MVC & Dynamic Data : MVC FAQ

published 1226 days, 8 hours, 56 minutes ago posted by ali62bali62b 1226 days, 19 hours, 31 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 5:09:17 AM GMT
MVC FAQ Please post corrections/submissions to the MVC Forum. Include MVC FAQ in the title. Post LINQ to SQL To SQL Questions here  Post Entity Framework Questions here Q: How do I get started with MVC?Walkthrough: Creating a Basic MVC Project with Unit Tests in Visual StudioWalkthrough: Using Templated Helpers to Display Data Includes a VB/C# sample. (Requires MVC 2) ASP.NET MVC 2 application in Visual Studio 2010How to: Validate Model Data Using DataAnnotations Attributes  (Shows how to use Entity F... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC, ASP.NET MVC 2
6
Shouts

Ricka on MVC & Dynamic Data : Using the BeginMethod/EndMethod pattern with MVC

published 1226 days, 8 hours, 56 minutes ago posted by ali62bali62b 1226 days, 19 hours, 32 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 5:07:48 AM GMT
Using the BeginMethod/EndMethod pattern with MVC If your asynchronous action method calls a service which exposes methods using the BeginMethod() / EndMethod() pattern , your callback will be executed on a thread which is not under the control of ASP.NET. Some consequences of this are that HttpContext.Current will be null, and there will be race conditions accessing members like AsyncManager.Parameters. To restore HttpContext.Current and eliminate the race condition, call AsyncManager.Sync() from wi... (more)
category: Web Dev | clicked: 3 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC, ASP.NET MVC 2
9
Shouts

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

published 1225 days, 14 hours, 10 minutes ago posted by ali62bali62b 1226 days, 19 hours, 35 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: Web Dev | clicked: 0 | comment | | source: tpeczek.blogspot.com
tags: ASP.NET MVC, Validation, jQuery
6
Shouts

MVC 2 Editor Template with DateTime

published 1226 days, 8 hours, 56 minutes ago posted by ali62bali62b 1226 days, 19 hours, 39 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 5:00:34 AM GMT
One of the cool new features of MVC 2 is the ability to automatically pick an editor template based on the meta data of each property. This meta data can be as simple as the data type of the property itself.  Take an example where we have a Contact object that has a DateTime? property for DateOfBirth. 1: publicpartialclass Contact 2: { 3: [DisplayName("First Name")] 4: publicstring FirstName { get; set; } 5: 6: [DisplayName("Last Name")] 7: publicstring LastName { get; set; ... (more)
category: Web Dev | clicked: 1 | comment | | source: geekswithblogs.net
tags: ASP.NET MVC, ASP.NET MVC 2
Previous 1 2 3 4 5 Next