Nickolay
Name: Nickolay
Score: 9,271.71
Last Seen: 466 days, 19 hours ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
10
Shouts

C# Bits: A Slightly Improved Password Field Template

published 1159 days, 18 hours, 31 minutes ago posted by KhaledKhaled 1162 days, 12 hours, 58 minutes ago
Saturday, March 20, 2010 6:50:43 PM GMT Thursday, March 18, 2010 12:23:08 AM GMT
I know my previous password field template was just about functional, so I have improved it slightly now you will have to enter the password twice in password mode and they will have to match. And in Read-Only mode it just displays ** or as many ‘*’ as you like. Listing 1 - Password.ascx page and the code behind is even less interesting.<%@ Control Language="C#" CodeFile="PasswordEdit.ascx.cs" Inherits="PasswordEditField" %> Listing 2 – Password_Edit.ascx Fig... (more)
category: Web Dev | clicked: 0 | comment | | source: csharpbits.notaclue.net
7
Shouts

MVVM: Going it alone

published 1161 days, 17 minutes ago posted by developmentalmadnessdevelopmentalmadness 1162 days, 18 hours, 32 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Wednesday, March 17, 2010 6:49:50 PM GMT
Just watched Rob Eisenburg's presentation from MIX10. Here's a bit of a recap, links to source code and my own thoughts after watching it. (more)
category: Metro | clicked: 5 | comment | | source: www.developmentalmadness.com
tags: Caliburn, MIX10, MVVM
7
Shouts

Architecture Analysis Practices with VS2010 Direct Graphs and Layer Diagrams

published 1162 days, 40 minutes ago posted by ClemensReijnenClemensReijnen 1162 days, 14 hours, 37 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 10:44:42 PM GMT
Been using the direct graph [DGML] and layer diagram capabilities from VS2010 for a while now. Used them on many different projects with a wide spread of architectures, different quality levels and with many questions to answer about it. And I recognized a common way of working when using the tools… It looks something like this: Zoom Out – Recognize - Zoom In – Analyze - Zoom Out or Zoom In – Group – Zoom Out and can been done in a different order… (more)
category: Architecture | clicked: 0 | comment | | source: www.clemensreijnen.nl
tags: VS2010
7
Shouts

SQL SERVER – Difference Between ROLLBACK IMMEDIATE and WITH NO_WAIT during ALTER DATABASE « Journey to SQL Authority with Pinal Dave

published 1162 days, 40 minutes ago posted by pinaldavepinaldave 1163 days, 1 hour, 21 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 12:00:40 PM GMT
Today, we are going to discuss about something very simple, but quite commonly confused two options of ALTER DATABASE. The first one is ALTER DATABASE …ROLLBACK IMMEDIATE and the second one is WITH NO_WAIT. Many people think they are the same or are not sure of the difference between these two options. Before we continue our explaination, let us go through the explanation given by Book On Line. ROLLBACK AFTER integer [SECONDS] | ROLLBACK IMMEDIATE Specifies whether to roll back after a specified numb... (more)
category: Data | clicked: 0 | comment | | source: blog.sqlauthority.com
tags: SQL, SQLServer, pinaldave, SQLAuthority
7
Shouts

WCF Ria Services For Real - Jesse Liberty

published 1162 days, 40 minutes ago posted by jantujantu 1163 days, 16 hours, 58 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 8:23:45 PM GMT
my previous post I discussed creating the database and tables for the Silverlight HVP configuration data.  All that was great, and worked just dandy until it was time to get the data from the database server to the application running on the client.“But,” I thought, “How hard can it be?”  I’ve done a few mini-tutorials… should be straight-forward… And it was… sorta.Getting Going The steps are pretty straight orward:Create an entity data model that corresponds to the t... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, slhvp, Best Practices, data, HyperVideoProject, MVVM, Videos, Linq, Data-Binding, Design Patterns, WCF-RIA-Services
8
Shouts

The ONLY ListBox you will EVER need! - Rudi Grobler in the Cloud

published 1162 days, 40 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 1164 days, 1 hour, 26 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 11:55:24 AM GMT
A quick demo of the new PathListBox (Part of Blend 4 SDK) with the most flexiable layout ever. (more)
category: Smart Client | clicked: 0 | comment | | source: www.rudigrobler.net
tags: Silverlight, WPF, Blend
8
Shouts

Test sending email on Localhost in ASP.NET: The SMTP server alternative

