Nickolay
Name: Nickolay
Score: 9,271.71
Last Seen: 469 days, 1 hour, 6 minutes ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
7
Shouts

Unable to start Debugging. The Silverlight Developer Run time is not installed. Please install a matching version

published 776 days, 4 hours, 5 minutes ago posted by http://www.smallworkarounds.net/http://www.smallworkarounds.net/ 782 days, 5 hours, 51 minutes ago
Sunday, April 10, 2011 3:23:14 PM GMT Monday, April 04, 2011 1:37:32 PM GMT
If you have enabled the automatic updates to Silverlight , then you might face this issue if you download and update the version of Silverlight to the latest version. Now when you will start your Silverlight application it will complain to you that it can’t start debugging as a matching version of Silverlight Developer Runtime is not installed. This is not a big trouble its just that you have updated the copy of your Silverlight but the silverilght developer runtime also needs to be updated, microsoft ... (more)
category: Metro | clicked: 2 | comment | | source: www.smallworkarounds.net
tags: Silverlight 4
6
Shouts

Silverlight Giveaway by Actipro, IdeaBlade, Telerik, SyncFusion and more!

published 780 days, 17 hours, 40 minutes ago posted by mbcrumpmbcrump 782 days, 3 hours, 45 minutes ago
Wednesday, April 06, 2011 1:48:02 AM GMT Monday, April 04, 2011 3:42:54 PM GMT
This month, we will give away 7 great Silverlight products and have 10 different winners (Telerik is giving away 3 license). This way the Silverlight community can grow with more than just one person winning all the prizes. This month we will be giving away:Actipro Silverlight Studio 2011.1 – Brand new and offers unique controls that you should check out. IdeaBlade DevForce Universal – It’s time to replace WCF RIA Services with something much much easier. Devcomponents – Winner gets both the WPF/Silverli... (more)
category: Metro | clicked: 0 | comment | | source: michaelcrump.net
9
Shouts

NuGet Package of the Week #4 - Deserializing JSON with Json.NET - Scott Hanselman

published 779 days, 6 hours, 56 minutes ago posted by iftekharahmedamitiftekharahmedamit 781 days, 22 hours, 45 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 8:43:18 PM GMT
Hey, have you implemented the NuGet Action Plan? Get on it, it'll take only 5 minutes: NuGet Action Plan - Upgrade to 1.2, Setup Automatic Updates, Get NuGet Package Explorer. NuGet 1.2 is out, so make sure you're set to automatically update! The Backstory: I was thinking since the NuGet .NET package management siteis starting to fill up that I should start looking for gems (no pun intended) in there. You know, really useful stuff that folks might otherwise not find. I'll look for mostly open source pro... (more)
category: Web Dev | clicked: 5 | 2 comments | | source: www.hanselman.com
tags: JSON, JavaScript, Json.NET, NuGet
8
Shouts

Customizing ASP.NET MVC’s Required Property Validation Messages - Davy Brion

published 779 days, 6 hours, 56 minutes ago posted by iftekharahmedamitiftekharahmedamit 781 days, 22 hours, 20 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:08:25 PM GMT
I recently got convention-based localization of display labels working with ASP.NET MVC, and this week, i wanted to get something similar working for required field validation messages. ASP.NET MVC3 shows a default validation message when a required field is not filled in, unless you specify a resource provider and the name of the resource key when you put the Required attribute on a property. Just like with the display value of labels, i wanted a convention based approach for this. I wanted ASP.NET M... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: davybrion.com
tags: ASP.NET MVC, Validation, MVC, ASP.NET
7
Shouts

Overview of Windows Azure - Neil Mackenzie

published 779 days, 6 hours, 56 minutes ago posted by iftekharahmedamitiftekharahmedamit 781 days, 21 hours, 59 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:29:01 PM GMT
Windows Azure is the Platform-as-a-Service offering (PaaS) from Microsoft. Like other cloud services it provides the following features: Compute Storage Connectivity Management Compute Windows Azure Compute is exposed through hosted services deployable as a package to an Azure datacenter. A hosted service provides an organizational and security boundary for a related set of compute resources. I... (more)
category: Architecture | clicked: 0 | 2 comments | | source: convective.wordpress.com
tags: Windows Azure, windows azure platform, Azure
9
Shouts

