Nickolay
Name: Nickolay
Score: 9,271.71
Last Seen: 494 days, 3 hours, 28 minutes ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
10
Shouts

Migration to .NET of 950,000 lines of Visual Basic code - Eric Nelson

published 1285 days, 15 hours, 46 minutes ago posted by AaABenAaABen 1287 days, 7 hours, 42 minutes ago
Saturday, December 12, 2009 6:04:19 AM GMT Thursday, December 10, 2009 2:08:37 PM GMT
Last year I spent a lot of time trying to help companies understand their options for VB6 code, including creating this centralised resource to Secure your Visual Basic 6 investment. Two partners were really helpful in pulling this together, ArtinSoft and Code Architects. I was really pleased to get an email from Code Architects today pointing me at a case study for a successful l... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: .NET, migration, VB6
9
Shouts

WriteableBitmapEx - WriteableBitmap extensions now on CodePlex

published 1286 days, 14 hours, 19 minutes ago posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 1290 days, 1 hour, 25 minutes ago
Friday, December 11, 2009 7:31:15 AM GMT Monday, December 07, 2009 8:25:22 PM GMT
Rene Schulte released his WriteableBitmap extensions on CodePlex as Ms-PL open source project. (more)
category: Metro | clicked: 1 | comment | | source: kodierer.blogspot.com
tags: Silverlight, dotnet, CodePlex, Open Source, wbx
10
Shouts

The File System is unpredictable - Jared Parsons

published 1286 days, 14 hours, 19 minutes ago posted by AaABenAaABen 1287 days, 7 hours, 37 minutes ago
Friday, December 11, 2009 7:31:15 AM GMT Thursday, December 10, 2009 2:12:49 PM GMT
One of the more frequent questions I answer on StackOverflow is a variation of the following.  I’m doing XXX with a file, how can I know if the file exists? The variations include verify no one else has the file open, if the file is in use, the file is not writable, etc ….  The answer to all of these questions is unfortunately the same.  Simply put you can’t.  The reason why is the fundamental nature of the file system prevents such predictive operations.  The file... (more)
category: Smart Client | clicked: 1 | comment | | source: blogs.msdn.com
tags: C#, Exceptions, API Design
10
Shouts

DotNetRocks - Show #506 - Live from Øredev 2009

published 1285 days, 15 hours, 46 minutes ago posted by jantujantu 1287 days, 9 hours, 36 minutes ago
Saturday, December 12, 2009 6:04:19 AM GMT Thursday, December 10, 2009 12:13:48 PM GMT
Carl and Richard interview today's luminaries live on stage at Øredev 2009ØREDEV was founded in 2005 by Jayway and Dotway, two companies comprised of and focused on specialists within IT. Øredev inherited these companies’ vision and philosophy. (more)
category: Podcast | clicked: 0 | 1 comment | | source: www.dotnetrocks.com
tags: DotNetRocks
10
Shouts

How to create a setup project to install windows services

published 1286 days, 14 hours, 19 minutes ago posted by kcherupakcherupa 1288 days, 16 hours, 25 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
9
Shouts

How to create a windows service in dot net framework

published 1286 days, 14 hours, 19 minutes ago posted by kcherupakcherupa 1288 days, 16 hours, 30 minutes ago
Friday, December 11, 2009 7:31:15 AM GMT Wednesday, December 09, 2009 5:20:20 AM GMT
Windows service is an application which always runs in background. We can view all the installed windows services in ControlPanel/Administrativetools/Services. Sql server, Oracle, ... are the good examples of windows service. Using visual studio it is very easy to create windows service. Please follow the below steps to create a windows service.Open visual studio and create a new project of template "Windows Service" as shown belowAfter you click OK in the above step you will see a new solution named... (more)
category: How To | clicked: 2 | comment | | source: cherupally.blogspot.com
tags: Windows service, Visual Studio, C# .NET
11
Shouts

ASP.NET WebForms Routing Video and Downloads

published 1285 days, 15 hours, 46 minutes ago posted by http://mkennedy66996693.myopenid.com/http://mkennedy66996693.myopenid.com/ 1288 days, 2 hours, 7 minutes ago
Saturday, December 12, 2009 6:04:19 AM GMT Wednesday, December 09, 2009 7:43:12 PM GMT
I recently did a webcast for DevelopMentor on using the routing framework introduced in ASP.NET MVC within ASP.NET WebForms based applications to build more modern websites without a major rewrite of existing web applications. The talk was called "Building Modern Websites with ASP.NET WebForms". Here's all the related downloads. We had some microphone troubles so I want to apologize in advance for the sub-optimal sound quality. You can also download the slides and peepleocity.c... (more)
category: Screencast | clicked: 1 | 1 comment | | source: www.michaelckennedy.net
tags: ASP.NET MVC, web 2.0, WebCast, Screencast, DevelopMentor, ASP.NET
12
Shouts

Adding Multiple Nested Data in ASP.NET MVC Application

