DotNetShoutout - Latest published stories in Smart Client
6
shouts

Introducing Windows Phone 7 Development Tools - Somasegar

published 12 hours, 16 minutes ago posted by jantujantu 1 day, 3 hours, 44 minutes ago
Wednesday, March 17, 2010 11:54:17 AM 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: 65 | comment | | source: blogs.msdn.com
tags: .NET Framework, Developer Division, Expression, Silverlight, Visual Studio
6
shouts

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

published 12 hours, 16 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 1 day, 12 hours, 15 minutes ago
Wednesday, March 17, 2010 11:54:17 AM 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: 51 | comment | | source: www.rudigrobler.net
tags: Blend, Silverlight, WPF
6
shouts

JEF CLAES ON .NET AND LIFE: Listening for UDP packets in a Windows service using an UdpClient

published 2 days, 12 hours, 14 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 3 days, 8 hours, 42 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 3:28:58 PM GMT
In this post, I'll show you how can you listen for UDP packets in a Windows service. (more)
category: Smart Client | clicked: 66 | comment | | source: jclaes.blogspot.com
tags: Threading, UDP, Windows service
5
shouts

Windows 7 Libraries C# Quick Reference - Arik Poznanski's Blog

published 2 days, 12 hours, 14 minutes ago posted by arikarik 3 days, 36 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 11:34:31 PM GMT
Windows 7 Libraries C# Quick Reference Following are some listings to be used as a quick reference to common Windows 7 Libraries features using Windows API Code Pack. The code in this post is based on previous work by Alon and other Sela team members. Great work all.Forward Just to clarify the terminology used: Every Windows 7 library is represented as an XML file with the .library-ms extension. The common libraries files are commonly stored in: C:\Users\ (more)
category: Smart Client | clicked: 40 | comment | | source: blogs.microsoft.co.il
tags: libraries, Windows 7, Windows 7 Code Pack
6
shouts

.NET - Creating a Weather Gadget for Windows 7

published 3 days, 11 hours, 21 minutes ago posted by KhaledKhaled 4 days, 22 hours, 51 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 1:19:49 AM GMT
In this article we will see how you can develop a Weather gadget for Windows 7 which uses Yahoo Weather API for fetching Weather data. The application will also have some of the latest exciting features of Windows 7 like Thumbnail Toolbar and Progress bar. (more)
category: Smart Client | clicked: 37 | comment | | source: www.dotnetcurry.com
5
shouts

Programming Practices: Part 2 – Thoughts on TDD - Brian Harry

published 5 days, 11 hours, 17 minutes ago posted by jantujantu 6 days, 14 hours, 52 minutes ago
Friday, March 12, 2010 12:53:20 PM GMT Thursday, March 11, 2010 9:18:13 AM GMT
Well, it seems the last post wasn’t too controversial. Let me try something that might be a bit more controversial. Heck, it might even get some people down right agitated with me but that’s OK, disagreement is a useful tool to drive clarity and understanding. I don’t like Test Driven Development. I don’t just not like it, I think it’s a bad idea. How’s that for an inflammatory statement? Probably gonna make the cool kids black ball me :) I don’t sp... (more)
category: Smart Client | clicked: 45 | comment | | source: blogs.msdn.com
tags: TDD, Visual Studio
7
shouts

Open Source WPF UML Design tool

published 6 days, 11 hours, 54 minutes ago posted by omaralzabiromaralzabir 8 days, 6 hours, 29 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Tuesday, March 09, 2010 5:41:41 PM GMT
Open Source WPF UML Design tool PlantUmlEditor is my new free open source UML designer project built using WPF and .NET 3.5. If you have used plantuml before, you know that you can quickly create sophisitcated UML diagrams without struggling with a designer. Especially those who use Visio to draw UML diagrams (God forbid!), you will be at heaven. This is a super fast way to get your diagrams up and ready for show. You can write UML diagrams in plain English, following a si... (more)
category: Smart Client | clicked: 41 | comment | | source: msmvps.com
tags: C# 3.5, WPF 3.5
5
shouts

Fabulous Adventures In Coding - Eric Lippert

published 7 days, 12 hours, 42 minutes ago posted by jantujantu 8 days, 10 hours, 50 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Tuesday, March 09, 2010 1:20:34 PM GMT
Thanks for all your insights on what is attractive or unattractive about job postings, and about working on developer tools. A great many of the comments were strongly aligned with each other; no one likes “alphabet soup”. And a number of them illustrated that there is a wide spectrum of what people find attractive and unattractive. To sum up the hundred comments I received: Factors that make a job posting unattractive are: “Required Skills Include…” “technology vomit”, aka “alphabet soup”. ASP, PHP,... (more)
category: Smart Client | clicked: 63 | comment | | source: blogs.msdn.com
tags: ASP.NET, Interviewing, PHP
6
shouts