HowTo: Setup of WebDeploy / MSDeploy - Code Inside Team

published 779 days, 6 hours, 56 minutes ago posted by iftekharahmedamitiftekharahmedamit 781 days, 21 hours, 42 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:45:56 PM GMT
A long time ago I’ve already spoken about MSDeploy. It was about how to integrate MSDeploy into your Building process. But I haven’t talked a lot about server configuration. That’s what I’m going to change today because sometimes MSDeploy or WebDeploy is used to be a little bit bitchy So how to configurate MSDeploy/WebDeploy? Basics I assume that you have IIS7 or better. Here it’s not difficult to install the Web D... (more)
category: How To | clicked: 10 | 1 comment | | source: code-inside.de
tags: MSDeploy, Deploying, Deployment, WebDeploy, Deploy
9
Shouts

Authentication in WP7 client with REST Services–Part II - Eugenio Pace

published 779 days, 6 hours, 56 minutes ago posted by iftekharahmedamitiftekharahmedamit 781 days, 21 hours, 40 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Monday, April 04, 2011 9:48:01 PM GMT
n the previous post I covered the “semi-passive” way for authentication between a Windows Phone 7 client and a REST service. This post completes the information with the “active” way. There’s nothing unexpected here really:... (more)
category: Web Dev | clicked: 2 | comment | | source: blogs.msdn.com
tags: Authentication, WP7, REST Services, REST service, REST
7
Shouts

Producing and Consuming OData in a Silverlight and Windows Phone 7 application (Part 3)

published 776 days, 4 hours, 5 minutes ago posted by mbcrumpmbcrump 781 days, 5 hours, 39 minutes ago
Sunday, April 10, 2011 3:23:14 PM GMT Tuesday, April 05, 2011 1:49:30 PM GMT
This article is Part 3 of the series “Producing and Consuming OData in a Silverlight and Windows Phone 7 application.” You can read any of the parts you may have missed by clicking on the links below. Producing and Consuming OData in a Silverlight and Windows Phone 7 application. (Part 1) – Creating our first OData Data Source and querying data through the web browser and LinqPad.Producing and Consuming OData in a Silverlight and Windows Phone 7 application. (Part 2 ) – Consuming OData in a Silverlight A... (more)
category: Metro | clicked: 0 | comment | | source: michaelcrump.net
7
Shouts

Producing and Consuming OData in a Silverlight and Windows Phone 7 application (Part 3)