published 1284 days, 13 hours, 5 minutes ago posted by http://azamsharp.myopenid.com/http://azamsharp.myopenid.com/ 1288 days, 12 minutes ago
Sunday, December 13, 2009 8:45:31 AM GMT Wednesday, December 09, 2009 9:37:50 PM GMT
Formally known as GridViewGuy Videos | Podcasts Adding Multiple Nested Data in ASP.NET MVC Application AzamSharp Published Date: 12/9/2009 8:59:17 AM Views: 52 Abstract: In one of the last articles we discussed how to populate hierarchical data using Model Binders in ASP.NET MVC Application. In this article we are dynamically add the items to the DOM tree which will result in adding new items to our C# model object. Sc... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: www.highoncoding.com
tags: ASP.NET MVC 1.0
10
Shouts

Domain-Driven Documentation

published 1285 days, 15 hours, 46 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawlaVlLBbncfI-kMRw49gppHW031v5SQL4Yhttps://www.google.com/accounts/o8/id?id=AItOawlaVlLBbncfI-kMRw49gppHW031v5SQL4Y 1287 days, 13 hours, 1 minute ago
Saturday, December 12, 2009 6:04:19 AM GMT Thursday, December 10, 2009 8:48:41 AM GMT
Here’s a couple of real-life documentation examples from a system I’ve been building for a client... (more)
category: Architecture | clicked: 5 | 1 comment | | source: richarddingwall.name
tags: DDD, Ubiquitous Language, Domain Driven Design, Documentation
12
Shouts

MEF, Silverlight and the HVP - Jesse Liberty

published 1285 days, 15 hours, 46 minutes ago posted by TareqOmarTareqOmar 1288 days, 9 hours, 44 minutes ago
Saturday, December 12, 2009 6:04:19 AM GMT Wednesday, December 09, 2009 12:05:42 PM GMT
This article continues the design and exploration phase of the Silverlight HVP project by beginning to examine the role the Managed Extensibility Framework (MEF) will play in solving a number of challenges in the project. Goal: Creation of an Extensible, Modular, Reliable, Robust application The Silverlight HVP poses the challenge of accommodat... (more)
category: Metro | clicked: 0 | 1 comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, Building Apps, HyperVideoProject, Silverlight 4
6
Shouts

The Siege Project: Siege.ServiceLocation, Part 2 - Contextual Registration and Resolution - Marcus Bratton - Los Techies : Blogs about software and anything tech!

posted by luizbonluizbon 1288 days, 11 hours, 51 minutes ago
Wednesday, December 09, 2009 9:58:52 AM GMT
Printer Friendly Version The Siege ProjectIntroductionSiege.ServiceLocation Part 1 - Introduction and General UseSiege.ServiceLocation Part 2 – Contextual Registration and Resolution Siege.ServiceLocation Part 3 – Extending the container with custom use cases Siege.ServiceLocation Part 4 – Integrating Siege.ServiceLocation with ASP.NET MVC Siege.ServiceLocation Part 5 – A guide to getting started with Siege.ServiceLocation Some house cleaning items before we get started on this post.You can download... (more)
category: How To | clicked: 0 | comment | | source: www.lostechies.com
tags: IoC, Siege
11
Shouts

Field Level Access with RIA Services - Brad Abrams

published 1283 days, 5 hours, 58 minutes ago posted by MihirPatelMihirPatel 1288 days, 9 hours, 40 minutes ago
Monday, December 14, 2009 3:52:23 PM GMT Wednesday, December 09, 2009 12:09:45 PM GMT
There are lots of reason you may need to customize the access to given fields within an entity.  For example, HIPPA compliance requires that some data not be exposed to only employees with a need to know.   It is often not sufficient to just NOT show the data in the Silverlight client, you need to not even send it over the wire.This example works with Silverlight 4\RIA Services Beta and Visual Studio 2010 Beta2 I built a very simple RIA Services + Silverlight 4 ... (more)
category: Metro | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: Silverlight, RIA Services, Silverlight 4
9
Shouts

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

published 1283 days, 5 hours, 58 minutes ago posted by AaABenAaABen 1288 days, 9 hours, 34 minutes 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
7
Shouts

BugCamSmash Dissected part 3 Give the Bugs Brains - Adam Kinney

published 1283 days, 5 hours, 58 minutes ago posted by RogerTwoseRogerTwose 1288 days, 9 hours, 27 minutes ago
Monday, December 14, 2009 3:52:23 PM GMT Wednesday, December 09, 2009 12:23:20 PM GMT
This part of of the series explaining how BugCamSmash was made is truly the quiet before the storm.  The tipping point before the big finale.  In part 1, we created a bug we could smash with a rock.  In part 2, we gave the bug the ability to crawl towards a location specified by a mouse click (to be then smashed with a rock). In this part, we will cover giving the bugs their own will to move and making sure they are not too coordinated in their movements.Giving the Bugs some direction Now that the bugs ... (more)
category: Metro | clicked: 0 | 1 comment | | source: adamkinney.wordpress.com
tags: silveright
9
Shouts

RIA Services Link Listing #1 - Nikhil Kothari

