AaABen
Name: AaABen
Score: 2,070.54
Last Seen: 975 days, 12 hours, 41 minutes ago
Member Since: 29 October, 2009
DotNetShoutout
atom rss
11
Shouts

10 Not So Well Known Keywords in C#

published 1288 days, 9 hours, 35 minutes ago posted by HatimRHatimR 1289 days, 20 hours, 58 minutes ago
Wednesday, December 09, 2009 5:41:50 PM GMT Tuesday, December 08, 2009 6:19:03 AM GMT
Ok before the flaming start let me state this. These are known to most hardcore programmers and not knowing them doesn’t make you less of a programmer either. That said these keywords can come in handy and allow for better code quality and readability. Enjoy! (more)
category: How To | clicked: 0 | comment | | source: hatim.indexdev.net
tags: C#, language, keywords
9
Shouts

WPF Touch Basics

published 1288 days, 9 hours, 35 minutes ago posted by ZORIGZORIG 1290 days, 7 hours, 24 minutes ago
Wednesday, December 09, 2009 5:41:50 PM GMT Monday, December 07, 2009 7:52:27 PM GMT
WPF Touch Basics In my previous posts, I briefly described the new WPF Touch feature. Was planning to get a more detailed post out but just couldnt get the time. Thankfully, Drake Campbell, one of our devs in Microsoft, sent me the following post on the basics of WPF Touch. Its a nice read.. So get started....WPF Touch BasicsThings to know before we start Understanding how RoutedEvents work might provide additional insight for this tutorial.  http://msdn.microsoft.com/magazine/cc785480. What is Touch... (more)
category: How To | clicked: 1 | 1 comment | | source: blogs.msdn.com
tags: .net 4, New WPF 4 features, WPF Touch
8
Shouts

How to find an element in c# Generic List

published 1286 days, 19 hours, 46 minutes ago posted by kcherupakcherupa 1288 days, 22 hours, 3 minutes ago
Friday, December 11, 2009 7:31:15 AM GMT Wednesday, December 09, 2009 5:13:43 AM GMT
The following sample code demonstrates you how to find a matching element in the object list. Let's say we have an object called Person with public properties PersonID, Name, Age, Gender as defined below. using System.Collections.Generic.List; public class Person { public int PersonID {get; set;} public string Name {get; set;} public int Age {get; set;} public bool Gender {get; set;} } class program { public static void Main(string[] args) { // Let's say we have a method de... (more)
category: Agile | clicked: 2 | comment | | source: cherupally.blogspot.com
tags: Generics, Find, C#, List, collection, Linq
10
Shouts

How to create a setup project to install windows services

published 1286 days, 19 hours, 46 minutes ago posted by kcherupakcherupa 1288 days, 21 hours, 52 minutes ago
Friday, December 11, 2009 7:31:15 AM GMT Wednesday, December 09, 2009 5:24:44 AM GMT
This post assumes that you have knowledge on windows services and how to create a windows service using visual studio. People who don't know how to create windows service please learn here. Please follow below steps to create a setup project Create a visual studio solution with a project of type Windows Service as explained in http://cherupally.blogspot.com/2009/09/how-to-create-windows-service-in-dot.html. Add a new project of type "Setup Project" to the solution as shown below Once ... (more)
category: How To | clicked: 0 | 1 comment | | source: cherupally.blogspot.com
tags: Windows service, setup project, Visual Studio, C# .NET
7
Shouts

Does Silverlight 4 really use .Net 4 assemblies?

published 1287 days, 12 hours, 37 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 1289 days, 4 hours, 24 minutes ago
Thursday, December 10, 2009 2:39:31 PM GMT Tuesday, December 08, 2009 10:52:54 PM GMT
I have gotten a lot of questions from Silverlight users wanting to know if VistaDB will be able to load in Silverlight 4.  This would be a great thing if you could actually have a client side database in a Silverlight app.  I still am not 100% convinced this is a good idea in most circumstances, but for offline Silverlight apps this would definitely make sense.  It would allow you to store data locally in isolated storage on the users machine, and then send it to the server when they next are online. (more)
category: Metro | clicked: 0 | 1 comment | | source: www.vistadb.net
tags: VistaDB, Silverlight 4
9
Shouts

Dependency Injection with Ninject

published 1288 days, 9 hours, 35 minutes ago posted by poweredbyaltnetpoweredbyaltnet 1290 days, 22 minutes ago
Wednesday, December 09, 2009 5:41:50 PM GMT Tuesday, December 08, 2009 2:55:14 AM GMT
Basic dependency injection with Ninject (more)
category: Architecture | clicked: 2 | comment | | source: poweredbyalt.net
tags: Ninject, dependency injection
11
Shouts

DimeCasts.Net Details for # 154 - How to host a WCF Service inside your Windows Service