published 776 days, 4 hours, 5 minutes ago posted by KMilKMil 781 days, 5 hours, 23 minutes ago
Sunday, April 10, 2011 3:23:14 PM GMT Tuesday, April 05, 2011 2:05:02 PM GMT
In this article, Michael Crump shows you how to consume an OData Data Source using Windows Phone 7. Read the complete series of articles to have a deep understanding of OData and how you may use it in your own applications. Note: There is a video accompanying this article! (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
tags: Windows Phone 7, WP7, Windows Phone 7 Development, OData
9
Shouts

A Silverlight Developer’s look at TFS 2010 Remote Hosting.

published 773 days, 22 hours, 26 minutes ago posted by mbcrumpmbcrump 781 days, 4 hours, 47 minutes ago
Tuesday, April 12, 2011 9:01:54 PM GMT Tuesday, April 05, 2011 2:41:19 PM GMT
Full Disclaimer: Since I am on the GeeksWithBlog.NET Influencer list, I was issued a free 1-year subscription to DiscountASP.NET TFS2010 remote hosting. With that said, the thoughts/opinions located below are my own. I’ve always like Team Foundation Server. The main thing that I’ve hated about it was installing/maintaining it. I’d rather spend that time learning more about things such as Silverlight/WPF/WP7. I really didn’t know what to expect as we use another source control at work and I’ve never had ... (more)
category: Metro | clicked: 1 | comment | | source: michaelcrump.net
5
Shouts

Rounding Corners using CSS3 - Kirupa Chinnathambi

published 786 days, 22 hours, 21 minutes ago posted by iftekharahmedamitiftekharahmedamit 787 days, 5 hours, 5 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Wednesday, March 30, 2011 2:22:34 PM GMT
Every few years, something gets added to HTML or its related technologies that starts off as being cool and trendy. After massive overuse, that "something" ends up being despised and mocked. This cycle of going from adulation to derision repeats itself all the time. For example, two additions that people once loved but pretend never existed are the blink and marquee tags. (Admit it - you know you used them at some point! ) In CSS3, one recent addition is the ability to natively specify rounded corners. ... (more)
category: How To | clicked: 0 | comment | | source: www.kirupa.com
tags: css3, CSS 3, CSS
9
Shouts

Modifying the default code generation/scaffolding templates in ASP.NET MVC - Scott Hanselman

published 784 days, 21 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 787 days, 20 hours, 34 minutes ago
Friday, April 01, 2011 10:22:51 PM GMT Tuesday, March 29, 2011 10:53:44 PM GMT
One of the things people like the most about my ASP.NE MVC 2 Ninja Black Belt Tips video, besides the Bill Cosby sweater, is the tip where I show how to modify the default CodeTemplates that are used in Code Generation in ASP.NET MVC (either version). Eilon mentioned it on an internal mailing list this week so I thought it'd be worth surfacing again in case you haven't heard of this, Dear Reader. Soon, we'll see even more powerful, flexible, and fun ways to customize your own Scaffolding in ASP.NET MVC... (more)
category: Web Dev | clicked: 5 | 1 comment | | source: www.hanselman.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASP.NET MVC 2, MVC, ASP.NET
8
Shouts

Phoney Tools v0.7 Released - Shawn Wildermuth

published 784 days, 21 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 787 days, 20 hours, 31 minutes ago
Friday, April 01, 2011 10:22:51 PM GMT Tuesday, March 29, 2011 10:57:06 PM GMT
We're marching towards MIX11 and the Phoney Tools will be ready. The new version is now available that includes a couple of new features and a few bug fixes.  The changes include: I find it painful to play the trial-and-error approach when specifying the InputScope of a TextBox. To alleviate this I've created an attached property where you can specify what you require from an input scope and have it assigned f... (more)
category: Smart Client | clicked: 1 | comment | | source: wildermuth.com
tags: Phoney Tools, Silverlight, WP7, phone
8
Shouts

Custom ASP.NET Routing to an HttpHandler - Rick Strahl's Web Log

published 784 days, 21 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 787 days, 20 hours, 26 minutes ago
Friday, April 01, 2011 10:22:51 PM GMT Tuesday, March 29, 2011 11:01:56 PM GMT
As of version 4.0 ASP.NET natively supports routing via the now built-in System.Web.Routing namespace. Routing features are automatically integrated into the HtttpRuntime via a few custom interfaces. New Web Forms Routing Support In ASP.NET 4.0 there are a host of improvements including routing support baked into Web Forms via a RouteData property available on the Page class and RouteCollection.MapPageRoute() route handler that makes it easy to route to Web forms. To map ASP.NET Page routes is as simpl... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: west-wind.com
tags: Routing, ASP.NET 4.0, ASP.NET 4, ASP.NET
8
Shouts

Effective Tests: A Test-First Example – Part 1 - Derek Greer

published 786 days, 22 hours, 21 minutes ago posted by iftekharahmedamitiftekharahmedamit 787 days, 20 hours, 15 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Tuesday, March 29, 2011 11:13:08 PM GMT
Part 3 of our series introduced Test-First Programming and briefly discussed its refinements: Test-Driven Development and Behavior-Driven Development.  This time, we’ll dive into a simple Test First example using the principles of Test-Driven Development along with some of the Behavior-Driven Development concepts introduced last time. Before beginning our example, we’ll take some time to discuss the goals and approach... (more)
category: Agile | clicked: 2 | comment | | source: lostechies.com
tags: Test, Test-Driven Development
8
Shouts

Browser Power Consumption—Leading the Industry with Internet Explorer 9 - IEBlog

published 784 days, 21 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 787 days, 19 hours, 25 minutes ago
Friday, April 01, 2011 10:22:51 PM GMT Wednesday, March 30, 2011 12:02:40 AM GMT
Power consumption is an important consideration in building a modern browser and one objective of Internet Explorer 9 is to responsibly lead the industry in power requirements. The more efficiently a browser uses power the longer the battery will last in a mobile device, the... (more)
category: How To | clicked: 0 | 2 comments | | source: blogs.msdn.com
tags: Internet Explorer 9, IE 9, IE9, Internet Explorer, IE
8
Shouts

Scaffolding Actions and Unit Tests with MvcScaffolding - Steve Sanderson’s blog

published 786 days, 22 hours, 21 minutes ago posted by iftekharahmedamitiftekharahmedamit 787 days, 11 hours ago
Wednesday, March 30, 2011 9:07:17 PM GMT Wednesday, March 30, 2011 8:28:04 AM GMT
This blog post is part of a series about the MvcScaffolding NuGet package:Introduction: Scaffold your ASP.NET MVC 3 project with the MvcScaffolding packageStandard usage: Typical use cases and optionsOne-to-Many RelationshipsThis post: Scaffolding Actions and Unit TestsComing soon: Customizing the T4 templates* Coming soon: Creating entirely new scaffolders with custom PowerShell logic* * Yes, I know those last two have been long delayed. There have been some changes to the extensibility mechanism and ... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: blog.stevensanderson.com
tags: ASP.NET MVC 3, Unit Tests, MVC, ASP.NET
6
Shouts

My 10 tips for designing phone apps - Alex Knight

published 784 days, 21 hours, 5 minutes ago posted by StevesSteves 787 days, 6 hours, 28 minutes ago
Friday, April 01, 2011 10:22:51 PM GMT Wednesday, March 30, 2011 12:59:47 PM GMT
I have been designing apps for a while now, including apps that target lots of different devices and form factors. I thought it would be good to write a list of the top 10 things I keep in mind when designing and building phone applications. Most of these apply to any application in some way though. These points cover both the design of the experience and some visual tricks that help to make usable apps.1. Considering the user. This might seem like an obvious point, but it's probably the most important ... (more)
category: UX | clicked: 2 | comment | | source: silverzine.com
tags: Silverlight, Windows Phone 7, Windows Phone, phone, Windows Phone 7 Series
5
Shouts

Silverlight, HttpWebRequest, HTTP Stacks and the UI Thread - Mike Taulty's Blog

published 786 days, 22 hours, 21 minutes ago posted by iftekharahmedamitiftekharahmedamit 787 days, 6 hours, 6 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Wednesday, March 30, 2011 1:22:06 PM GMT
This one comes from a customer who thought that they were seeing an issue in using the browser HTTP stack in Silverlight to make lots of HTTP requests. The issue seemed to be that the stack was blocking the UI thread and causing the UI to stutter. The suspicion was that the blocking was occurring while data was being read from the stream that is handed back to you when you’re reading an HTTP response. I thought I’d see if I could reproduce this behaviour myself and so I set out to put something togethe... (more)
category: Metro | clicked: 3 | comment | | source: mtaulty.com
tags: SL, Silverlight
5
Shouts

Enabling dynamic compression (gzip, deflate) for WCF Data Feeds, OData and other custom services in IIS7 - Scott Hanselman

published 786 days, 22 hours, 21 minutes ago posted by iftekharahmedamitiftekharahmedamit 787 days, 6 hours, 3 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Wednesday, March 30, 2011 1:24:53 PM GMT
I'm working on a thing that uses an HttpWebRequest to talk to a backend WCF Data Service and it'd be ideal if the traffic was using HTTP Compression (gzip, deflate, etc). On the client side, it's easy to just add code like thisrequest.AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate or more manuallyvar request = HttpWebRequest.Create("http://foofoo"); request.Headers["Accept"] = "application/json"; request.Headers["Accept-Encoding"] = "gzip, deflate"; However, you n... (more)
category: Web Dev | clicked: 22 | 1 comment | | source: www.hanselman.com
tags: IIS7, Compression, WCF, OData
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 ... 54 55 Next