DotNetShoutout - Stories tagged with .NET
5
Shouts

Silverlight.TV with John Papa and Me! - Pete Brown

published 1056 days, 15 hours, 44 minutes ago posted by impaimpa 1058 days, 11 hours, 46 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Friday, July 02, 2010 6:33:33 PM GMT
When I was on campus in May, John and I recorded an episode of Silverlight.TV. Topic was Silverlight printing and reporting, including the codeplex project I created at http://silverlightreporting.codeplex.com. John's Silverlight.TV show is an awesome way to pick up both news and info on Silverlight, and quick nuggets of information. Thanks to John for taking the time to interview me for the show. (more)
category: Metro | clicked: 0 | comment | | source: 10rem.net
tags: .NET, Silverlight, Channel9
8
Shouts

Silverlight and WCF RIA Services (5–Authentication) - Mike Taulty

published 1056 days, 15 hours, 44 minutes ago posted by jantujantu 1058 days, 12 hours, 4 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Friday, July 02, 2010 6:15:20 PM GMT
It’s a fairly common requirement that a business service authenticates a client and it’s usually (at least) for the purpose of authorisation whereby we can control which users have access to an application or to some of its functionality. The two ways you usually go about it with a web site or web service are;integrated – i.e. let the web server do it via something like Basic Authentication, Digest Authentication, Windows Authentication. “forms” – i.e. the web server leaves the traffic well alone and so... (more)
category: Metro | clicked: 1 | comment | | source: mtaulty.com
tags: .NET, Silverlight, WCF RIA Services
6
Shouts

How'd they build that? Using Snoop and WPF Inspector to peek inside WPF Apps - Pete Brown

posted by jantujantu 1059 days, 15 hours, 46 minutes ago
Thursday, July 01, 2010 2:33:33 PM GMT
Sometimes, you want to check out how your application is structured at runtime. All those nested controls and elements can be hard to visualize when working in code, markup, or designer. Sometimes you need to see the applied values from styles (this is one thing I use IE and Firefox dev tools for with HTML/CSS all the time) Sometimes, you want to just ... er... borrow someone else's ideas. :) ... (more)
category: Metro | clicked: 3 | comment | | source: 10rem.net
tags: .NET, WindowsClient, WPF
9
Shouts

New Embedded Database Support with ASP.NET - ScottGu's Blog

published 1058 days, 17 hours, 12 minutes ago posted by rajuraju 1060 days, 15 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Thursday, July 01, 2010 6:04:51 AM GMT
Earlier this week I blogged about IIS Express, and discussed some of the work we are doing to make ASP.NET development easier from a Web Server perspective. In today’s blog post I’m going to continue the simplicity theme, and discuss some of the work we are also doing to enable developers to quickly get going with database development.  In particular, I’m pleased to announce that we’ve just completed the engineering work that enables Microsoft’s free SQL Server Compact Edition (SQL CE) database to work ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: SQL Server, .NET, Visual Studio, IIS Express, ScottGu, ASP.NET
4
Shouts

Singletons in C#, Static Constructor vs Static Initialization

published 1058 days, 17 hours, 12 minutes ago posted by http://baldi.myopenid.com/http://baldi.myopenid.com/ 1060 days, 1 hour, 48 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Thursday, July 01, 2010 4:31:58 AM GMT
In C# you can implement a thread safe singleton where the complexity is hidden in the .net framework, you not even need a if statement! (more)
category: How To | clicked: 0 | comment | | source: www.code-in.net
tags: .NET, singleton
4
Shouts

Introducing the PivotViewer Control for Silverlight - Pete Brown

published 1059 days, 15 hours, 42 minutes ago posted by jantujantu 1060 days, 17 hours, 51 minutes ago
Thursday, July 01, 2010 2:37:39 PM GMT Wednesday, June 30, 2010 12:28:16 PM GMT
Jesse Liberty and I have been working closely with the Live Labs team to help transition the PivotViewer control out as a real product for the developer community. I'm excited to say that the control is no longer a lab project, but is now out and available for developers! My congratulations to the team; they worked really hard to get this control out and into your hands.... (more)
category: Metro | clicked: 0 | comment | | source: 10rem.net
tags: .NET, Silverlight
8
Shouts

Silverlight PivotViewer Now Available - ScottGu's Blog

published 1058 days, 17 hours, 12 minutes ago posted by rajuraju 1060 days, 23 hours, 49 minutes ago
Friday, July 02, 2010 1:07:30 PM GMT Wednesday, June 30, 2010 6:30:45 AM GMT
Three months ago at MIX we announced and first demoed the Silverlight PivotViewer control. The Silverlight PivotViewer control enables you to visualize thousands of objects at once, and sort and browse data in a way that helps you see trends and quickly find what you’re looking for. It’s ability to compare information, and navigate it in a way that feels natural and fast, is really unrivaled in the market today.  PivotViewer is one of those technologies that’s way better experienced than described.  Be... (more)
category: Metro | clicked: 2 | comment | | source: weblogs.asp.net
tags: .NET, Silverlight, pivotViewer, ScottGu
6
Shouts