published 1287 days, 12 hours, 37 minutes ago posted by derikwhittakerderikwhittaker 1289 days, 15 hours ago
Thursday, December 10, 2009 2:39:31 PM GMT Tuesday, December 08, 2009 12:16:26 PM GMT
Taking a look how to host your WCF service inside your Windows Service. In many situations hosting WCF inside of IIS may not be the best solution for you or your team. When this is the case hosting inside a windows service may be the best solution and in this episode we will take a look at how you can accomplish this. (more)
category: Screencast | clicked: 0 | 1 comment | | source: www.dimecasts.net
tags: Windows service, DimeCasts.net, WCF
9
Shouts

DotNetRocks - Show #505 - Paul Litwin on SQL Reporting Services

published 1287 days, 12 hours, 37 minutes ago posted by jantujantu 1288 days, 19 hours, 52 minutes ago
Thursday, December 10, 2009 2:39:31 PM GMT Wednesday, December 09, 2009 7:24:54 AM GMT
Carl and Richard caught up with Paul Litwin to talk about Reporting Services. Recorded live at DevConnections in Las Vegas last month. Paul LitwinPaul Litwin is a developer specializing in ASP, ASP.NET, Visual Basic, C#, SQL Server, and related technologies. He is the CEO of Deep Training and the creator of the ASP.NET 1.1 C# and ASP.NET 1.1 VB courses as... (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, VB, C#, SQL, ASP.NET
9
Shouts

A balanced WrapPanel implementation for Silverlight and WPF! - David Anson

published 1283 days, 11 hours, 25 minutes ago posted by AaABenAaABen 1288 days, 15 hours, 1 minute ago
Monday, December 14, 2009 3:52:23 PM GMT Wednesday, December 09, 2009 12:16:17 PM GMT
A customer contacted me a few days ago asking whether there was an easy way to make the Silverlight/WPF WrapPanel use all available space to spread its children out evenly instead of bunching them up against each other as it usually does. Instead of trying to explain what I mean by that, please have a look at the top half of the following screen shot:The default WrapPanel behavior fills each horiz... (more)
category: Metro | clicked: 8 | 1 comment | | source: blogs.msdn.com
tags: Silvelight, WPF
13
Shouts

Localizing ASP.NET MVC Validation - Phil Haack

published 1287 days, 12 hours, 37 minutes ago posted by jantujantu 1289 days, 19 hours ago
Thursday, December 10, 2009 2:39:31 PM GMT Tuesday, December 08, 2009 8:17:06 AM GMT
This is the fourth post in my series on ASP.NET MVC 2 and its new features. ASP.NET MVC 2 Beta Released (Release Announcement) Html.RenderAction and Html.ActionASP.NET MVC 2 Custom ValidationLocalizing ASP.NET MVC Validation In my recent post on custom validation with ASP.NET MVC 2, several people asked about how to localize validation messages. They didn’t want their error messages hard-coded as an attribute value. It turns out that it’s p... (more)
category: Web Dev | clicked: 1 | comment | | source: haacked.com
tags: ASP.NET MVC, ASP.NET MVC Validation, ASP.NET MVC 2, ASP .NET
3
Shouts

How To: Use CAT.NET V2.0 CTP - Syedab

posted by AaABenAaABen 1289 days, 16 hours, 6 minutes ago
Tuesday, December 08, 2009 11:10:43 AM GMT
As the installer name suggests CATNETV20CMD, CAT.NET V2.0 CTP is command line version only. CAT.NET v2.0 CTP analyses assemblies for vulnerabilities and configuration files for misconfigurations. You can open the rules files present at C:\Program files\Microsoft Information Security tools\Microsoft Code Analysis for .NET(CAT.NET) v2.0\Rules\ConfigRules, to get ... (more)
category: Smart Client | clicked: 1 | comment | | source: blogs.msdn.com
tags: .NET, cat.net, CTP, CAT.NET V2.0
11
Shouts

Playing with SQLite, SubSonic3 and Repository Mode | Nathan Bridgewater

published 1292 days, 12 hours, 2 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhshttps://www.google.com/accounts/o8/id?id=AItOawk3KWTPVThtO1qHPVHfbrJzbytQaOnwRhs 1294 days, 12 hours, 6 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 3:10:29 PM GMT
Want to use SQLite and SubSonic3? Here's a way to do that. (more)
category: Web Dev | clicked: 1 | comment | | source: www.integratedwebsystems.com
tags: SQLite, Subsonic 3, Data Access Layer
8
Shouts

The Meaning of 100% Test Coverage

published 1292 days, 12 hours, 2 minutes ago posted by CygonCygon 1293 days, 16 hours, 16 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Friday, December 04, 2009 11:01:00 AM GMT
The Myth that 100% test coverage means code is completely bug-free has been busted thoroughly. So much in fact, that it is almost risqué to add complete test coverage to your agenda. But is 100% test coverage really 100% useless, or are there some advantages worth striving for still? This article discusses the advantages and disadvantages of aiming for 100% test coverage. (more)
category: Agile | clicked: 0 | 1 comment | | source: www.nuclex.org
tags: myths, unit testing, test coverage
12
Shouts

Atanas Hristov: Design Patterns – Chain of Responsibility Pattern - blog about programming.

