jantu
Name: jantu
Score: 3,954.66
Last Seen: 945 days, 13 hours, 11 minutes ago
Member Since: 25 December, 2008
DotNetShoutout
atom rss
7
Shouts

Silverlight HTML5 WebSocket client with an HTML bridge to Ajax/JavaScript - Tomasz Janczuk

published 1027 days, 14 hours, 9 minutes ago posted by jantujantu 1028 days, 16 hours, 53 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 10:22:02 AM GMT
As part of our ongoing experimentation with the HTML5 WebSocket proposed standard for duplex communication between web browsers and servers, we have prototyped a WebSocket protocol implementation based on Microsoft te... (more)
category: Metro | clicked: 1 | comment | | source: blogs.msdn.com
tags: Silverlight, JavaScript, Ajax, html5
7
Shouts

Visual Studio Productivity Power Tools Walkthrough - Pete Brown

published 1027 days, 14 hours, 9 minutes ago posted by jantujantu 1028 days, 17 hours ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 10:15:33 AM GMT
spend most of your day in Visual Studio like most of us do, you'll really appreciate some of the features this kit offers.Installation To install the power tools, visit the Gallery Page and click download to grab the .vsix installer. Make sure Visual Studio instances are closed, then open the vsix On... (more)
category: How To | clicked: 0 | comment | | source: 10rem.net
tags: Silverlight, Visual Studio, ASP.NET
6
Shouts

Graph Colouring, Part Four - Fabulous Adventures In Coding - Eric Lippert

published 1027 days, 14 hours, 9 minutes ago posted by jantujantu 1028 days, 17 hours, 3 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Tuesday, July 27, 2010 10:12:02 AM GMT
We can transform this dictionary mapping nodes to neighbours into a list of edge tuples and build the graph: var sagraph = new Graph(13, from x in SA.Keys from y in SA[x] select Tuple.Create(x, y)); Notice that this illustrates both a strength and a weakness of our earlier design decision to make the graph take a list of edges as its input. The graph could just as easily have taken a dictionary mapping nodes to neighbours, and then we wouldn't hav... (more)
category: How To | clicked: 3 | comment | | source: blogs.msdn.com
tags: C#, graph colouring
8
Shouts

Graph Colouring with Simple Backtracking, Part Three - Eric Lippert

published 1027 days, 14 hours, 9 minutes ago posted by jantujantu 1029 days, 17 hours, 27 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Monday, July 26, 2010 9:48:20 AM GMT
Graph colouring is a very well-studied problem. It's known to be NP-complete for arbitrary graphs, so (assuming that P!=NP) we're not going to find an always-fast algorithm for colouring an arbitrary graph. However, for typical graphs that we encounter in the wild, the following simple algorithm is pretty good. Start by saying that every node can be every possible colour... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: C#, graph colouring
7
Shouts

To XAML, with love an experiment with XAML Serialization in Silverlight - David Eitan

published 1028 days, 17 hours, 23 minutes ago posted by jantujantu 1029 days, 17 hours, 30 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Monday, July 26, 2010 9:44:47 AM GMT
I’m a big fan of XAML.  It provides a nice, declarative, toolable way of defining UI, encourages separation of UI logic and application logic, and is flexible enough to allow an impressive amount of expressiveness.  In addition to being a way to describe a user interface, XAML can be used as a serialization format for arbitrary CLR objects.  A little over a month ago, as I was building out a prototype of an idea I had for a blog post for another time, I found myself looking for a way to quickly and easil... (more)
category: Metro | clicked: 5 | comment | | source: www.davidpoll.com
tags: Silverlight, XamlSerializer, Silverlight 4, XAML
5
Shouts

same pretty charts Upgraded my Windows Phone 7 Charting example for the Windows Phone Developer Tools Beta - David Anson

published 1028 days, 17 hours, 23 minutes ago posted by jantujantu 1029 days, 17 hours, 34 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Monday, July 26, 2010 9:40:54 AM GMT
The recent release of the Windows Phone Developer Tools Beta introduces a variety of notable changes to the Windows Phone platform and I've been meaning to update my Data Visualization on Windows Phone sample so I could continue to refer people to it for educational purposes. (Just like I did when the April Tools Refresh came out.) I finally got some time and have updated the sample so it targets the Beta Tools and works "out of the box". (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: Silverlight, Silverlight Toolkit, Windows Phone
7
Shouts

Windows Client Developer Roundup 034 for - Pete Brown

