DotNetShoutout - Latest published stories (page 446)
12
Shouts

Just released System.Web.Mvc.Extensibility Beta - Kazi Manzur Rashid

published 1213 days, 6 hours, 47 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1214 days, 12 hours, 7 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Monday, January 25, 2010 8:13:22 AM GMT
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... (more)
category: Architecture | clicked: 1 | comment | | source: weblogs.asp.net
tags: IoC/DI, ASPNETMVC, ioc container, IcoC
7
Shouts

ADO.NET team blog : Announcing the Entity Framework POCO Template update for Visual Studio 2010 Beta 2

published 1213 days, 6 hours, 47 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1213 days, 19 hours, 46 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Tuesday, January 26, 2010 12:34:19 AM GMT
Announcing the Entity Framework POCO Template update for Visual Studio 2010 Beta 2Published 25 January 10 11:55 AM | dpblogs  Today we are releasing an updated version of the POCO entity generation templates that work with Visual Studio 2010 Beta 2. You can download them immediately using the Extension Manager inside Visual Studio 2010 Beta 2 or from the Visual Studio Gallery page, here for the C# version and here for the Visual Basic version. Usage of the templates is described in the updated POCO ... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: EF4, POCO, entityframework
10
Shouts

Meta-Me : Creating a Data Service Provider – Part 6 – Query Interactions

published 1213 days, 6 hours, 47 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1213 days, 19 hours, 45 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Tuesday, January 26, 2010 12:35:41 AM GMT
Creating a Data Service Provider – Part 6 – Query Interactions Whenever I find myself implementing a series of interfaces to plug into a framework or server, I always find myself wondering how the server will call my implementations. For me this is about forming a mental model to simplify how I think about what I’m doing. In fact as I’ve been doing this DSP series I’ve come up with a sort of mental model for how Queries are handled in a Data Service. Here is some PSEUDO CODE that captures my mental... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: Data Services, Astoria, DataServices
10
Shouts

Behaviors, Triggers and Actions in Silverlight And WPF Made Simple – Part 2 – Triggers

published 1213 days, 6 hours, 47 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1213 days, 15 hours, 13 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Tuesday, January 26, 2010 5:07:55 AM GMT
Triggers and Actions – Scratching the Surface A Trigger can invoke a set of Actions, when it is fired. For example, you can nest few actions (like PropertyChangeAction to change a property of an element) in an EventTrigger, so that those actions will get executed when a specific Event occurs. You can attach more than one trigger to an element. If you have some WPF background, you may quickly remember the DataTriggers, MultiDataTriggers etc. There are various Triggers and Actions that comes ‘out of the b... (more)
category: Metro | clicked: 1 | 2 comments | | source: amazedsaint.blogspot.com
tags: Silverlight Expression Blend
8
Shouts

Silverlight 4 Desktop Drag and Drop + Silver Sky

published 1213 days, 6 hours, 47 minutes ago posted by KMilKMil 1214 days, 6 hours, 17 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Monday, January 25, 2010 2:03:12 PM GMT
In this article Braulio Diez covers the basics of this functionality, digs into a more complex sample, and gives you guidance on some common drag and drop scenarios. (more)
category: Metro | clicked: 1 | comment | | source: www.silverlightshow.net
9
Shouts

Configuration & Decoupled Modules - Jesse Liberty

published 1214 days, 8 hours, 9 minutes ago posted by jantujantu 1215 days, 9 hours, 18 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 11:02:49 AM GMT
Two architectural demands for the Silverlight HVP, which are common to many larger applications, came together this week and crystallized into a design that looks to solve a couple other, unanticipated requirements.   Specifically, we knew that (1) we wanted to have configuration files and that (2) we wanted each module to be created independently of all the other modules. After some discussion, thrashing, input from some great folks at CodeMash, and further review,... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, MEF, HyperVideoProject, Related-Skills, Videos, Design Patterns
11
Shouts

Brad Wilson: Input Validation vs. Model Validation in ASP.NET MVC

published 1214 days, 8 hours, 9 minutes ago posted by ali62bali62b 1215 days, 13 hours, 36 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 6:44:34 AM GMT
After extensive discussion among the team, we've decided to make a last-minute change to ASP.NET MVC 2 in regards to way that validation is handled. The conversation was kick-started by my blog post about the Required attribute and what it does (and does not) mean. To understand what we did, let's start with where we were a couple days ago. (more)
category: Web Dev | clicked: 1 | comment | | source: bradwilson.typepad.com
tags: Validation, ASP.NET MVC 2
12
Shouts

The Angry .Net Developer: Agile Ado.Net Persistence Layer : Part 1 Design Overview

