Nickolay
Name: Nickolay
Score: 9,271.71
Last Seen: 468 days, 1 hour, 25 minutes ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
5
Shouts

What’s New in Visual Basic 2010

published 1144 days, 10 hours, 8 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1145 days, 5 hours, 22 minutes ago
Tuesday, April 06, 2010 9:38:53 AM GMT Monday, April 05, 2010 2:25:14 PM GMT
Learn about what’s new in Visual Basic 10 straight from a program manager on Microsoft’s Visual Basic team. Jonathan Aneja demonstrates time-saving features that help developers get more done with fewer lines of code. (more)
category: How To | clicked: 2 | comment | | source: msdn.microsoft.com
tags: VB.NET 2010, VB.NET, MSDN, MSDN Magazine
5
Shouts

F# Basics - An Introduction to Functional Programming for .NET Developers

published 1144 days, 10 hours, 8 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1145 days, 5 hours, 17 minutes ago
Tuesday, April 06, 2010 9:38:53 AM GMT Monday, April 05, 2010 2:30:22 PM GMT
F# has clean syntax, powerful multi-threading capabilities, and fluid interoperability with other Microsoft .NET Framework languages. We’ll give you an introduction to functional programming concepts and how they're implemented in F#. (more)
category: How To | clicked: 0 | comment | | source: msdn.microsoft.com
tags: MSDN, MSDN Magazine, F#
5
Shouts

Visual C++ - Exploring New C++ and MFC Features in Visual Studio 2010

published 1144 days, 10 hours, 8 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1145 days, 5 hours, 15 minutes ago
Tuesday, April 06, 2010 9:38:53 AM GMT Monday, April 05, 2010 2:32:29 PM GMT
Visual Studio 2010 offers huge benefits for C++ developers, from new C++0x features to MSBuild integration to a revived MFC Application Wizard. Join us for a tour of these new Visual C++ features. (more)
category: How To | clicked: 1 | 2 comments | | source: msdn.microsoft.com
tags: MSBuild, VS.Net 2010, C++, MSDN, VS 2010, MSDN Magazine
6
Shouts

ASP.NET: Using conditionals in data binding expressions

