Jemm
Name: Jemm
Score: 451.42
Last Seen: 674 days, 3 hours, 22 minutes ago
Member Since: 31 May, 2010
DotNetShoutout
atom rss
4
Shouts

ASP.NET 4.0 Routing

published 674 days, 3 hours, 11 minutes ago posted by dotnetfundadotnetfunda 678 days, 9 hours, 1 minute ago
Friday, July 15, 2011 11:05:20 AM GMT Monday, July 11, 2011 5:15:20 AM GMT
In this article, i have tried to explain the ASP.NET 4.0 Routing, with few examples. (more)
category: Web Dev | clicked: 30 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
12
Shouts

SQL SERVER – Database Worst Practices – New Town and New Job and New Disasters « Journey to SQLAuthority

published 674 days, 3 hours, 11 minutes ago posted by pinaldavepinaldave 677 days, 1 hour, 4 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Tuesday, July 12, 2011 1:11:59 PM GMT
Instead of writing best practices, I am going to write about few of the worst practices which I have quite often seen in the real world. Some of them are really bad that I often wonder how those who still use them were able to continue on the job so far. Let us go over few of the worst practices I have observed in the industry. (more)
category: Data | clicked: 118 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
4
Shouts

ASP.NET MVC 3 Internationalization

published 853 days, 4 hours, 24 minutes ago posted by JemmJemm 854 days, 5 hours, 19 minutes ago
Monday, January 17, 2011 9:51:42 AM GMT Sunday, January 16, 2011 8:57:34 AM GMT
If your website targets users from different parts of the world, these users might like to see your website content in their own language. Creating a multilingual website is not an easy task, but it will certainly allow your site to reach more audience. Fortunately, the .NET Framework already has components that support different languages and cultures. (more)
category: Web Dev | clicked: 9 | comment | | source: afana.me
tags: asp.net mvc 3.0, Localization, Globalization
7
Shouts

A repository at the Linq epoch (Part III): Expression Trees Oleg Smirnov

published 871 days, 15 hours, 21 minutes ago posted by slo2olsslo2ols 872 days, 7 hours, 57 minutes ago
Wednesday, December 29, 2010 10:54:37 PM GMT Wednesday, December 29, 2010 6:19:08 AM GMT
We have already seen how Linq significantly simplified the creation of repositories, and began to consider IQueryable. (more)
category: Architecture | clicked: 1 | comment | | source: osmirnov.net
tags: Repository, .NET, NHibernate, IEnumerable, IQueryable, Linq, ORM
10
Shouts

Output caching with ASP.NET MVC Razor

published 871 days, 15 hours, 21 minutes ago posted by dharadhara 872 days, 8 hours, 27 minutes ago
Wednesday, December 29, 2010 10:54:37 PM GMT Wednesday, December 29, 2010 5:49:31 AM GMT
Caching data greatly increase the website performance as its not going to do server round trip. I have already mentioned how you can use Output caching in web forms in earlier blog post here . Let’s see how we can do same thing with asp.net mvc... (more)
category: Web Dev | clicked: 1 | comment | | source: beyondrelational.com
tags: ASP.NET MVC, .NET, C#, ASP.NET
8
Shouts

MSDN Magazine: Windows Phone 7 Apps - Build Data-Driven Apps with Windows Azure and Windows Phone 7

published 893 days, 21 hours, 11 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 896 days, 15 hours, 38 minutes ago
Tuesday, December 07, 2010 5:04:41 PM GMT Saturday, December 04, 2010 10:38:11 PM GMT
The performance of data-driven Windows Phone 7 apps relies on both good UI coding practices and snappy access to data. We’ll cover some important design considerations for using Windows Azure effectively with Windows Phone apps. (more)
category: Metro | clicked: 1 | comment | | source: msdn.microsoft.com
tags: WindowsPhone7, WindowsPhone, Windows Phone 7, WP7, wp7dev, MSDN, Windows Phone, MVVM, MSDN Magazine, Azure
4
Shouts

Windows Azure Table Storage Part 1 « Composite Code

published 911 days, 11 hours, 48 minutes ago posted by http://compositecode.com/http://compositecode.com/ 911 days, 22 hours, 30 minutes ago
Saturday, November 20, 2010 2:28:02 AM GMT Friday, November 19, 2010 3:45:59 PM GMT
This is the first part of a two part series on building a basic working web app using ASP.NET MVC to create, update, delete, and access views of the data in a Windows Azure Table Storage Service.  The second part will be published this next Monda... (more)
category: Web Dev | clicked: 6 | comment | | source: compositecode.com
tags: ASP.NET MVC, Windows Azure, cloud applications, Windows Azure Storage, Cloud Patterns
5
Shouts