published 1214 days, 8 hours, 9 minutes ago posted by ali62bali62b 1215 days, 13 hours, 58 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 6:22:16 AM GMT
Last year I did a blog post series on how to design a High Performance DAL using Ado.Net.  Judging by the response I’ve gotten from that series, there must be a lot of developers out there who believe that even with the availability of LINQ, Entity Framework, and a host of other ORM technologies, Ado.Net is still your best option when designing a persistence layer.  BTW, I’m one of them. After that series I started digging into Entity Framework and LINQ, and I was impressed by how effortless those tech... (more)
category: Architecture | clicked: 0 | comment | | source: rlacovara.blogspot.com
tags: ADO.NET
16
Shouts

Innovation Showcase : ARCast.TV - An Overview of MVC4WPF - Part 3 of 3

published 1214 days, 8 hours, 9 minutes ago posted by bobfamiliarbobfamiliar 1215 days, 58 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 7:22:17 PM GMT
24 January 2010ARCast.TV - An Overview of MVC4WPF - Part 3 of 3 Brian H. Prince talks with Stephen Giffin and John Hannah about their new open source project called MVC4WPF. It is a new framework and guidance package that helps you quickly build enterprise WPF applications. They have seen a dramatic improvement in productivity, ability to leverage entry level developers, and a massive reduction in development costs. The framework helps your developers follow the right path and do the right thing. Pa... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Brian H. Prince, Practical Guidance, WPF, Open Source, Architecture, Architects, ARCast, MVC
8
Shouts

Table Per Hierarchy Inheritance in Entity Framework - Gil Fink on .Net

published 1214 days, 8 hours, 9 minutes ago posted by gilfgilf 1215 days, 12 hours, 4 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 8:17:03 AM GMT
In the second inheritance mappings tutorials I’m going to write about the Table Per Hierarchy (TPH) inheritance mapping. If you want to read about the first mapping I showed go to the Table Per Type post from here. (more)
category: How To | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, Inheritance
7
Shouts

Trips&Ticks: How to implement GroupName for RadioButton in WPF DataGrid's column?

published 1214 days, 8 hours, 9 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 1215 days, 11 hours, 6 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 9:14:37 AM GMT
Download source files - here It is very easy. We should use DataGridTemplateColumn for this. My acquaintance requested to me show it. I added source code where implemented this. Some notes: (more)
category: How To | clicked: 4 | comment | | source: rredcat.blogspot.com
tags: WPF DataGrid, DataGrid, WPFToolKit, WPF
9
Shouts

Get Url from sitemap.xml using Linq2Xml

published 1214 days, 8 hours, 9 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 1215 days, 13 hours, 29 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 6:51:53 AM GMT
Problem You want to get url link from sitemap.xml file. Solution: After downloading sitemap.xml string from internet by using WebClient, you can easy get url link form it by using Linq2Xml. Here is the snippets code both C# and VB.NET For demo purpose I use Console application. C# using System; using System.Linq; using System.Net; using System.Xml.Linq;   namespace CS {     classProgram     {         staticvoid Main(string[] args)         {             WebClient client = ne... (more)
category: Smart Client | clicked: 0 | comment | | source: code2code.info
tags: linq2xml
11
Shouts

A basic proxy for intercepting method calls (Part –2) - Mehfuz's WebLog

published 1214 days, 8 hours, 9 minutes ago posted by http://mehfuzh.myopenid.com/http://mehfuzh.myopenid.com/ 1216 days, 12 hours, 12 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Saturday, January 23, 2010 8:08:53 AM GMT
Saturday, January 23, 2010 2:04 PM mehfuzh A basic proxy for intercepting method calls (Part –2) In my previous post , i introduced a basic proxy that intercepts methods. But what is missing in the proxy is that it does not consider method arguments and can not handle return types. In this post, i will enhance the proxy to support exactly those. First of all, i modified the IIntercept.Intercept() to accept IInvocaiton interface. The interface is pretty si... (more)
category: Agile | clicked: 1 | comment | | source: weblogs.asp.net
tags: C#, MSIL
9
Shouts

Show images in Silverlight by reading images from SharePoint library

published 1214 days, 8 hours, 9 minutes ago posted by PraveenPraveen 1216 days, 23 hours, 32 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Friday, January 22, 2010 8:48:26 PM GMT
Hi, Silverlight works on client side, so it's not possible to add SharePoint libraries in Silverlight project. But we have a way that we can access SharePoint data and show it up in Silverlight in SharePoint site. We have a requirement where we need to pull data from the SharePoint libraries and lists and show the data in Silverlight. Here i will explain a scenario where we can pull the images from image library and show it in Silverlight. Follow the steps below to do this. Get data from ShareP... (more)
category: Metro | clicked: 0 | comment | | source: praveenbattula.blogspot.com
tags: Silverlight, XML, XSLT, Sharepoint
8
Shouts