published 1144 days, 10 hours, 8 minutes ago posted by gpeipmangpeipman 1145 days, 20 hours, 27 minutes ago
Tuesday, April 06, 2010 9:38:53 AM GMT Sunday, April 04, 2010 11:20:04 PM GMT
ASP.NET 2.0 has no support for using conditionals in data binding expressions but it will change in ASP.NET 4.0. In this posting I will show you how to implement Iif() function for ASP.NET 2.0 and how ASP.NET 4.0 solves this problem smoothly without any code. (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: ascx, aspx, Data Binding, ASP.NET
4
Shouts

Get Managed and Native Call Stacks from Event Tracing for Windows (ETW)

published 1148 days, 5 hours, 20 minutes ago posted by reshmireshmi 1148 days, 13 hours, 36 minutes ago
Friday, April 02, 2010 2:27:29 PM GMT Friday, April 02, 2010 6:11:21 AM GMT
Here is the TOC of series of post son ETW With the latest release of PerfMonitor from the CLR team now we can have Managed call stacks along with native code. How cool is that?  To get managed / native call stacks we need minimum of Vista, this is not available in XP. Here is the sample source code I am going to be using to demonstrate the managed and the native call-stacks using System; using System.Linq; namespace ConsoleApplication9 { class Program { private static void Main() { Console.Read(); Allo... (more)
category: Architecture | clicked: 8 | comment | | source: bit.ly
tags: CLR 4.0, ETW, WinDbg, Debugging, xperf
11
Shouts

Cleaner HTML Markup with ASP.NET 4 Web Forms - Client IDs (VS 2010 and .NET 4.0 Series) - ScottGu's Blog

published 1147 days, 9 hours, 48 minutes ago posted by mithumithu 1150 days, 17 hours, 10 minutes ago
Saturday, April 03, 2010 9:59:13 AM GMT Wednesday, March 31, 2010 2:36:47 AM GMT
Today’s post is the first of a few blog posts I’ll be doing that talk about some of the important changes we’ve made to make Web Forms in ASP.NET 4 generate clean, standards-compliant, CSS-friendly markup.  Today I’ll cover the work we are doing to provide better control over the “ID” attributes rendered by server controls to the client. [In addition to blogging, I am also now using Twitter for quick u... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, ASP .NET, Visual Studio, ASP .NET 4, CSS, ScottGu
10
Shouts

Building OpenPOS: Part 4 – SalesModule (Part 1) - Rudi Grobler in the Cloud

published 1145 days, 7 hours, 2 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 1149 days, 7 hours, 33 minutes ago
Monday, April 05, 2010 12:45:02 PM GMT Thursday, April 01, 2010 12:14:27 PM GMT
Started implementing a very basic sales module (more)
category: Smart Client | clicked: 0 | comment | | source: www.rudigrobler.net
tags: WPF, Prism
7
Shouts

Dime Casts.Net -- Inform and Educate in ~10 Minutes or Less

published 1147 days, 9 hours, 48 minutes ago posted by derikwhittakerderikwhittaker 1149 days, 5 hours, 31 minutes ago
Saturday, April 03, 2010 9:59:13 AM GMT Thursday, April 01, 2010 2:16:16 PM GMT
Take a first look at Windows Phone 7 Development. We will walk through creating a simple hello world application as well as give a quick tour of how to use the emulato (more)
category: Screencast | clicked: 0 | comment | | source: www.dimecasts.net
tags: WinPhone7, DimeCasts.net
9
Shouts

HerdingCode - Episode 76: John Sheehan on RestSharp

published 1147 days, 9 hours, 48 minutes ago posted by mithumithu 1148 days, 13 hours, 21 minutes ago
Saturday, April 03, 2010 9:59:13 AM GMT Friday, April 02, 2010 6:26:21 AM GMT
This week on Herding Code, John Sheehan joins the cast for a conversation about his open source project, RestSharp. The gang dives into REST and .NET open source. Makes sense, right? And the show wraps with talk of OData and a MIX10-inspired Lightning Round. John talks about his exciting new evangelist job at Twilio. Twillo provides a web-service API for businesses to build scalable, reliable communication apps. Wait! The evangelist is going to tell you all about it. The guys quiz John about RestSharp.... (more)
category: Podcast | clicked: 0 | comment | | source: herdingcode.com
tags: .NET, API, RestSharp, HerdingCode, k, REST, OData
9
Shouts

Optional Parameters and Named Arguments in C# 4 (and a cool scenario w/ ASP.NET MVC 2) - Scott Guthrie

published 1146 days, 7 hours ago posted by jantujantu 1148 days, 8 hours, 25 minutes ago
Sunday, April 04, 2010 12:46:51 PM GMT Friday, April 02, 2010 11:22:16 AM GMT
I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] This is the seventeenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.Today’s post covers two new language feature being added to C# 4.0 – optional parameters and named arguments – as well as a cool way you can take advantage of optional parameters (both in VB and C#) with ASP.NET MVC 2.Optional Parameters in C# 4.0 C# 4.0 now supports using o... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, ScottGu, MVC, ASP.NET
9
Shouts

Silverlight for Symbian - Windows Live

published 1147 days, 9 hours, 48 minutes ago posted by secretssecrets 1148 days, 13 hours, 18 minutes ago
Saturday, April 03, 2010 9:59:13 AM GMT Friday, April 02, 2010 6:28:48 AM GMT
April 02Silverlight for Symbian a year back when Microsoft started silverlight i was not sure about it’s future and with the pace they were proceeding. But in this short span Microsoft has taken some serious steps towards the development and interoperability of silverlight. Like for Linux platform a collaborative effort Moonlight (though i haven’t tested but it looks promising) is open source cross platform implementation of silverlight. also news are around that Microsoft is testing beta for Silverlig... (more)
category: Metro | clicked: 0 | comment | | source: neutrongenious.spaces.live.com
tags: Silverlight, symbian
9
Shouts

HanselMinutes - Show #208 - Social Media and the Business of Social - The Wynn Resorts

published 1147 days, 9 hours, 48 minutes ago posted by mithumithu 1148 days, 11 hours, 32 minutes ago
Saturday, April 03, 2010 9:59:13 AM GMT Friday, April 02, 2010 8:15:26 AM GMT
Scott sits down with Jade Bailey, who manages social media and online services for the Wynn in Las Vegas. How does a world wide brand use social media to serve its customers while still remaining authentic? Is Twitter a legitimate customer service choice? Does a company need a Facebook page? (more)
category: Podcast | clicked: 1 | comment | | source: www.hanselminutes.com
tags: Las Vegas, Facebook, Social, media, HanselMinutes, Twiiter
9
Shouts

An Annotated Line of Business Application - Jesse Liberty

published 1145 days, 7 hours, 2 minutes ago posted by jantujantu 1148 days, 8 hours, 21 minutes ago
Monday, April 05, 2010 12:45:02 PM GMT Friday, April 02, 2010 11:25:47 AM GMT
The Silverlight HyperVideo Player has met with strong support and interest. This mini-tutorial is the first in a series that will walk through the design and delivery of this project.This series will pretend that the design existed before we began coding, and will not take you through its evolution over the months between December 2009 and March 2010. In short, this series is a “drop-line” exercise highlighting how the program works with a focus on teasing ou... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, HyperVideoProject
9
Shouts

New hard drive means re-install everything - Tim Heuer

published 1145 days, 7 hours, 2 minutes ago posted by jantujantu 1148 days, 7 hours, 27 minutes ago
Monday, April 05, 2010 12:45:02 PM GMT Friday, April 02, 2010 12:20:36 PM GMT
I recently found a good deal on a 7200 RPM 500GB latpop drive and decided to upgrade myself to that. I’ve been operating on a 150GB drive for a long time and hadn’t been cleaning up old projects, encodings, etc. so it was running thin on space. This was a cheap upgrade (< $90) so I opted for it. I finally got a moment last evening to pop it in and start the fresh installs of everything. Doing so reminded me of how long this process takes for us geeky people. Luckily I do a backup first using my H... (more)
category: Metro | clicked: 0 | comment | | source: timheuer.com
tags: Silverlight, developer, riaservices, Tools, repave, Expression
9
Shouts

Netflix, jQuery, JSONP, and OData - Stephen Walther

published 1145 days, 7 hours, 2 minutes ago posted by jantujantu 1148 days, 8 hours, 23 minutes ago
Monday, April 05, 2010 12:45:02 PM GMT Friday, April 02, 2010 11:23:50 AM GMT
suppose we want to create very simple template in which there are 2 items -place holder to display name, a button to show/hide name. Now for this functionality. we have to bind methods to target element every time binding occurs. --while an ideal template should be pure html and with all events bound to it. --binding should be done like below $('#targetElm').bindJson('templateId',data); --now target will have filed templates with no need to bound events again to them. t... (more)
category: Web Dev | clicked: 0 | comment | | source: stephenwalther.com
tags: JavaScript, jQuery, Ajax, ASP.NET
6
Shouts

Auto-Implemented properties comes to Visual Basic 2010

published 1155 days, 7 hours, 14 minutes ago posted by codehappinesscodehappiness 1156 days, 4 hours, 42 minutes ago
Friday, March 26, 2010 12:33:31 PM GMT Thursday, March 25, 2010 3:05:15 PM GMT
This post is about the new auto-implemented properties in Visual Basic 2010 (more)
category: Web Dev | clicked: 0 | comment | | source: www.codehappiness.com
4
Shouts

Tag Cloud with jQuery Effect

published 1155 days, 7 hours, 14 minutes ago posted by pechovicppechovicp 1155 days, 21 hours, 6 minutes ago
Friday, March 26, 2010 12:33:31 PM GMT Thursday, March 25, 2010 10:41:01 PM GMT
In this article, I'd like to share a Tag Cloud web control with a star filed jQuery effect. Basically, you don't need to touch JavaScript to reach the effect. It is all wrapped for you in a Web Control. As you will see further, you can use it by writing just a few lines, and the effect is quite impressive. (more)
category: Web Dev | clicked: 0 | comment | | source: www.codeproject.com
tags: asp.net jquery ajax
5
Shouts

DotNetRocks - Show #536 - Weyer and Rammer Program iPhones with MonoTouch

published 1155 days, 7 hours, 14 minutes ago posted by mithumithu 1155 days, 13 hours, 29 minutes ago
Friday, March 26, 2010 12:33:31 PM GMT Friday, March 26, 2010 6:17:54 AM GMT
Christian Weyer and Ingo Rammer from Thinktecture talk with Carl and Richard about programming iPhone applications with MonoTouch, an open source iPhone development tool based on Mono. (more)
category: Podcast | clicked: 1 | comment | | source: www.dotnetrocks.com
tags: Mono, DotNetRocks, iPhone, MonoTouch
6
Shouts

HanselMinutes - Show #207 - Charles Petzold on Windows Phone 7 Series

published 1154 days, 7 hours, 35 minutes ago posted by mithumithu 1155 days, 13 hours, 21 minutes ago
Saturday, March 27, 2010 12:11:51 PM GMT Friday, March 26, 2010 6:26:11 AM GMT
Charles Petzold wrote the book on Windows. Specifically, he wrote "Programming Windows, 1st edition" in 1988. This was the book I learned on and I still have it on my shelf. Charles has never stopped writing and is now working on a free book for Microsoft Press called "Programming Windows Phone 7 Series." I get the scoop from Chuck in this interview recorded in the waning hours of Mix 10 in Las Vegas. (more)
category: Podcast | clicked: 2 | comment | | source: www.hanselminutes.com
tags: Windows Phone 7, Book, Microsoft, Windows Phone 7 Series, Windows, HanselMinutes
6
Shouts

Comparison of Architecture presentation patterns MVP(SC),MVP(PV),PM,MVVM and MVC

published 1162 days, 6 hours, 43 minutes ago posted by dotnetfundadotnetfunda 1163 days, 28 minutes ago
Friday, March 19, 2010 1:04:25 PM GMT Thursday, March 18, 2010 7:19:01 PM GMT
This article will compare four important architecture presentation patterns i.e. MVP(SC),MVP(PV),PM,MVVM and MVC. Many developers are confused around what is the difference between these patterns and when should we use what. This article will first kick start with a background and explain different types of presentation patterns. We will then move ahead discussing about the state , logic and synchronization issues. Finally we will go in detail of each pattern and conclude how they differ from each other. (more)
category: Architecture | clicked: 0 | comment | | source: www.dotnetfunda.com