ClientUI Sample: MVVM for WPF & Silverlight

published 905 days, 11 hours, 47 minutes ago posted by jemmyjemmy 907 days, 7 hours, 34 minutes ago
Friday, November 26, 2010 2:29:08 AM GMT Wednesday, November 24, 2010 6:41:45 AM GMT
The Intersoft “ClientUI Sample” was the inspiration. It’s a lovely demo of a Forms-Over-Data application – a “Contact Editor” built with Intersoft controls. The UI presents two views: one lists all Contacts; the second is an overlay dialog for editing the currently selected contact and address. Read more about this interesting topic. (more)
category: Metro | clicked: 2 | comment | | source: neverindoubtnet.blogspot.com
tags: Silverlight, intersoft, DevForce, WPF, MVVM
5
Shouts

7 Freely available E-Books/Guides I found essential for .NET Programmers and Architects

published 905 days, 11 hours, 47 minutes ago posted by stefanoricstefanoric 908 days, 23 hours, 47 minutes ago
Friday, November 26, 2010 2:29:08 AM GMT Monday, November 22, 2010 2:29:06 PM GMT
Free ebooks for .NET developers. (more)
category: How To | clicked: 1 | comment | | source: amazedsaint.blogspot.com
10
Shouts

Embedding pre-compiled Razor views in your dll | Chris van de Steeg

published 899 days, 20 hours, 38 minutes ago posted by http://www.chrisvandesteeg.nl/http://www.chrisvandesteeg.nl/ 908 days, 16 hours, 42 minutes ago
Wednesday, December 01, 2010 5:37:54 PM GMT Monday, November 22, 2010 9:33:45 PM GMT
Inspired by David Ebbo’s blog post ‘Turn your Razor helpers into reusable libraries’ I wanted to be able to embed compiled Razor views in a dll. This would allow for easy distribution of asp.net mvc ‘modules’ that have their default views embedded, but allowing you to place files in your ‘views’ folder to override those default views (more)
category: Web Dev | clicked: 5 | comment | | source: goo.gl
tags: MVC 3, Razor, ASP.NET
4
Shouts

SQL Paging in SQL Server 2011 using SQL ORDER BY OFFSET and FETCH NEXT

published 905 days, 11 hours, 47 minutes ago posted by eralpereralper 907 days, 7 hours, 55 minutes ago
Friday, November 26, 2010 2:29:08 AM GMT Wednesday, November 24, 2010 6:21:16 AM GMT
One of the major SQL Server 2011 features related with t-sql programming enhancements is the SQL paging using ORDER BY OFFSET n ROWS and FETCH NEXT n ROWS ONLY syntax. In this sql tutorial, while showing one of the new t-sql features in SQL Server 2011 Denali, I will use the sample SQL database AdventureWorks download from CodePlex (more)
category: Data | clicked: 0 | 2 comments | | source: www.kodyaz.com
tags: Paging, SQL, T-SQL, denali, SQL Server 2011
3
Shouts

AOP in C#? Over Anders Hejlsberg’s Dead Body!

published 914 days, 12 hours, 27 minutes ago posted by lordlord 916 days, 2 hours, 16 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Monday, November 15, 2010 11:59:38 AM GMT
Gael Fraiteur respectfully demystifies the untruths spread by Anders Hejlsberg during PDC 10 about aspect-oriented programming . (more)
category: Architecture | clicked: 5 | comment | | source: www.sharpcrafters.com
tags: C#, AOP
3
Shouts

SEQUENCE - Feature in Denali

published 914 days, 12 hours, 27 minutes ago posted by sqlarticlessqlarticles 916 days, 10 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Monday, November 15, 2010 2:05:56 PM GMT
Another long-waited feature “SEQUENCE” is included in the latest version of SQL server code named DENALI. Sequence is now an object in each database and is similar to IDENTITY in functionality. Sequence is an object that has start value, increment value and end value defined in them and this sequence can be added to a column whenever required rather than defining... (more)
category: Data | clicked: 0 | comment | | source: sql-articles.com
tags: sequence, denali, sqlarticles
4
Shouts

MVC 3 Beta – First Impressions - IBloggable - implemented

