DotNetShoutout - Latest published stories (page 457)
6
Shouts

ASP.NET MVC Scorecard Web Application - Part 2

published 1234 days, 1 hour, 6 minutes ago posted by http://www.adronbhall.com/http://www.adronbhall.com/ 1234 days, 17 hours, 11 minutes ago
Tuesday, January 05, 2010 1:32:31 PM GMT Monday, January 04, 2010 9:27:40 PM GMT
12/31/2009ASP.NET MVC Scorecard Web Application - Part 2 Alright, time to add some actual functionality to this thing.  First I want a report showing up on the scorecard page that has already been created.  I don't really care what it displays, just want to get it working and displaying.  I will get one report working and then pull up others and connect them with actual data from the Model. First things first I grabbed the MS Charting controls, which you will need to follow along with this section of c... (more)
category: Web Dev | clicked: 1 | comment | | source: www.adronbhall.com
7
Shouts

A Silverlight helper class to get/set Dependency property values of other objects

published 1234 days, 1 hour, 6 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1235 days, 1 hour, 19 minutes ago
Tuesday, January 05, 2010 1:32:31 PM GMT Monday, January 04, 2010 1:19:09 PM GMT
In my last post on Dependency Properties (Read here), I explained how to  listen for dependency property change notification of a UI Element. Here is a more ‘refined’ extension method - so that you can listen to Property change notifications of a source - by creating and registering a ‘listener’ dependency property in your class ('owner') and setting up a binding with the ‘source’ object. Remember that starting from Silverlight 4.0, you can even have dependency objects as the source. This is useful wh... (more)
category: Metro | clicked: 1 | 1 comment | | source: amazedsaint.blogspot.com
tags: .NET, Silverlight, C#, VisualStudio
9
Shouts

Creating Hello World application with Silverlight 3.0 with Visual Studio 2010

published 1234 days, 1 hour, 6 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1234 days, 18 hours, 26 minutes ago
Tuesday, January 05, 2010 1:32:31 PM GMT Monday, January 04, 2010 8:12:03 PM GMT
Silvelight is latest buzz in Microsoft.NET Technologies. Silverlight enable us to create rich user interface for the web based application. Let create a simple application to understand how Silverlight application works. We will start creating application with file menu –> New Project –>Silverlight application a dialog for silverlight application will open like following. Once you create a Silverlight application a new dialog will open to create a website which will host Silvelight application like... (more)
category: Metro | clicked: 0 | comment | | source: jalpesh.blogspot.com
7
Shouts

ASP.NET MVC Scorecard Web Application - Part 1

published 1234 days, 1 hour, 6 minutes ago posted by http://www.adronbhall.com/http://www.adronbhall.com/ 1234 days, 17 hours, 14 minutes ago
Tuesday, January 05, 2010 1:32:31 PM GMT Monday, January 04, 2010 9:24:15 PM GMT
12/29/2009ASP.NET MVC Scorecard Web Application - Part 1 There have been a lot of requests for MVC based scorecards, so I am going to kick off a new series of wiring up an MVC scorecard site.  This first part will simply cover setting up the basic site and skeleton framework using the default ASP.NET MVC Project. Start off by starting a new ASP.NET MVC Project.  Since I will be creating tests for this walk through, be sure to add a unit test project also.  I am just using the default MS-test libraries ... (more)
category: Web Dev | clicked: 2 | comment | | source: www.adronbhall.com
9
Shouts

Charts ala visiFire

published 1234 days, 1 hour, 6 minutes ago posted by http://www.adronbhall.com/http://www.adronbhall.com/ 1234 days, 18 hours, 59 minutes ago
Tuesday, January 05, 2010 1:32:31 PM GMT Monday, January 04, 2010 7:38:52 PM GMT
12/8/2009Charts ala visiFire As mentioned in my last blog entry, I have been on the hunt for some good charting displays.  I found visifire and here is the quick setup & display of some initial reports.  I used some sample data via trusty Webtrends Analytics 9 API, since we have a bit of example data about the office. ; ) Before even getting started, I am using Visual Studio 2010 beta2.  If you don't have access to this then your screen shots will appear a good bit different then mine, or simply you ... (more)
category: UX | clicked: 0 | comment | | source: www.adronbhall.com
tags: Silverlight, Charting, visifire, WPF, charting control
7
Shouts

Customizing Telerik RadGrid tooltips

published 1234 days, 1 hour, 6 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 1234 days, 19 hours, 12 minutes ago
Tuesday, January 05, 2010 1:32:31 PM GMT Monday, January 04, 2010 7:26:32 PM GMT
Today I had to customize the Telerik RadGrid tooltips. Overriding the hardcoded tooltips.. (more)
category: Web Dev | clicked: 10 | comment | | source: jclaes.blogspot.com
tags: Telerik Controls
6
Shouts

Prism-v2: Register views with names using View Discovery