WPF and Text Blurriness, now with complete Clarity - Scott Hanselman

published 7 days, 12 hours, 42 minutes ago posted by jantujantu 8 days, 5 hours, 13 minutes ago
Wednesday, March 10, 2010 11:28:54 AM GMT Tuesday, March 09, 2010 6:57:51 PM GMT
The #1 complaint I hear about WPF (Windows Presentation Foundation) is that many fonts end up looking "blurry." It's a darned shame because really great applications like Evernote get criticized because of this one issue*. The blurriness happens on .NET 3.5 and below because WPF's graphics system is "device independent" so rendering happens independent of resolution. It makes apps DPI-aware for free and scales them nicely. Unfortunately MOST people are running on 96dpi screens and that's where you'd ex... (more)
category: Smart Client | clicked: 47 | comment | | source: www.hanselman.com
tags: VS2010, Windows Client, WPF
4
shouts

Microsoft Visual Studio Team Explorer 2010 codename “Eaglestone” - Brian Harry

published 11 days, 8 hours, 6 minutes ago posted by jantujantu 12 days, 12 hours, 38 minutes ago
Saturday, March 06, 2010 4:04:10 PM GMT Friday, March 05, 2010 11:32:08 AM GMT
Microsoft Visual Studio Team Explorer 2010 codename “Eaglestone” This morning, we are announcing the beta release of Microsoft Visual Studio Team Explorer 2010 codename “Eaglestone”, the Eclipse plugin and cross-platform command line assets that were acquired from Teamprise back in November. You can download the bits here, and participate in the associated Microsoft Connect community here. I want to use this post to provide some detail on what we’ve released here and a little information on where we’re ... (more)
category: Smart Client | clicked: 41 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010, VS 2010
6
shouts

Sharing the goodness that is VB Using Projections with Data Services in Visual Studio 2010 - Beth Massi

published 13 days, 12 hours, 39 minutes ago posted by jantujantu 14 days, 9 hours, 41 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 2:29:07 PM GMT
Using Projections with Data Services in Visual Studio 2010Published 02 March 10 03:49 PM Starting in Visual Studio 2008 Service Pack 1, you can create ADO.NET Data Services to easily expose data models via RESTful web services. So if you are building a remote CRUD data access layer then this is a technology that you're probably using or are looking into. I’ve written a lot about about data services in VS2008, my favorites are:Using ADO.NET Data ServicesADO.NET Data Services - Building a WPF ClientADO.NE... (more)
category: Smart Client | clicked: 47 | comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, article, DevCenter, Linq, VS2010, WCF Data Services
4
shouts

Silverlight 4: How to Capture Video from Default Webcam?

published 13 days, 12 hours, 39 minutes ago posted by dotnetfundadotnetfunda 14 days, 4 hours, 48 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 7:22:18 PM GMT
Silverlight 4 Beta 1 has been released by Microsoft on 18th November 2009. There are lots of goodies came up with the release of the new version. Among them, most of all are requested by the developers & users of Silverlight. In this post I will demonstrate one of the new feature “Accessing Default Webcam using Silverlight 4”. (more)
category: Smart Client | clicked: 26 | comment | | source: www.dotnetfunda.com
tags: Silverlight 4
11
shouts

Innovation Showcase : Best Practices for Improving VS 2010 and WPF Performance with Remote Desktop

published 13 days, 12 hours, 39 minutes ago posted by jbarnesjbarnes 16 days, 6 hours, 23 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Monday, March 01, 2010 5:47:37 PM GMT
01 March 2010 Best Practices for Improving VS 2010 and WPF Performance with Remote Desktop It is increasingly common for users to run their client applications remotely, either connected to another Windows Client machine (Remote Desktop) or to a Windows Server (Terminal Services). In both of these scenarios the sources and the target machines are communicating over a protocol called Remote Desktop Protocol (or RDP). Check-out this blog post that shares some of our findings while testing Visual Stu... (more)
category: Smart Client | clicked: 28 | 1 comment | | source: blogs.msdn.com
6
shouts

Session Time Out Tricks - Misfit Geek

published 15 days, 8 hours, 52 minutes ago posted by jantujantu 16 days, 13 hours, 31 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 10:39:29 AM GMT
I recently received an email from a developer who needed toimplement a behavior around a user’s session timeout behavior. As you probably know, we can configure our application to “expire” a user’s session at any interval that we wish.Example:We can add a specification to our application’s web.config file to change the default session expiration time from 20 minutes to a time span of our own choosing. 10 minutes in the example above.The session timeout value is a sliding value; on each reques... (more)
category: Smart Client | clicked: 68 | comment | | source: misfitgeek.com
tags: ASP.NET, blog
7
shouts