published 1162 days, 40 minutes ago posted by ScioJimScioJim 1164 days, 10 hours, 48 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 2:33:15 AM GMT
This article describes an alternative to setting up a localhost SMTP server to test email functionality of an ASP.NET project, by saving the email to disk. The Specified Pickup Directory method is quick to implement, works well with multipage production code, and makes the project easily transferable to others. (more)
category: Web Dev | clicked: 6 | comment | | source: blogs.sciosoft.com
tags: specified pickup directory, web.config, Test, Email, web development, localhost, SMTP, ASP.NET
9
Shouts

Entity Framework 4.0: Optimal and horrible SQL

published 1162 days, 40 minutes ago posted by gpeipmangpeipman 1164 days, 2 hours, 22 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 10:59:22 AM GMT
Lately I had Entity Framework 4.0 session where I introduced new features of Entity Framework. During session I found out with audience how Entity Framework 4.0 can generate optimized SQL. After session I also showed guys one horrible example about how awful SQL can be generated by Entity Framework. In this posting I will cover both examples. (more)
category: How To | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: OR/M, SQL, entity framework 4.0
9
Shouts

Inside the ASP.NET MVC Controller Factory

published 1162 days, 40 minutes ago posted by sonukapoorsonukapoor 1163 days, 13 hours, 25 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 11:56:57 PM GMT
In this article, I'll go through the process of customizing the controller factory to show that the controller name doesn't necessarily result from a token contained in the URL. (more)
category: Web Dev | clicked: 1 | comment | | source: dotnetslackers.com
tags: factory, MVC, ASP.NET
9
Shouts

Introducing Windows Phone 7 Development Tools - Somasegar