published 1234 days, 1 hour, 6 minutes ago posted by dschenkelmandschenkelman 1234 days, 20 hours, 42 minutes ago
Tuesday, January 05, 2010 1:32:31 PM GMT Monday, January 04, 2010 5:56:03 PM GMT
The holidays are over, happy new year everyone and I hope it is a good one for all of you. It’s time for the first post of the year, which continuing last year’s trend will deal with Prism. A couple of weeks ago this question in the Prism forum got Fer and I thinking how to set the name of views in a region using View Discovery. As Prism does not support this out of the box (which is kind of weird), we had a talk with Ezequiel and Julian and decided to use Prism’s extensibility to get this done (this me... (more)
category: Metro | clicked: 0 | comment | | source: blogs.southworks.net
tags: Prism 2.0, P&P
7
Shouts

Accelerator and F# (III.): Data-parallel programs using F# quotations

published 1234 days, 1 hour, 6 minutes ago posted by http://tomaspetricek.pip.verisignlabs.com/http://tomaspetricek.pip.verisignlabs.com/ 1235 days, 2 hours, 51 minutes ago
Tuesday, January 05, 2010 1:32:31 PM GMT Monday, January 04, 2010 11:47:07 AM GMT
I already discussed how to write programs that run on GPU using Microsoft Research Accelerator project. In this article, we'll write an image rotation using data-parallel F# functions and then use a library that translates it to Accelerator automatically. This way we can get a significant performance improvement almost for free. (more)
category: How To | clicked: 0 | comment | | source: tomasp.net
10
Shouts

Visual Studio 2010 and .NET Framework 4 IDE Enhancements –Part2

published 1234 days, 1 hour, 6 minutes ago posted by himanethimanet 1235 days, 7 hours, 59 minutes ago
Tuesday, January 05, 2010 1:32:31 PM GMT Monday, January 04, 2010 6:38:59 AM GMT
Contents [hide]1 Introduction 2 Multi Monitor Support 3 Multi Targeting 4 Two versions of built in web servers now 5 Backward Compatibility 6 Side by Side Execution 7 Parallel Development 8 Flexibility to work on SqlServer 2008 from IDE 9 Document tab - Individual close button 10 Summary Visual Studio 2010 and .NET Framework 4 IDE Enhancements SeriesPart 1 In this article HimaBindu Vejella explains IDE enhancements in Visual Studio 2010 and .NET Framework 4.0.Part 2 In this article I am going t... (more)
category: Web Dev | clicked: 1 | comment | | source: dotnetslackers.com
tags: visual studio 2010 beta 2, Visual Studio 2010, VS2010, Visual Studio 2008 Database Edition, .NET Framework 4.0
6
Shouts

A basic proxy for intercepting method calls (Part –1) - Mehfuz's WebLog

published 1235 days, 1 hour, 21 minutes ago posted by http://mehfuzh.myopenid.com/http://mehfuzh.myopenid.com/ 1235 days, 20 hours, 59 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 5:39:10 PM GMT
Sunday, January 03, 2010 11:29 PM mehfuzh A basic proxy for intercepting method calls (Part –1) In this post i am going to show how you can write your own proxy for delegating calls. This just shows a way how you can handle it on your own but for complex interceptions its always wise to use alpha/beta/tested solutions. The post is more of an under the hood / aims to solve simple interception tasks where you might not need a full featured dynamic proxy or b... (more)
category: Agile | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: MSIL, C
11
Shouts

150+ Highly Recommended CSS 3 Tutorials

published 1235 days, 1 hour, 21 minutes ago posted by henriwijayahenriwijaya 1237 days, 21 hours ago
Monday, January 04, 2010 1:17:35 PM GMT Friday, January 01, 2010 5:38:18 PM GMT
These are massive css 3 tutorials for you to get started with CSS 3.Most of modern web browsers are already support CSS 3 but if you are still wondering which browser support for CSS 3 you can check this site : Browser support for CSS3 and HTML5 Create the accordion effect using CSS3 The Shadow effect in CSS3 Cleaner Code with CSS3 Selectors http://www.css3.info/ 70 Must-Have CSS3 and HTML5 Tutorials and Resources 33 Must Read CSS3 Tips, Tricks, Tutorial Sites and Articles ... (more)
category: Web Dev | clicked: 0 | comment | | source: psdcollector.blogspot.com
7
Shouts

Creating RSS Feeds using ASP.net

published 1235 days, 1 hour, 21 minutes ago posted by http://prajeeshkk.blogspot.com/http://prajeeshkk.blogspot.com/ 1237 days, 9 hours, 51 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Saturday, January 02, 2010 4:47:11 AM GMT
This post describes steps to generating RSS feeds using asp.net and c# (more)
category: Web Dev | clicked: 0 | comment | | source: prajeeshkk.blogspot.com
tags: C#, ASP.NET
17
Shouts

ASP.NET 4, ASP.NET MVC, and Silverlight 4 Videos of my Talks in Europe - Scott Guthrie

published 1235 days, 1 hour, 21 minutes ago posted by jantujantu 1236 days, 5 hours, 36 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 9:02:01 AM GMT
Last month I did a blog post about some of the presentations I did in Europe and posted the slides+demo files from them.  High-quality videos of the talks I did in Sweden were posted two weeks ago on the Channel9 site, so you can also now watch videos of the talks online as well.  The videos use a nice format where you can watch... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Silverlight, Talks, ScottGu, MVC, ASP.NET
8
Shouts

Fluent.NET 1.0.0.0 Released

published 1235 days, 1 hour, 21 minutes ago posted by KodefuGuruKodefuGuru 1235 days, 16 hours, 29 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 10:08:57 PM GMT
The first release of Fluent.NET is in the wild. It’s not a lot right now, but it is useful, and it will grow as I come across .NET framework methods that should be more fluent. So perhaps I should explain what Fluent.NET is. As an English speaker (a fair assumption since you’re reading my blog), you probably read from left to right. Why then do we as C# developers read and write code from the outside in?File.WriteAllLines("new.txt", File.ReadAllLines("old.txt")); Fluent.NET adds extension methods to gi... (more)
category: Agile | clicked: 2 | comment | | source: www.kodefuguru.com
tags: .NET, C#, Open Source, Fluent Interface
5
Shouts

Scott Hanselman's Computer Zen - 2009 Blogged - Greatest Hits

published 1235 days, 1 hour, 21 minutes ago posted by ali62bali62b 1236 days, 4 hours, 52 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 9:45:54 AM GMT
While I (really) unplugged in December of 2009, you can access a nice calendar of all my 2009 posts (as well as other years) at this link. In 2008 I published a Greatest Hits post that I will keep updated, but here's a list of links to the posts I most enjoyed writing this last year. I hope you find some of them useful, and perhaps you missed one or two or you just started reading recently and this 2009 "Greatest Hits" Post will catch you up on the stuff I was thinking about this year.General Geekery Pa... (more)
category: Podcast | clicked: 0 | 1 comment | | source: www.hanselman.com
11
Shouts

Saving Snapshots to PNG in Silverlight 4 and the WebCam - JohnPapa

published 1235 days, 1 hour, 21 minutes ago posted by impaimpa 1236 days, 5 hours, 29 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 9:09:21 AM GMT
This week I decided to experiment with a few webcam features and put together an application that activates a webcam, allows the user to take snapshots, and save the snapshots to PNG files. I like when demos use MVVM out of the box instead of just throwing all of the code in a single code behind, so one of my goals was to make a passing effort to break the code out and use MVVM practices. ... (more)
category: Metro | clicked: 0 | 2 comments | | source: johnpapa.net
tags: Silverlight, SL4
5
Shouts

Mocking framework comparison - Being Cellfish

published 1235 days, 1 hour, 21 minutes ago posted by jantujantu 1236 days, 28 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 2:09:53 PM GMT
As you may know I think mocks should be used quite carefully. But as I've pointed out before I think you should use the best tool available and that means to use a mocking framework sometimes. One thing I've never really liked with the typical mocking framework is how it requires you to learn a new API to setup the test double. And if you don't know the API I think a typical mock setup can be very confusing if you see the code for the first time. However if you choose Stubs as your framework you get the ... (more)
category: Architecture | clicked: 2 | 1 comment | | source: blogs.msdn.com
tags: TDD, BDD
10
Shouts

Is This Thing On? : How to cycle through the Clipboard Ring to paste different things

published 1235 days, 1 hour, 21 minutes ago posted by jantujantu 1236 days, 5 hours, 41 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 8:57:14 AM GMT
The Clipboard Ring keeps track of the past 20 items you've either cut or copied so you can reuse them over and over again!  After you hit item 20, it'll go back to the first item again. This is why the feature is called a Clipboard Ring.Give it a shot:Copy a few pieces of text into your clipboard then keep pressing CTRL + SHIFT + V to c... (more)
category: Smart Client | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: Tips and Tricks, Clipboard Ring, Visual Studio, VS2010
7
Shouts

Azure Part 2 Videos

published 1235 days, 1 hour, 21 minutes ago posted by questpondquestpond 1237 days, 1 hour, 23 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Saturday, January 02, 2010 1:14:56 PM GMT
Download free Azure Faq Part 2 Videos (more)
category: Web Dev | clicked: 0 | comment | | source: tinyurl.com
tags: Azure Platform
6
Shouts

Ricka on MVC & Dynamic Data : Session less MVC Controller for MVC 2 / RC

published 1235 days, 1 hour, 21 minutes ago posted by ali62bali62b 1236 days, 4 hours, 48 minutes ago
Monday, January 04, 2010 1:17:35 PM GMT Sunday, January 03, 2010 9:50:18 AM GMT
Session less MVC Controller for MVC 2 / RCLiveJournal Tags: MVC,MVC 2,sessionWhy a session less controller? You have a single client making multiple concurrent requests to the server. The default behavior is that these requests will be serialized; with the session less controller they execute in parallel.   For example, the client might make a single long-running request, but the developer wants other shorter requests (such as AJAX requests) from the client not to be blocked.  Normally, these later requ... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: Asynch, MVC 2