published 1292 days, 12 hours, 2 minutes ago posted by http://atanashristov.blogspot.com/http://atanashristov.blogspot.com/ 1295 days, 19 hours, 7 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Wednesday, December 02, 2009 8:10:11 AM GMT
Imagine you have complicated decision logic and you’ve got a big if-then-else like structure in your code which you want to simplify. The Chain of Responsibility Pattern is a good way for code refactoring in such situation. It will make the code more flexible and easy to support and modify in the future. You prepare a set of interdependent chain handler classes linked in a chain. Every chain handler class implements part of the decision logic and has a link to next chain handler object. A request da... (more)
category: How To | clicked: 0 | 1 comment | | source: atanashristov.blogspot.com
tags: Design Patterns
10
Shouts

ASP.NET MVC – Add CSS class Attribute

published 1292 days, 12 hours, 2 minutes ago posted by chadcampbellchadcampbell 1295 days, 10 hours, 53 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Wednesday, December 02, 2009 4:23:27 PM GMT
Learn how to add a class attribute to an HTML Input element with the ASP.NET MVC HtmlHelper extension methods. (more)
category: Web Dev | clicked: 1 | comment | | source: blog.ecofic.com
tags: MVC, ASP.NET
7
Shouts

Improvements in Intellisense post Beta 2 - Brian Harry

published 1292 days, 12 hours, 2 minutes ago posted by jantujantu 1292 days, 18 hours, 50 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Saturday, December 05, 2009 8:26:51 AM GMT
I’ve written a couple of posts in the last month or so soliciting performance feedback from you all and talking about our performance efforts. Since we realized the degree of performance problem that we still had, we have spent a ton of effort working on understanding it and making it better. (more)
category: Smart Client | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: Visual Studio, VS2010
6
Shouts

Inserting Silverlight DeepZoom images into your Web page - Technology Deep Dive

published 1292 days, 12 hours, 2 minutes ago posted by impaimpa 1292 days, 18 hours, 19 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Saturday, December 05, 2009 8:58:16 AM GMT
Deep Zoom Composer is a free application that creates either Silverlight or AJAX content that displays images in a fixed area on a web page. Users can pan and zoom within high-resolution images inside this area. In Deep Zoom Composer, you can take a collection of images of various resolutions and arrange them into a composition. You can then export this composition as either a single high-resolution image or a set of individual images with different resolutions. (more)
category: Metro | clicked: 0 | 1 comment | | source: team.silverlight.net
tags: silveright, Deep Zoom
8
Shouts

Programmatic Code Coverage Data Merging in Visual Studio 2010 - Peter Huene

published 1292 days, 12 hours, 2 minutes ago posted by jantujantu 1292 days, 18 hours, 33 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Saturday, December 05, 2009 8:44:17 AM GMT
Programmatic Code Coverage Data Merging in Visual Studio 2010 In my last post, I demonstrated how you could use the coverage analysis assembly to analyze coverage files.  Today I will quickly cover how to programmatically merge multiple coverage files together.  This replicates the functionality that the code coverage results tool window has for merging coverage data from multiple test runs together.  The following assumes you’ve read the instructions in the previous post to reference the analysis assem... (more)
category: Smart Client | clicked: 3 | 1 comment | | source: blogs.msdn.com
tags: Visual Studio 2010, Code Coverage
10
Shouts

Binding Operators for C# 5

published 1292 days, 12 hours, 2 minutes ago posted by KodefuGuruKodefuGuru 1294 days, 10 hours, 17 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 5:00:04 PM GMT
I read this article from Martin Calsyn on the new Microsoft Visualization Language called Videa, and I must admit that I was struck by how awesome binding operators actually are. This is a feature that must make its way into C# 5! Here’s an example of a binding from his article.textbox.Text := slider.Value; This code looks suspiciously like Delphi. In Pascal (Delphi uses Object Pascal), := is an assignment operator. In Videa, := is a left binding assignment. What happens is that anytime the slider’s Val... (more)
category: How To | clicked: 3 | 1 comment | | source: www.kodefuguru.com
tags: dynamic, C# 5, Binding Operators, Videa
11
Shouts

Creating a Generic Entity Framework 4.0 Repository

published 1292 days, 12 hours, 2 minutes ago posted by http://senfo.blogspot.com/http://senfo.blogspot.com/ 1294 days, 1 hour, 10 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Friday, December 04, 2009 2:07:15 AM GMT
With .NET 4.0 right around the corner, I thought it would be cool to download Visual Studio 2010 beta 2 and start playing around with the next release of Entity Framework. The initial release of Entity Framework came with a great deal of criticism. To make matters worse, there was a large uproar when it was rumored that Microsoft would be abandoning LINQ to SQL, in favor of Entity Framework. This was because, at the time, many developers felt Entity Framework was an inferior technology to LINQ to SQL. T... (more)
category: Architecture | clicked: 6 | 1 comment | | source: geekswithblogs.net
tags: Repository, Generics, C#, entity framework 4.0