Key Software Development Trends - Somasegar

published 19 days, 9 hours, 33 minutes ago posted by jantujantu 20 days, 13 hours, 57 minutes ago
Friday, February 26, 2010 2:37:38 PM GMT Thursday, February 25, 2010 10:14:03 AM GMT
More than ever before, today’s developers are open to considering and using multiple technologies to enable them to build solutions smoothly and deliver them to their customers quickly.  There are an increasing number of choices available for developers in terms of programming styles.  Our goal is to provide fantastic support for all programming styles within our tools to enable our customers to build great software.Several trends are emerging within the area of softwa... (more)
category: Smart Client | clicked: 64 | comment | | source: blogs.msdn.com
tags: .NET Framework, Developer Division, Visual Studio
6
shouts

Put Missing Kids on your 404 Page - Entirely Client-Side Solution with YQL, jQuery, and MSAjax - Scott Hanselman

published 19 days, 9 hours, 33 minutes ago posted by jantujantu 20 days, 8 hours, 7 minutes ago
Friday, February 26, 2010 2:37:38 PM GMT Thursday, February 25, 2010 4:03:05 PM GMT
I noticed a post over at a blog called "The other side of the moon" where the author suggests that we put pictures and details of missing children on on 404 pages. It's a simple and brilliant idea. Millions of 404s are delivered every day. We are reporting on missing pages, but not on missing children. He includes a simple PHP solution. I set out to create an ASP.NET solution, but then realized that a server-side solution wasn't really necessary. Could I do it all on the client side? This way anyone co... (more)
category: Smart Client | clicked: 55 | comment | | source: www.hanselman.com
tags: ASP.NET, ASP.NET AJAX, Open Source
8
shouts

Why breakpoints do not get hit when targeting x86 on Windows 7 x64? | Samuel Moura's DevUX

published 35 days, 13 hours, 41 minutes ago posted by smourasmoura 36 days, 13 hours, 4 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 11:06:51 AM GMT
I am currently working on a fully managed WPF application, that references a certified C# DLL that was purposely compiled targeting x86 platform (part of the certification process I think). Since I recently got an upgrade on my development machine, and I wanted to take full advantage of my 8GB of RAM I ended up installing Windows 7 x64. (more)
category: Smart Client | clicked: 26 | comment | | source: smoura.com
tags: Debug, VS2008, Windows7, x64
6
shouts

Visual Studio Tips and Tricks Setting a Tracepoint in source code - Zain Naboulsi

published 37 days, 10 hours, 30 minutes ago posted by jantujantu 38 days, 13 hours, 11 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Sunday, February 07, 2010 10:59:54 AM GMT
Most everyone knows what a Breakpoint is but, since Visual Studio 2005, we have had Tracepoints as well.  Unlike Breakpoints, Tracepoints give you the opportunity to unobtrusively print out information during (or after) application execution.  This tip will show you how to use the IDE to create Tracepoints but detailed instructions on how to do this in code can be found here... (more)
category: Smart Client | clicked: 52 | comment | | source: blogs.msdn.com
tags: Breakpoint, Microsoft, Tips and Tricks, tracepoint, Visual Studio, Visual Studio 2010, VS2010
6
shouts

Detecting User Inactivity (C#)

published 37 days, 10 hours, 30 minutes ago posted by BlackWaspBlackWasp 38 days, 7 hours, 50 minutes ago
Monday, February 08, 2010 1:40:11 PM GMT Sunday, February 07, 2010 4:20:24 PM GMT
Some software, such as backup utilities, can use a large proportion of processor time and other resources. Often the user is given the option to only run such processes when the computer is not in use. This requires the detection of user inactivity. (more)
category: Smart Client | clicked: 80 | comment | | source: www.blackwasp.co.uk
tags: C#, Windows
6
shouts

ButtonChrome.com | Using CLR 4 Dynamics To Mock Bindable Objects in XAML

published 41 days, 12 hours, 49 minutes ago posted by DeanCDeanC 42 days, 16 hours, 5 minutes ago
Thursday, February 04, 2010 11:21:05 AM GMT Wednesday, February 03, 2010 8:05:32 AM GMT
When I’m building prototypes in WPF or working on a GUI spike in an agile development team I often find it really unproductive to continuously switch between working in XAML (with my designer hat on), and working on the plumbing code (with my C# hat on). Wouldn't it be nice to be able to model my data in XAML, and seamlessly use it with XAML Binding expressions that’ll be valid once the ‘real’ data gets plumbed in. Well, thanks to the dynamic features in CLR v4 this is now a trivial task. Firstly lets... (more)
category: Smart Client | clicked: 41 | comment | | source: www.buttonchrome.com
Previous 1 2 3 4 5 6 7 8 9 10 ... 17 18 Next