published 1162 days, 40 minutes ago posted by jantujantu 1163 days, 16 hours, 55 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Tuesday, March 16, 2010 8:26:51 PM GMT
Introducing Windows Phone 7 Development Tools Today at MIX10, we are introducing the Windows Phone 7 Series development story.  At the heart of Windows Phone 7 Series development is Silverlight.  This enables you to bring your existing development skills in building Windows Phone 7 ications.Windows Phone Developer Tools CTP, Microsoft’s developer toolset for Windows Phone 7 Series, is now available for download.The Windows Phone Developer Tools CTP contains what you need to get started with Wi... (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.msdn.com
tags: Silverlight, .NET Framework, Visual Studio, Developer Division, Expression
6
Shouts

Using CLR 4.0 Event Tracing for Windows (ETW) along with application ETW

published 1161 days, 17 minutes ago posted by reshmireshmi 1162 days, 15 hours, 58 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Wednesday, March 17, 2010 9:23:39 PM GMT
At last CLR 4.0 has started showing some love towards ETW. Like I mentioned before ETW is very useful in understanding what is happening on the entire system, along with your application. Today I am going to be demonstrating a simple application, which is going to allocate large arrays 100 times. Along with the allocation, it is also going to log via ETW each time it allocated. The reason is to see the object allocation within our code and GC collection from CLR in the same trace file. How cool it is to ... (more)
category: Architecture | clicked: 10 | comment | | source: naveensrinivasan.com
tags: CLR 4.0, ETW, .Net 4.0
8
Shouts

HighOnCoding: Get high on ASP.NET articles, videos, podcasts and more!

published 1161 days, 17 minutes ago posted by KhaledKhaled 1162 days, 15 hours, 57 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Wednesday, March 17, 2010 9:24:30 PM GMT
Uploading files to a server is a common operation of many websites. In this article we will focus on how to upload image files using ASP.NET MVC Framework and display the images using our custom Image HtmlHelper. (more)
category: Web Dev | clicked: 0 | comment | | source: www.highoncoding.com
7
Shouts

Microsoft, jQuery, and Templating - Stephen.Walther

published 1161 days, 17 minutes ago posted by KhaledKhaled 1162 days, 12 hours, 54 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Thursday, March 18, 2010 12:27:55 AM GMT
About two months ago, John Resig and I met at Café Algiers in Harvard square to discuss how Microsoft can contribute to the jQuery project. Today, Scott Guthrie announced in his second-day MIX keynote that Microsoft is throwing its weight behind jQuery and making it the primary way to develop client-side Ajax applications using Microsoft technologies. (more)
category: Web Dev | clicked: 0 | comment | | source: stephenwalther.com
6
Shouts

Microsoft Silverlight Analytics Framework - Day 2 Part 2 of MIX 2010

published 1162 days, 40 minutes ago posted by http://www.adronbhall.com/http://www.adronbhall.com/ 1162 days, 20 hours, 39 minutes ago
Thursday, March 18, 2010 12:41:05 PM GMT Wednesday, March 17, 2010 4:42:20 PM GMT
3/15/2010Microsoft Silverlight Analytics Framework - Day 2 Part 2 of MIX 2010 I went to the session on Microsoft Silverlight Analytics Framework (MSAF) today while here at MIX 2010.  It was a great walk through the features, ideas, and what the end goal is.  Michael Scherotter did a great job of lining up the ideas, intentions, and the functional ideas behind the framework. The framework is built around the Silverlight Behaviors.  If you aren't sure what behaviors are, check out these entries from Nikh... (more)
category: Metro | clicked: 1 | comment | | source: www.adronbhall.com
tags: silverlight analytics tracking web_analytics
12
Shouts

Maintaining shared service in ASP.NET MVC Application - Kazi Manzur Rashid

published 1158 days, 16 minutes ago posted by jantujantu 1161 days, 21 hours, 59 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Thursday, March 18, 2010 3:22:49 PM GMT
Depending on the application sometimes we have to maintain some shared service throughout our application. Let’s say you are developing a multi-blog supported blog engine where both the controller and view must know the currently visiting blog, it’s setting , user information and url generation service. In this post, I will show you how yo... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, Aspnetmvcextensibility, MVC, ASP.NET
5
Shouts

DotNetRocks - Show #534 - Instrumenting Applications with Runtime Intelligence

published 1161 days, 17 minutes ago posted by mithumithu 1161 days, 17 hours, 37 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Thursday, March 18, 2010 7:44:36 PM GMT
Carl and Richard talk to Gabriel Torok and Joe Kuemerle about what it takes to really know what's going on in your enterprise in real time. (more)
category: Podcast | clicked: 1 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, Application
13
Shouts

ASP.NET Forms Authentication to Azure Table Storage - J.D. Meier

published 1158 days, 21 hours, 47 minutes ago posted by jantujantu 1162 days, 52 minutes ago
Sunday, March 21, 2010 3:34:52 PM GMT Thursday, March 18, 2010 12:29:25 PM GMT
ASP.NET Forms Authentication to Azure Table Storage While ramping up for Windows Azure, we're getting our feet wet with some basic application scenarios.   This is a quick step through of wiring up ASP.NET Forms Authentication to use Azure Table Storage for the user store.It’s longer than I like but I wanted to err on the side of being explicit.  It’s nice to know that when you’re going down a path that somebody else has been there and done that and you’re not on your own.  While your path may vary, ... (more)
category: Smart Client | clicked: 6 | 1 comment | | source: blogs.msdn.com
tags: windows azure platform, ASP .NET
5
Shouts

Sliverlight4 - Working with TextTrimming | syntaxhelp.com

published 1161 days, 17 minutes ago posted by himanethimanet 1162 days, 34 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Thursday, March 18, 2010 12:47:32 PM GMT
SQL ServerASP.NETC#.NETJavaJava ScriptLINQMSDOSOracleSharePointSliverlightSliverlight4 - Working with TextTrimmingVB.NET Visual Studio WPFOther TechnologiesContribute (more)
category: Metro | clicked: 0 | comment | | source: syntaxhelp.com
tags: Silverlight4
10
Shouts

LINQ for JavaScript: Using and Extending JSLINQ

published 1159 days, 18 hours, 31 minutes ago posted by gshacklesgshackles 1161 days, 23 hours, 12 minutes ago
Saturday, March 20, 2010 6:50:43 PM GMT Thursday, March 18, 2010 2:09:09 PM GMT
LINQ makes our lives easier when dealing with .NET collections, so why not apply the same ideas to JavaScript? This post goes over some of the operators in the JSLINQ implementation, and then extends it with some more custom operators. (more)
category: Web Dev | clicked: 2 | comment | | source: www.gregshackles.com
tags: JavaScript, Linq
9
Shouts

Validating Hidden Fields in ASP.NET MVC 2

published 1161 days, 17 minutes ago posted by gshacklesgshackles 1161 days, 22 hours, 48 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Thursday, March 18, 2010 2:33:48 PM GMT
A look into how to add custom validation to MVC 2 to allow for validating a hidden field in a form. (more)
category: Web Dev | clicked: 5 | comment | | source: www.gregshackles.com
tags: Validation, MVC 2 Model Validation, MVC 2