DotNetShoutout - Latest published stories (page 447)
9
Shouts

StackOverflow - Podcast #80

published 1213 days, 4 hours, 4 minutes ago posted by mithumithu 1216 days, 7 hours, 11 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Thursday, January 21, 2010 8:37:25 AM GMT
In this episode of the Stack Overflow podcast, Joel and Jeff discuss GitHub, the value of formal code documentation, and how to decide what features belong in the next version of your software. We’ve had some difficulty adapting to GitHub, where the reverse engineering of the Javascript Markdown (WMD) editor was performed. It regularly confuses everyone that encounters it, and that’s frustrating from a support perspective. For example, why does the MangOS project on GitHub have 854 branches? How is tha... (more)
category: Podcast | clicked: 0 | comment | | source: blog.stackoverflow.com
tags: C#, stackoverflow, JavaScript, GitHub
8
Shouts

Castle Windsor enabling XML configuration files in Silverlight at Primordial Code

published 1213 days, 4 hours, 4 minutes ago posted by jantujantu 1215 days, 2 hours, 55 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Friday, January 22, 2010 12:53:43 PM GMT
When a version of Castle Windsor able to run in Silverlight was released I started to play with it, basically because I have a lot of code that use it inside my line of business infrastructure framework. I’m working on a WPF/Silverlight solution and I’ve developed a framework that work in both the environments.One of the biggest thing I miss in every ‘Silverlight-enables’ IoC system I tried is the ability to read and parse XML configuration files.The current release does not allow Silverlight to pars... (more)
category: Metro | clicked: 0 | comment | | source: www.primordialcode.com
tags: Silverlight, XML, Configuration, file, Castle Windsor
10
Shouts

Agile ADO.Net Persistence Layer: Part 3 Service Class Data Access Methods

published 1213 days, 4 hours, 4 minutes ago posted by http://rlacovara.blogspot.com/http://rlacovara.blogspot.com/ 1217 days, 22 hours, 31 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Tuesday, January 19, 2010 5:17:20 PM GMT
When I say data access methods, I’m talking about the methods my UI is going to call whenever it needs to get data.  When my Posts controller needs a list of BlogPosts to display, it’s going to call a BAL method like GetAllBlogPosts() or GetAllBlogPostsForCategory().  Last time I mentioned (over and over) that I like to keep things simple.  When I need to get or save data, I don’t want to have to search through 3 different classes just to find the one with the method I need.  Instead, I’m putting all my ... (more)
category: Architecture | clicked: 1 | comment | | source: rlacovara.blogspot.com
tags: ADO.NET, DTO, POCO
10
Shouts

Youssef Moussaoui's WCF blog : How to Change .NET Configuration Files at Runtime (including for WCF)

published 1213 days, 4 hours, 4 minutes ago posted by silverymssilveryms 1215 days, 14 hours, 2 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Friday, January 22, 2010 1:46:48 AM GMT
How to Change .NET Configuration Files at Runtime (including for WCF) One of the most common issues people run into with WCF configuration, and .NET applications in general, is that configuration files appear to be fixed. You only have one configuration file for an executable, and you can’t use different configuration files as your exe.config while the application is running. Of course, you can always shut down the application, change the configuration, and then restart it with the new configuration fil... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: Configuration, WCF
7
Shouts

Web access to Team Foundation Server.

published 1213 days, 4 hours, 4 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 1215 days, 20 hours, 56 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Thursday, January 21, 2010 6:52:51 PM GMT
I have been starting to work with Team Foundation Server as source control and bag tracking system for 2 month. In this time we migrated from one TFS to another. So sometime we needed access to both these servers (one as bug track, another as source control). I said to my manager about web access tool for TFS he heard it already that this tool is very cool but expensive. It isn't truth. (more)
category: How To | clicked: 0 | comment | | source: rredcat.blogspot.com
9
Shouts

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

published 1213 days, 4 hours, 4 minutes ago posted by gilfgilf 1215 days, 6 hours, 15 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Friday, January 22, 2010 9:33:32 AM GMT
The first inheritance mapping I’m going to show is called Table Per Type or TPT. Before I start with the example lets define what is TPT. (more)
category: How To | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, Inheritance, Mapping, TPT
5
Shouts

MsHelp » Screencast: Visual Studio 2010 – New debugging experience

published 1213 days, 4 hours, 4 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1214 days, 5 hours, 25 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Saturday, January 23, 2010 10:23:25 AM GMT
Screencast: Visual Studio 2010 – New debugging experience Posted by Sven on January 23rd 2010 to Collaboration, Debugging, Visual Studio 2010 In this screencast I will have a look at the new debugging features that are introduced together with Microsoft Visual Studio 2010. Questions that will be answered in this video are: What is collaborative debugging? What’s new when it comes to breakpoints? What are datatips and how can they help me while I’m debugging? what is IntelliTrace, pre... (more)
category: Screencast | clicked: 0 | 1 comment | | source: mshelp.be
tags: Collaboration, Debugging, Visual Studio 2010, Team
4
Shouts