published 1028 days, 17 hours, 23 minutes ago posted by jantujantu 1029 days, 17 hours, 45 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Monday, July 26, 2010 9:30:17 AM GMT
The Windows Client Developer Roundup aggregates information of interest to Windows Client Developers, including WPF, Silverlight, Visual C++, XNA, Expression Blend, Surface, Windows 7, Windows Forms, Windows Phone and Visual Studio, sometimes even a little jQuery and HTML5. If yo... (more)
category: How To | clicked: 0 | comment | | source: 10rem.net
tags: Silverlight, XNA, WindowsClient, .NET. WPF, Visual Studio, CPP, jQuery, ASP.NET
11
Shouts

New Videos and Tutorials for this Week - Joe Stagner

published 1027 days, 14 hours, 9 minutes ago posted by jantujantu 1030 days, 14 hours, 45 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Sunday, July 25, 2010 12:29:46 PM GMT
I have this GREAT Site Manager that manages the release mechanics of my content on the ASP.NET web site (THNAKS TERRI !) Here is a list of content that went live this week: Videos · ASP.NET MVC For the Rest of Us: Part 4 (Monday, July 19) · Tailspin Spyworks - Adding User Product Reviews (Wednesday, July 21) · Tailspin Spyworks - Displaying User Reviews (Wednesday, July 21)   Tutorials (Tailspin Spyworks) – Wednesday, July 21 · Part 1: File-> New Project · Part 2: Data Access Layer · Part 3: L... (more)
category: Metro | clicked: 4 | comment | | source: misfitgeek.com
tags: WebForms, Training, How-Do-I, Video, Free, MVC, ASP.NET
12
Shouts

The Canonical REST Entity Service - Ron Jacob

published 1028 days, 17 hours, 23 minutes ago posted by jantujantu 1031 days, 9 hours, 59 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Saturday, July 24, 2010 5:16:13 PM GMT
Recently I was doing a review of some .NET 3.5 WCF REST code based on the REST Starter Kit to see what it would take to move it to .NET 4.The more I looked at the code and thought about it deeply I realized that the mechanics of exposing a service over HTTP are not the hard part. What is difficult is to get the semantics of HTTP right. After spending some time reading through the HTTP spec I took a stab at creating the Canonical REST Entity Service (more)
category: Smart Client | clicked: 2 | comment | | source: blogs.msdn.com
tags: .NET 3.5 WCF, Entity Service
12
Shouts

ASP.NET MVC 2.0 and ADO.NET Entity Framework - Part 1

published 1028 days, 17 hours, 23 minutes ago posted by sonukapoorsonukapoor 1032 days, 15 hours, 22 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Friday, July 23, 2010 11:53:05 AM GMT
In this article, we'll examine using the ADO.NET Entity Framework (ADO.NET EF). The 4.0 version has received some major upgrades, with some major API enhancements and fixes for most of the pain points within the designer. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ADO.NET, entity framework 4.0, ASP.NET
6
Shouts