Runtime Flow adds Visual Studio 2010 and .NET 4.0 support

posted by SergeyVlasovSergeyVlasov 1061 days, 23 hours, 19 minutes ago
Tuesday, June 29, 2010 7:00:31 AM GMT
Runtime Flow in real time monitors function calls and function parameters in a running .NET application. The latest version adds integration with Visual Studio 2010 and monitoring of .NET 4.0 applications. (more)
category: How To | clicked: 0 | comment | | source: blog.runtimeflow.com
tags: .NET, Visual Studio, Monitoring, tracing
7
Shouts

Extracting the Icon for a File (.NET)

published 1062 days, 18 hours, 12 minutes ago posted by BlackWaspBlackWasp 1064 days, 8 hours, 26 minutes ago
Monday, June 28, 2010 12:07:55 PM GMT Saturday, June 26, 2010 9:53:29 PM GMT
In Microsoft Windows, all files have an associated icon that can help the user to quickly identify the file type. Icons may be embedded in an executable or dynamic linked library (DLL), or held in an icon file. In each case, it is easy to access the icon. (more)
category: UX | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags: .NET, C#, windows-forms
4
Shouts

Silverlight and WCF RIA Services (4 – RIA Services Libraries) - Mike Taulty

published 1064 days, 18 hours, 24 minutes ago posted by jantujantu 1065 days, 14 hours, 1 minute ago
Saturday, June 26, 2010 11:55:47 AM GMT Friday, June 25, 2010 4:18:43 PM GMT
I wanted to write a little about some authentication experiments with WCF RIA Services but I got a little distracted on the way and thought I’d write it up a bit of a preamble about the “WCF RIA Services Class Library”.The easiest way of creating a RIA Services Silverlight client is to do File->New Project in Visual Studio;which gives you two projects – the Silverlight client project and the hosting web application project. It also creates a RIA Services link ... (more)
category: Metro | clicked: 1 | comment | | source: mtaulty.com
tags: .NET, Silverlight, WCF RIA Services
9
Shouts

DotNetRocks - Show #570 - Kevin Hazzard on Code Contracts

published 1064 days, 18 hours, 24 minutes ago posted by rajuraju 1066 days, 18 hours, 58 minutes ago
Saturday, June 26, 2010 11:55:47 AM GMT Thursday, June 24, 2010 11:21:42 AM GMT
Kevin Hazzard talks about Code Contracts, which grew out of Spec# and now exists in the .NET Framework 4.0. He also gives us his take on F#. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, .NET, Code Contracts, Spec#, F#, .NET Framework 4.0
6
Shouts

The Nullable Structure

published 1066 days, 20 hours, 13 minutes ago posted by BlackWaspBlackWasp 1068 days, 12 hours, 21 minutes ago
Thursday, June 24, 2010 10:06:19 AM GMT Tuesday, June 22, 2010 5:59:02 PM GMT
One of the problems with most value types is the inability to specify that they contain an undefined value. This is unlike reference types, which may hold a null reference to indicate that they have no value. The Nullable (more)
category: How To | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags: .NET, Generics, C#
2
Shouts

Updated Developer CompanionKit version released

posted by webguiwebgui 1068 days, 19 hours, 51 minutes ago
Tuesday, June 22, 2010 10:28:41 AM GMT
New and modified content including new controls code snippets were added to enhance developer experience (more)
category: Web Dev | clicked: 0 | comment | | source: www.visualwebgui.com
tags: .NET, demo, C#, Framework, Development, VB.NET, developers, Web, UI, snippets, Ajax, applications, apps, code, controls, ASP.NET
3
Shouts

Book Excerpt: Creating Raw Media (Audio and Video) - Pete Brown

published 1067 days, 19 hours, 47 minutes ago posted by jantujantu 1068 days, 21 hours, 29 minutes ago
Wednesday, June 23, 2010 10:32:13 AM GMT Tuesday, June 22, 2010 8:51:00 AM GMT
What follows is a raw excerpt (before copy editing or final tech reviews) from chapter 20 in my book, Silverlight in Action. This is just a small portion of chapter 20, which covers the media element, streaming, using IIS Smooth streaming, using the Silverlight Media Framework, creating raw video and audio, and using the webcam and microphone APIs. I've blogged bits and pieces on this topic before, but it's such a fun topic, I thought it would be great to provide the whole raw video/audio generator here ... (more)
category: Metro | clicked: 0 | comment | | source: 10rem.net
tags: .NET, Silverlight, Video, Synthesis, Silverlight in Action
6
Shouts