MsHelp » Disabling ReSharper 5.0

published 1213 days, 4 hours, 4 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1213 days, 16 hours, 36 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Saturday, January 23, 2010 11:12:24 PM GMT
Disabling ReSharper 5.0 Posted by Sven on January 24th 2010 to ReSharper, Visual Studio 2010 I am really a big fan of ReSharper! With Visual Studio 2010 I had to upgrade to version 5.0, which is currently in beta. Haven’t played with all the new features but this will come. I’m sure. Anyway.. I was looking at some new functionalities Visual Studio 2010 had to offer. Wanted to try out the new native Generate code based on usage. The problem however, well problem, is that ReSharper alr... (more)
category: How To | clicked: 0 | comment | | source: mshelp.be
tags: Visual Studio 2010, ReSharper
8
Shouts

HerdingCode - Episode 69: Scott Bellware on HTML Specialists

published 1213 days, 4 hours, 4 minutes ago posted by mithumithu 1215 days, 2 hours, 23 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Friday, January 22, 2010 1:25:53 PM GMT
This week on Herding Code, Scott Bellware returns to talk about . Scott talks about the frustrations in working with “HTML Specialists” Scott discusses the team issues caused by specialists in a software team who aren’t in touch with the entire product development cycle The problem with handoffs: loss of workability Eventually, things turn to the technology issue involved in working with HTML and CSS Are HTML tables necessarily evil Scott and Scott K discuss whether CSS purity is a premature optimizat... (more)
category: Podcast | clicked: 0 | comment | | source: herdingcode.com
tags: HerdingCode, CSS, HTML
9
Shouts

Modal dialogs with MVVM and Silverlight 4

published 1213 days, 4 hours, 4 minutes ago posted by http://roboblob.myopenid.com/http://roboblob.myopenid.com/ 1216 days, 23 hours, 47 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Wednesday, January 20, 2010 4:01:51 PM GMT
In the previous post we covered how to show Views and how to wire them up with their ViewModels while preserving ability to correctly see their preview in Visual Studio and Blend design mode. In this post i would like to tackle another problem that is very common in MVVM and yet very rarely done correctly. I will try to provide simple and platform agnostic way of showing Modal Dialogs in MVVM manner... (more)
category: Metro | clicked: 5 | comment | | source: blog.roboblob.com
tags: .NET, Silverlight, C#, Silverlight 3, Silverlight 4, MVVM
12
Shouts

Constructor over-injection anti-pattern : Jeffrey Palermo (.com)

published 1214 days, 4 hours, 32 minutes ago posted by ali62bali62b 1216 days, 23 hours, 23 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Wednesday, January 20, 2010 4:25:12 PM GMT
I’m interested in structure.  We hear lots of talk about convention over configuration.  I’m all for structure over convention (over configuration).  This post is about laying out some code that is an anti-pattern.  It uses 100% constructor injection.  This code makes it easy for a container to bootstrap the construction of the objects, but let’s take a look at why this specific scenario is an anti-pattern and what design would be better.Example I have an order processing application that gets 10 orders... (more)
category: Architecture | clicked: 0 | comment | | source: jeffreypalermo.com
10
Shouts

Deran Schilling, Learner: Diving a Little Deeper into AutoMapper Part 1

published 1214 days, 4 hours, 32 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1217 days, 8 hours, 2 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Wednesday, January 20, 2010 7:46:54 AM GMT
Everytime I use AutoMapper, I think this is such an awesome tool! I think it’s hilarious to go back and read my first post in April where it states, “Now automapper is one thing I'm not sure I'll benefit from yet.” and I go on to say, “I'm pretty confident that I will eventually slap myself in the face for posting this just because I'm sure it is an awesome tool that I will one day see as VERY cool, but right now...I don't”. Well, I’m slapping myself. (more)
category: Web Dev | clicked: 4 | comment | | source: derans.blogspot.com
tags: C#, AutoMapper
7
Shouts

DotNetRocks - Show #518 - My .NET Story

published 1214 days, 4 hours, 32 minutes ago posted by mithumithu 1215 days, 14 hours, 39 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Friday, January 22, 2010 1:09:21 AM GMT
Carl and Richard pick the winner for the My .NET Story contest held by Mirosoft. Contestants submitted their projects and were judged by a panel of experts. Includes short interviews with the finalists. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, .NET
8
Shouts

Using Repository Pattern with Entity Framework - Gil Fink on .Net

published 1214 days, 4 hours, 32 minutes ago posted by gilfgilf 1217 days, 4 hours, 8 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Wednesday, January 20, 2010 11:40:19 AM GMT
One of the tools for reaching for persistence ignorance is to build a facade between the data access layer and your business logic. Such facade will prevent the knowledge of how the data access is working and with which technology. That abstraction can be achieved by using the Repository Pattern. In the post I’ll show how you can use the Repository Pattern. (more)
category: Architecture | clicked: 2 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, Patterns, Architecture
10
Shouts