The Value of Prism (Silverlight TV #37) : JohnPapa

published 1031 days, 10 hours, 4 minutes ago posted by rajuraju 1032 days, 16 hours, 23 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Friday, July 23, 2010 10:52:18 AM GMT
As the one of those folks who just start their way into Silverlight, MVVM, MEF and Prism I'd really like to see something about 'MEF or Prism & MEF and Prism'. What is the difference? (more)
category: Metro | clicked: 0 | comment | | source: johnpapa.net
tags: Silverlight, MEF, MVVM, Prism
6
Shouts

MSDN: Double the Azure - Somasegar's WebLog

published 1031 days, 10 hours, 4 minutes ago posted by rajuraju 1032 days, 16 hours, 26 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Friday, July 23, 2010 10:49:16 AM GMT
Today we are announcing that we are doubling the initial Windows Azure benefits to MSDN subscribers by extending the offer from eight months to 16 months. Windows Azure is a is a flexible cloud-computing platform that provides developers with on-demand compute and storage to host, scale, and manage web applications on the internet through Microsoft datacenters. (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Azure, MSDN
7
Shouts

Entity Framework 4 “Code-First” - Custom Database Schema Mapping - ScottGu's Blog

published 1031 days, 10 hours, 4 minutes ago posted by rajuraju 1032 days, 16 hours, 31 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Friday, July 23, 2010 10:44:15 AM GMT
Last week I blogged about the new Entity Framework 4 “code first” development option.  The EF “code-first” option enables a pretty sweet code-centric development workflow for working with data.  It enables you to:Develop without ever having to open a designer or define an XML mapping file Define model objects by simply writing “plain old classes” with no base classes required Use a “convention over configuration” approach that enables database persistence without explicitly configuring anything In last... (more)
category: How To | clicked: 2 | comment | | source: weblogs.asp.net
tags: XML, Code first, Entity Framework 4, ScottGu
7
Shouts

Productivity Power Tools: A MUST Have - Cameron Skinner

published 1031 days, 10 hours, 4 minutes ago posted by jantujantu 1034 days, 8 hours, 24 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Wednesday, July 21, 2010 6:50:53 PM GMT
If you use Visual Studio 2010 at all, stop what you are doing and install the Productivity Power Tools. It is extraordinarily easy to do so ( go to Tools->Extension Manager…, and search for “Productivity Power Tools” ): There are a number of fantastic features in the Power Tool deliverable, but the one I want to point out is the new Solution Navigator. ( There have been a number of posts about these capabilities today, but I simply couldn’t help myself on this. I had to write about it! (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: PowerTools
5
Shouts

PollingDuplex multiple mode timeouts demystified - Silverlight Web Services Team

posted by jantujantu 1034 days, 8 hours, 36 minutes ago
Wednesday, July 21, 2010 6:39:22 PM GMT
The new MultipleMessagesPerPoll mode added to PollingDuplex in Silverlight 4, comes with some new timeouts , so I thought it would be useful to post a detailed description of how those work. Unfortunately this is not currently covered by our documentation, which is something we are looking to address in upcoming documentation refreshes. (more)
category: Metro | clicked: 1 | comment | | source: blogs.msdn.com
tags: pollingduplex, Debugging
5
Shouts

Hopping outside the box How to Leapfrog Bindings bridge DataContexts in Silverlight and WPF - David Anson

published 1033 days, 12 hours, 17 minutes ago posted by jantujantu 1034 days, 8 hours, 41 minutes ago
Thursday, July 22, 2010 2:57:55 PM GMT Wednesday, July 21, 2010 6:34:01 PM GMT
The data binding infrastructure for Silverlight and WPF is extremely powerful and makes it easy to write powerful, dynamic applications without worrying about synchronizing the UI with every change to the underlying data. By leveraging this power, developers can think entirely in terms of the data model and be confident that any changes they make will be reflected by the interface automatically. (more)
category: Metro | clicked: 1 | comment | | source: blogs.msdn.com
tags: Silverlight, WPF
7
Shouts

VS 2010 Productivity Power Tools Update with some cool new features - Scott Guthrie

published 1035 days, 8 hours, 32 minutes ago posted by jantujantu 1035 days, 17 hours, 17 minutes ago
Tuesday, July 20, 2010 6:43:23 PM GMT Tuesday, July 20, 2010 9:58:21 AM GMT
Last month I blogged about the VS 2010 Productivity Power Tools Extensions – a free set of Visual Studio 2010 extensions that provide some really nice additional functionality. The initial Visual Studio Productivity Power Tools release included a bunch of really useful productivity enhancements – including a much faster “Add Reference” dialog, lots of code editor additions and enhancements, and some nice IDE improvements around document tab management.  You can learn more about these features in my prev... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News, ASP.NET
3
Shouts

WCF service in Windows Azure and consuming in Window 7 phone

published 1036 days, 16 hours, 51 minutes ago posted by codegaincodegain 1038 days, 10 hours, 33 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Saturday, July 17, 2010 4:41:49 PM GMT
This article will give step by step walkthrough of hosting a WCF service in windows azure and then consuming that in windows7 phone application. (more)
category: How To | clicked: 0 | comment | | source: codegain.com
tags: Windows Phone 7, REST Services, Windows Phone, WCF
5
Shouts

Rendering enum as HTML select in ASP.NET MVC 2

published 1036 days, 16 hours, 51 minutes ago posted by alexandermpalexandermp 1040 days, 13 hours, 35 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Thursday, July 15, 2010 1:40:20 PM GMT
Render an enum from C# as a HTML select element with enum values as options, in ASP.NET MVC 2, using HtmlHelper class extension. (more)
category: Web Dev | clicked: 1 | comment | | source: alexandermp.com
tags: ASP.NET MVC, HtmlHelper, C# 3.5
5
Shouts

How to Sleeping a thread for Zero Seconds in C# : The CodeGain

published 1036 days, 16 hours, 51 minutes ago posted by codegaincodegain 1037 days, 22 hours, 15 minutes ago
Monday, July 19, 2010 10:24:02 AM GMT Sunday, July 18, 2010 5:00:12 AM GMT
Sleeping a thread for Zero Seconds in C# (more)
category: How To | clicked: 1 | comment | | source: www.codegain.com
tags: .NET, C#, CSharp, Threading
Previous 1 2 ... 10 11 12 13 14 15 16 17 18 19 ... 116 117 Next