Add References Faster with the new Add Reference Dialog in the Productivity Power Tools - The Visual Studio Blog

published 1067 days, 19 hours, 47 minutes ago posted by rajuraju 1068 days, 23 hours, 49 minutes ago
Wednesday, June 23, 2010 10:32:13 AM GMT Tuesday, June 22, 2010 6:30:56 AM GMT
Two weeks ago, we launched the Productivity Power Tools at TechEd North America and the response has been great with over 37000 downloads so far! Many of you also may have noticed that an updated version of the Power Tools was released last week. This update fixed an issue where the extension update check would fail on machines that required proxy credentials and cause Visual Studio to crash... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: .NET, Visual Studio, PowerTools
8
Shouts

DotNetRocks - Show #569 - .NET in your Car

published 1068 days, 19 hours, 52 minutes ago posted by rajuraju 1068 days, 23 hours, 54 minutes ago
Tuesday, June 22, 2010 10:27:47 AM GMT Tuesday, June 22, 2010 6:25:41 AM GMT
Carl and Richard talk to Stacy Harris and John Mulinax from Microsoft, and TJ Giuli from Ford Motor Company about Fiestaware. No, not the plates your mother serves nachos on. Fiestaware is a framework developed by students for developing in-car applications that do everything from read your emails to seeing your buddies' locations on a bing map... (more)
category: Podcast | clicked: 3 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, .NET, Framework, Microsoft, Fiestaware
6
Shouts

Windows Client Developer Roundup for 6/21/2010 - Pete Brown

published 1068 days, 19 hours, 52 minutes ago posted by jantujantu 1069 days, 14 hours, 38 minutes ago
Tuesday, June 22, 2010 10:27:47 AM GMT Monday, June 21, 2010 3:41:46 PM 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. If you have something interesting you've done or have run across, or you blog regularly on the topics included here, please send me the URL and brief description via the contact link on my blog. (more)
category: Smart Client | clicked: 1 | comment | | source: 10rem.net
tags: .NET, Silverlight, XNA, WindowsClient, WPF, Visual Studio, CPP
5
Shouts

Optional and Named Parameters in C# 4.0 | Senthil Kumar's Blog

published 1069 days, 15 hours, 51 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 1070 days, 4 hours, 56 minutes ago
Monday, June 21, 2010 2:28:30 PM GMT Monday, June 21, 2010 1:23:29 AM GMT
Optional parameters and named Parameters are the new features in C# 4.0.It provides the ability to define a parameter for a function with some default value. Visual Basic had the optional parameters and this is newly introduced in C# 4.0 . ... (more)
category: How To | clicked: 0 | comment | | source: www.ginktage.com
tags: .NET, C# 4.0
7
Shouts

ResGen.exe error: An attempt was made to load a program with an incorrect format - The Visual Studio Blog

published 1071 days, 17 hours, 32 minutes ago posted by rajuraju 1071 days, 23 hours, 46 minutes ago
Saturday, June 19, 2010 12:47:38 PM GMT Saturday, June 19, 2010 6:33:52 AM GMT
Recently, we’ve seen a number of people reporting problems with resource generation in Visual Studio 2010, particularly when they target .NET Framework 3.5 on 64-bit machines. In this blog post, I will highlight one of the most common errors; when and where it occurs, and how to work around it. In a later post, we’ll take a look at some other somewhat less common errors, and some background on the differences between the GenerateResource of VS 2008 and that of VS 2010. (more)
category: How To | clicked: 2 | comment | | source: blogs.msdn.com
tags: .NET, Visual Studio 2010, VS2008, .NET Framework 3.5
9
Shouts

What is LINQ to Events a.k.a RX Framework?

published 1073 days, 16 hours, 43 minutes ago posted by http://amazedsaint-intutions.blogspot.com/http://amazedsaint-intutions.blogspot.com/ 1074 days, 19 hours, 21 minutes ago
Thursday, June 17, 2010 1:36:18 PM GMT Wednesday, June 16, 2010 10:59:04 AM GMT
I received a mail some time back, asking me to “clarify in simple words the concept of LINQ to Events”. This is a quick post on LINQ to Events a.k.a the RX Framework, and the objective of this post is to high light some of my previous posts on the same topic. NET Rx team (this is not an official name) found that any push sequence (events, callbacks) can be viewed as a pull sequence (as we normally do while accessing enumerables) as well – or they are Dual in nature. In short observer/observable pattern... (more)
category: How To | clicked: 3 | comment | | source: amazedsaint.blogspot.com
tags: .NET, Reactive, System.Reactive, C#
Previous 1 2 ... 32 33 34 35 36 37 38 39 40 41 ... 46 47 Next