published 1283 days, 5 hours, 58 minutes ago posted by TareqOmarTareqOmar 1288 days, 9 hours, 13 minutes ago
Monday, December 14, 2009 3:52:23 PM GMT Wednesday, December 09, 2009 12:36:48 PM GMT
Starting a new link listing series around interesting posts/content related to RIA Services. Hope you find these useful, and if you'd like to share something please send them alongA number of WCF RIA Services team members are starting to blog about RIA services features introduced in the bits we handed out at PDC09. It is also great to see other folks working with the bits and sharing their experiences over blogs and... (more)
category: Metro | clicked: 0 | 1 comment | | source: www.nikhilk.net
tags: Silvelight, WCF
9
Shouts

CreateActionInvoker in ASP.NET MVC 2

published 1284 days, 13 hours, 5 minutes ago posted by KodefuGuruKodefuGuru 1286 days, 21 hours, 38 minutes ago
Sunday, December 13, 2009 8:45:31 AM GMT Friday, December 11, 2009 12:12:09 AM GMT
The Controller’s ActionInvoker property everything a property could desire: strategy and laziness. It did its job so well that I never even paid attention to it. That one has been around since ASP.NET MVC 1. I noticed earlier today a new method, CreateActionInvoker(), on the Controller class in ASP.NET MVC 2. Intrigued by the new method, I began playing around with ActionInvokers and learned an ASP.NET MVC design lesson. Have you ever done something like this?public class MyController : Controller { ... (more)
category: Web Dev | clicked: 0 | comment | | source: www.kodefuguru.com
tags: LazyLoad, MVC 2 Beta, ASP.NET MVC 2, MVC 2, Strategy, MVC
12
Shouts

Mindscape WPF Themes released

published 1283 days, 5 hours, 58 minutes ago posted by traskjdtraskjd 1286 days, 18 hours, 7 minutes ago
Monday, December 14, 2009 3:52:23 PM GMT Friday, December 11, 2009 3:43:18 AM GMT
Mindscape have released a suite of WPF themes to help developers deliver attractive applications faster than ever before. All source code is included so that UI tweaks can be made to create your own style or leave them as they are to have an Office 2007 style or Expression Blend look and feel. (more)
category: UX | clicked: 5 | comment | | source: www.mindscape.co.nz
tags: Themes, Skinning, WPF, Mindscape
10
Shouts

Generating Images With .Net

published 1284 days, 13 hours, 5 minutes ago posted by http://kevinisom.myopenid.com/http://kevinisom.myopenid.com/ 1286 days, 12 hours, 38 minutes ago
Sunday, December 13, 2009 8:45:31 AM GMT Friday, December 11, 2009 9:12:36 AM GMT
Generating Images With .Net Part 1 I’ve recently had a project that required a great deal of image generation and manipulation. Not having done image manipulation in a good long while I thought it would be good to capture some of the “tricks of the trade”. One of the things I noticed in my searching for information on generating images in .Net is how bad variables were named. Hungarian notation or single letter names. This is not cool so I’m going to be trying to use ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: C#, Image Manipulation
9
Shouts

The Siege Project: Siege.ServiceLocation, Part 3 – Extending the container with custom use cases - Marcus Bratton - Los Techies : Blogs about software and anything tech!

published 1284 days, 13 hours, 5 minutes ago posted by luizbonluizbon 1286 days, 11 hours, 42 minutes ago
Sunday, December 13, 2009 8:45:31 AM GMT Friday, December 11, 2009 10:08:03 AM GMT
Printer Friendly Version The Siege ProjectIntroductionSiege.ServiceLocation Part 1 - Introduction and General UseSiege.ServiceLocation Part 2 – Contextual Registration and ResolutionSiege.ServiceLocation Part 3 – Extending the container with custom use cases Siege.ServiceLocation Part 4 – Integrating Siege.ServiceLocation with ASP.NET MVC Siege.ServiceLocation Part 5 – A guide to getting started with Siege.ServiceLocation  Adding new functionality to the container without having to change Siege.Servic... (more)
category: How To | clicked: 0 | comment | | source: www.lostechies.com
tags: IoC, Siege
8
Shouts

Localization with RIA Services and Silverlight

published 1284 days, 13 hours, 5 minutes ago posted by http://micahlmartin.myopenid.com/http://micahlmartin.myopenid.com/ 1286 days, 15 hours, 47 minutes ago
Sunday, December 13, 2009 8:45:31 AM GMT Friday, December 11, 2009 6:02:50 AM GMT
Hopefully there will be an easier way of getting localization to work with RIA services soon, but at least it can be done. Here's what you need to do: In your server side project (the web project) add a resource file in a folder called resources.   In your client-side (silverlight) project you will also need to add a folder called resources. Right click the new folder and select "Add existing item". Navigate to your web project folder and select both the "Resources.resx" and "Resources.Designer.cs"... (more)
category: Metro | clicked: 0 | comment | | source: www.codingcontext.com
tags: Silverlight, RIA Services, Localization