published 914 days, 12 hours, 27 minutes ago posted by iftekharahmedamitiftekharahmedamit 915 days, 14 hours, 20 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Monday, November 15, 2010 11:56:18 PM GMT
I’m sure most of you have read ScottGu’s announcement about MVC 3 going Beta. I was able to play with the bits and here are my thoughts about this release. One of the first things I noticed was that the Razor view engine (which was initially named as CshtmlViewEngine) has been renamed as RazorViewEngine. This is a good thing now that Razor supports not just the C#, but also VB.net. Plus RazorViewEngine makes lot more sense than CshtmlViewEngine (IMHO, even in the earlier version when only CS was support... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
5
Shouts

Expressions and Lambdas: Oh My! | Adventures in HttpContext

published 914 days, 12 hours, 27 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawk49Py_XJbm7y9rwOTlWTv4kEpMlEyv2awhttps://www.google.com/accounts/o8/id?id=AItOawk49Py_XJbm7y9rwOTlWTv4kEpMlEyv2aw 916 days, 10 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Monday, November 15, 2010 2:06:19 PM GMT
A conceptual overview on the differences between Expressions in the System.Linq.Expression namespace and the Lambdas which define them. A good primer on how you can these new components to build better APIs (more)
category: Architecture | clicked: 0 | comment | | source: www.michaelhamrah.com
5
Shouts

Creating a ASP.NET MVC HTML Helper for Silverlight

published 914 days, 12 hours, 27 minutes ago posted by bartczernickibartczernicki 914 days, 16 hours, 48 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Tuesday, November 16, 2010 9:28:17 PM GMT
This article covers how to create a custom ASP.NET MVC HTML Helper that will render the required HTML to host a Silverlight application (XAP file). Some knowledge of ASP.NET MVC is required. Source code is included below. (more)
category: Metro | clicked: 0 | comment | | source: silverlighthack.com
tags: ASP.NET MVC, Silverlight, ASP.NET MVC 2
7
Shouts

How to dynamically scale your Windows Azure application in under 10 minutes

published 914 days, 12 hours, 27 minutes ago posted by papirovpapirov 916 days, 6 hours, 43 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Monday, November 15, 2010 7:33:32 AM GMT
Get your Windows Azure applications to automatically scale itself to demand (up or down) in roughly 5-10 minutes using AzureWatch (more)
category: Architecture | clicked: 0 | comment | | source: www.paraleap.com
tags: Azure Architecture, Azure Platform, Azure
7
Shouts

Experience ASP.NET MVC 3 Beta - the Unobtrusive jQuery-Based Ajax Support

published 917 days, 18 hours, 7 minutes ago posted by sonukapoorsonukapoor 920 days, 23 hours, 37 minutes ago
Saturday, November 13, 2010 8:08:52 PM GMT Wednesday, November 10, 2010 2:38:39 PM GMT
In this installment, I'll first tell you a short story about unobtrusive JavaScript. Then, we'll delve into the unobtrusive client-side validation support. Finally, we will research into a more interesting story - the unobtrusive jQuery-Based Ajax support. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET MVC 3, jQuery
8
Shouts

In the Box – MVVM Training Kit inside Visual Studio

published 917 days, 1 hour, 56 minutes ago posted by JemmJemm 919 days, 5 hours, 8 minutes ago
Sunday, November 14, 2010 12:20:02 PM GMT Friday, November 12, 2010 9:08:02 AM GMT
In the Box is a high quality, multi-media training that is consumed within Visual Studio 2010. Content is navigated and delivered using a next generation computer based training (CBT) experience, the Visual Studio 2010 Feature Extension. (more)
category: Architecture | clicked: 3 | comment | | source: karlshifflett.wordpress.com
tags: Silvelight, WPF, MVVM
7
Shouts

Announcing the ASP.NET MVC 3 Release Candidate - ScottGu's Blog

published 920 days, 22 hours, 35 minutes ago posted by JemmJemm 921 days, 18 hours, 52 minutes ago
Wednesday, November 10, 2010 3:41:01 PM GMT Tuesday, November 09, 2010 7:24:18 PM GMT
This morning the ASP.NET team shipped the ASP.NET MVC 3 RC (release candidate). You can download it here. ASP.NET MVC 3 is a pretty sweet release, and adds a ton of new functionality and refinements.  It is also backwards compatible with ASP.NET MVC V1 and V2 – which makes it easy to upgrade existing apps (read the release notes for the exact steps to do so). (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP .NET, ScottGu
Previous 1 2 3 4 5 6 7 Next