Code Tech Blog: Custom Paging And Jump to a Page Using LINQ (SEO Friendly Custom Paging)

published 1214 days, 8 hours, 9 minutes ago posted by hunterz85hunterz85 1217 days, 1 hour, 41 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Friday, January 22, 2010 6:39:28 PM GMT
The main disadvantage of the custom paging in my previous article is, the pager links are not simply a hyper link to a page. Instead, they are associated with javascript which makes a postback to bind the current page records and thus making it not search engine friendly. A link is search engine friendly if it has a target page associated with it through href property. Search engines will automatically reach the target page and will index those pages in this case. Moving forward, in this article we wil... (more)
category: Web Dev | clicked: 4 | comment | | source: codetechblg.blogspot.com
tags: Custom Paging, GridView, SEO Paging, Linq, Linq Data Source, ASP.NET
9
Shouts

IIS Application Warm-Up Module

published 1214 days, 8 hours, 9 minutes ago posted by gpeipmangpeipman 1216 days, 23 hours, 14 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Friday, January 22, 2010 9:06:44 PM GMT
During one of my sessions I demonstrated how to use IIS Application Warm-Up Module. Some applications need to perform initialization tasks before taking requests from users. Application warm-up module is very good tool for this because it does not depend on script language or any other aspect of web application. In this posting I will show you how to use application warm-up module with simple PHP script. (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: PHP, IIS
9
Shouts

A Tale of Two Principle Violations

published 1214 days, 8 hours, 9 minutes ago posted by KodefuGuruKodefuGuru 1214 days, 15 hours, 18 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Monday, January 25, 2010 5:02:32 AM GMT
When I decided to write the With statement in Fluent.NET, I never imagined that I would encounter a common bug and school myself in principles that I happen to present on. But that is what occurred, and I want to share it so others can avoid the same mistakes I made. With is a Fluent version of Add, only it returns the object or interface it is acting upon rather than void. This allows you to chain methods together in a fluid manner. Instead of calling strings.Add(“Hello”); strings.Add(“World”);, you ca... (more)
category: Agile | clicked: 0 | comment | | source: www.kodefuguru.com
tags: Liskov, Fluent.NET, Fluent Interface
10
Shouts

The Angry .Net Developer: Agile Ado.Net Persistence Layer : Part 2 Use DTOs (Data Transfer Objects)

published 1214 days, 8 hours, 9 minutes ago posted by ali62bali62b 1215 days, 13 hours, 59 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 6:21:43 AM GMT
What container are we going to use to pass data between the layers of our application?  The usual answers I hear are either DataTables/DataSets or full business objects.  I don’t like any of these options. DataSets and DataTables come with significant overhead and they don’t contain strongly typed data.  Business objects do contain strongly typed data, but they typically contain a lot of extra business logic that I don’t need, and they may even contain persistence logic.  I don’t want any of that.  I wan... (more)
category: Architecture | clicked: 0 | comment | | source: rlacovara.blogspot.com
tags: ADO.NET Data Services
7
Shouts

Build a Front End of an E-commerce System Using ASP.NET MVC Framework Part 1

published 1214 days, 8 hours, 9 minutes ago posted by ali62bali62b 1215 days, 14 hours, 16 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 6:04:15 AM GMT
Contents [hide]1 Introduction 2 System Design 2.1 Requirement Analysis 3 Functionality Design 4 Architecture Design 5 Database Design 5.1 Database Requirements Analysis 5.2 Tables Design 5.3 Stored Procedures 6 Summary Build a Front End of an E-commerce System Using ASP.NET MVC Framework SeriesPart 1 Build a Front End of an E-commerce System Using ASP.NET MVC Framework Part 1Part 2 Build a Front End of an E-commerce System Using ASP.NET MVC Framework Part 2 Introduction With the rapid de... (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET MVC, projects
8
Shouts

Build a Front End of an E-commerce System Using ASP.NET MVC Framework Part 2

published 1214 days, 8 hours, 9 minutes ago posted by ali62bali62b 1215 days, 14 hours, 16 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 6:04:54 AM GMT
Contents [hide]1 Model Design 1.1 Creating the Data Model Using LINQ to SQL 1.2 Designing a Helper Class 2 Controller Design 2.1 The Controller HomeController 2.2 The Controller UserCenterController 3 View Design 3.1 The Index.aspx View 3.2 The Search.aspx View 3.3 The BookList.aspx View 3.4 The BookDetails.aspx View 3.5 The Shopping Cart Related Views 3.6 The Order Inquiry Related Views 4 Summary Build a Front End of an E-commerce System Using ASP.NET MVC Framework SeriesPart 1 Build a Fro... (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET MVC, projects