ASP.NET Support in ReSharper 5

published 1214 days, 4 hours, 32 minutes ago posted by ali62bali62b 1216 days, 22 hours, 24 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Wednesday, January 20, 2010 5:24:37 PM GMT
Although I mentioned briefly in the past some of the new features ASP.NET MVC features ReSharper 5 supports, I thought it would be a good idea to sum up the main ones in a single post and go into a little bit more detail on them.  ASP.NET ReSharper ‘s support for ASP.NET is not restricted only to MVC.In fact, most of the new features are for general ASP.NET, be it WebForms (also known as Traditional, Classic, For Historical Purposes Only?) or MVC.  Go to File Member As part of the code navigati... (more)
category: Web Dev | clicked: 0 | comment | | source: hadihariri.com
tags: ASP.NET MVC, ReSharper 5, ASP.NET
9
Shouts

Implementing a jQuery Modal Window in ASP.NET - Misfit Geek

published 1214 days, 4 hours, 32 minutes ago posted by jantujantu 1216 days, 1 hour, 58 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Thursday, January 21, 2010 1:50:29 PM GMT
I’ve recently had several questions about attempts to use the Ajax Control Toolkit’s Modal Dialog, or more accurately, to misuse it, as a window.It’s a “dialog” and therefore not well suited to being used for receiving data from the user.Controls like the Modal Dialog Extender Control are convenient when they do when we want them to do but when they don’t there is no reason not to “roll our own” functionality.In this case I’ve built a sample using jQuery to display a Semi-Modal Window to allow the ... (more)
category: Web Dev | clicked: 9 | comment | | source: misfitgeek.com
tags: msft, ASP .NET, jQuery
8
Shouts

Yahoo YUI Compressor vs. Microsoft AJAX Minifier vs. Google Closure Compiler - Nick Berardi's Coder Journal

published 1214 days, 4 hours, 32 minutes ago posted by http://www.managedfusion.com/http://www.managedfusion.com/ 1218 days, 1 hour, 58 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Tuesday, January 19, 2010 1:50:06 PM GMT
A little more than a year and half ago I created a MSBuild Task for the YUI Compressor that was very well received, and even highlighted on the YUI Compressor site.  At the time of writing that article YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production level use.  Since then a number of new competitors have been released by Google and Microsoft, and I wanted to see how they stacked up against the YUI Compressor.Setup For these tests I... (more)
category: Web Dev | clicked: 2 | comment | | source: www.coderjournal.com
10
Shouts

Refactor Switch to Dictionary

published 1214 days, 4 hours, 32 minutes ago posted by KodefuGuruKodefuGuru 1216 days, 19 hours, 56 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Wednesday, January 20, 2010 7:52:52 PM GMT
In my post on Z3, I created an extension method for proving an equation. This extension method used a switch statement to analyze a result and return a string. This is a bad practice: the mapping of one type to another is trapped in code. What if I wanted to move this mapping to a configuration file, a resource file, or a database? Even if I didn’t want to do that, I feel an imperative switch statement isn’t as readable as a declarative statement. Favor Declarative over Imperative. Below is the original ... (more)
category: Agile | clicked: 3 | comment | | source: www.kodefuguru.com
tags: Refactor, Refactoring, Declarative
7
Shouts

Asp.Net Hierarchical GridView

published 1215 days, 6 hours, 46 minutes ago posted by pons_saravananpons_saravanan 1217 days, 7 hours, 23 minutes ago
Friday, January 22, 2010 9:02:39 AM GMT Wednesday, January 20, 2010 8:25:16 AM GMT
Hierarchical GridView Using TemplateField I usually choose a TreeView for this kind of hierarchical data or I choose ASP.Net menu. But there are some situations you may need to have various controls on each node. If this is your case then the Asp.Net H... (more)
category: Web Dev | clicked: 2 | comment | | source: www.vbknowledgebase.com
6
Shouts

Programming Guide XL C/C++ Ebook Advanced Edition V8.0 for Linux

published 1215 days, 6 hours, 46 minutes ago posted by ebookmarkebookmark 1218 days, 2 hours, 49 minutes ago
Friday, January 22, 2010 9:02:39 AM GMT Tuesday, January 19, 2010 12:59:40 PM GMT
PDF Ebook : IBM XL C/C++ Advanced Edition V8.0 for Linux Programming Guide. Chapter 1. Using 32-bit and 64-bit modesAssigning long valuesAssigning constant values to long variablesBit-shifting long valuesAssigning pointersAligning aggregate dataCalling Fortran code (more)
category: Architecture | clicked: 0 | comment | | source: pdfoxy.com