Klugger
Name: Klugger
Score: 16,945.71
Last Seen: 479 days, 14 hours, 4 minutes ago
Member Since: 19 January, 2009
DotNetShoutout
atom rss
5
Shouts

Silverlight 5 Beta Rough Notes–Hardware Decoded H.264 - Mike Taulty's Blog

published 752 days, 18 hours, 1 minute ago posted by StevesSteves 753 days, 15 hours, 56 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 2:58:53 PM GMT
Note: these are early notes based on some initial experiments with the Silverlight 5 beta, apply a pinch of salt to what you read. This is a simple one – I’d read that Silverlight 5 could now do hardware decoding of H.264 encoded video on Windows so I thought I’d give that a try. I wanted a 1080p video so I did a quick search and came up with http://www.h264info.com/clips.html (I’ve no idea of the legality of these video clips by the way) and I downloaded the trailer for “The Bourne Ultimatum”). This ... (more)
category: Metro | clicked: 2 | 1 comment | | source: mtaulty.com
tags: SL, Silverlight, SL5, Silverlight 5 Beta, Beta, Silverlight 5
5
Shouts

ActiveX Filtering for Developers - IE Blog

published 752 days, 18 hours, 1 minute ago posted by StevesSteves 753 days, 16 hours, 4 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 2:50:59 PM GMT
When we introduced ActiveX Filtering with the IE9 Release Candidate, we focused on delivering a great user experience that stays out of the way from regular browsing and makes it easy for users to turn off filtering when they want to. At the same time, we want users to have a great experience viewing Web sites while ActiveX Filtering is enabled. This includes minimizing site compatibility issues and clearly indicating when content on a Web page is blocked by ActiveX Filtering... (more)
category: How To | clicked: 0 | 2 comments | | source: blogs.msdn.com
tags: ActiveX, Internet Explorer, IE
6
Shouts

Design Patterns Applicability

published 753 days, 18 hours, 8 minutes ago posted by sal_lbsal_lb 755 days, 20 hours, 56 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Sunday, May 01, 2011 9:59:10 AM GMT
Design Patterns, this is not an article about what are the design patterns to use but where it is applicable... and what are the use cases. when to use Creational Patterns, Structural Patterns, Behavioral Patterns ... and much more (more)
category: Agile | clicked: 4 | 1 comment | | source: www.dsoftworld.com
3
Shouts

Walking Through the Orchard Part 3 - BlogML Import and Rewrite Rules - John Papa

published 753 days, 18 hours, 8 minutes ago posted by KluggerKlugger 754 days, 12 hours, 12 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Monday, May 02, 2011 6:42:59 PM GMT
This is Part 3 of my series on setting up my blog for Orchard CMS.  In this post I will share my experience importing my old blog posts from the BlogML format into Orchard and setting up rewrite rules. Note: If you have not read Part 1 or Part 2, I suggest you go check them out first(The links are in the table below).Walking Through the Orchard Part 1 – Setting up a BlogWalking Through the Orchard Pa... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: johnpapa.net
tags: CMS, Content Management System, Orchard CMS, Orchard
4
Shouts

Web.NET: Fix for Bing Maps not working in Firefox 4

published 753 days, 18 hours, 8 minutes ago posted by http://blog.turlov.com/http://blog.turlov.com/ 755 days, 6 hours, 38 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Monday, May 02, 2011 12:16:26 AM GMT
...apparently Bing Maps has some issues in Firefox 4. In particular I saw a JavaScript error that said "p_elSource.attachEvent is not a function". The problem at this point looks like this: 1. the error happens in Bing's JavaScript itself; and 2. it only happens in Firefox 4 browser. Other browsers like IE 8 & 9, Chrome, Safari, Opera and Firefox 3.6 don't produce that problem. Now the problem must be fixed... (more)
category: Web Dev | clicked: 9 | 1 comment | | source: blog.turlov.com
4
Shouts

SQL Server: What I have Learned in April 2011

published 753 days, 18 hours, 8 minutes ago posted by lionofdezertlionofdezert 755 days, 11 hours, 31 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Sunday, May 01, 2011 7:23:46 PM GMT
Here are topics (and links) list, about SQL Server, which I have learned and shared during month of April 2001. (more)
category: Data | clicked: 0 | 1 comment | | source: connectsql.blogspot.com
9
Shouts

Xml serialization using generics | Rui Jarimba

published 753 days, 18 hours, 8 minutes ago posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 755 days, 11 hours, 14 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Sunday, May 01, 2011 7:40:34 PM GMT
Serialize/deserialize your objects using generics. Customize settings like indentation, encoding, namespaces and others. (more)
category: Web Dev | clicked: 10 | 2 comments | | source: ruijarimba.wordpress.com
tags: .NET, Serialization, C#, XML, xmlserializer
5
Shouts

WCF Data Services Processing Pipeline - Gil Fink on .Net

published 752 days, 18 hours, 1 minute ago posted by gilfgilf 754 days, 22 hours, 45 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Monday, May 02, 2011 8:09:39 AM GMT
First I must confess. Even tough I like OData and WCF Data Services, in the last couple of months I didn’t have the chance to work or use them. This is why when .NET 4 was shipped I haven’t noticed a new and interesting extension point in the framework – the processing pipeline. In the last MIX11 I got a little introduction to that extension point in Mike Flasko’s session. (more)
category: How To | clicked: 4 | 1 comment | | source: blogs.microsoft.co.il
tags: WCF Data Services, Processing, pipeline
4
Shouts

ASP.NET GZip Encoding Caveats - Rick Strahl's Web Log

published 752 days, 18 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 754 days, 18 hours, 27 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Monday, May 02, 2011 12:27:37 PM GMT
GZip encoding in ASP.NET is pretty easy to accomplish using the built-in GZipStream and DeflateStream classes and applying them to the Response.Filter property.  While applying GZip and Deflate behavior is pretty easy there are a few caveats that you have watch out for as I found out today for myself with an application that was throwing up some garbage data. But before looking at caveats let’s review GZip implementation for ASP.NET.ASP.NET GZip/Deflate Basics Response filters basically are applied to t... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.west-wind.com
tags: GZip, Compression, encoding, ASP.NET
6
Shouts

ASP.NET MVC 3 Filters

published 752 days, 18 hours, 1 minute ago posted by sonukapoorsonukapoor 754 days, 16 hours, 24 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Monday, May 02, 2011 2:31:08 PM GMT
Brian Mains discusses Filters in ASP.NET MVC 3. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: dotnetslackers.com
tags: ASP.NET MVC 3, filter, ASP.NET
3
Shouts

Application Bar for your Windows Phone 7

published 755 days, 9 hours, 11 minutes ago posted by abhi2434abhi2434 759 days, 14 hours, 24 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Wednesday, April 27, 2011 4:30:42 PM GMT
If you are working with Windows Phone 7, the first thing that you should have noticed is the very own Application bar. Application Bar is present in most of the applications that you use in your Windows Phone 7. This is basically a standard Toolbar with a menu associated with it which allows you to enumerate the commonly used commands in a standard location. While creating your application, Microsoft strongly recommends you to add an application bar, to ensure the user have common behaviour for every ap... (more)
category: Metro | clicked: 0 | comment | | source: www.abhisheksur.com
tags: Windows Phone 7
6
Shouts

Asim Sajjad: DataPager Using MVVM in Silverlight 4

published 755 days, 9 hours, 11 minutes ago posted by asimsajjadasimsajjad 759 days, 2 hours, 49 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Thursday, April 28, 2011 4:05:46 AM GMT
In this short post I will show you how to use the DataPager control using MVVM pattern in silverlight. I have develop navigation application for this example which you can see as shown in the Image 1. Here you can see that I have two control in the home screen one is the DataGrid and the second one is the DataPager control. Image 1In ViewModel I have only property with the name CustomerList of type PagedCollectionView. I have data store in the xml file with the name of customer which is store in the Dat... (more)
category: Metro | clicked: 7 | comment | | source: asimsajjad.blogspot.com
6
Shouts

NOW AVAILABLE: Windows Azure Platform Training Kit - April Update - Windows Azure

published 755 days, 9 hours, 11 minutes ago posted by iftekharahmedamitiftekharahmedamit 757 days, 2 hours, 32 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Saturday, April 30, 2011 4:22:52 AM GMT
The April 2011 update of the Windows Azure Platform Training Kit is now available for download. This version has been updated to the Windows Azure SDK 1.4 and Visual Studio 2010 SP1. It also includes new and updated hands-on labs (HOLs) and a demo for the new Windows Azure AppFabric portal. The Windows Azure Platform Training Kit includes a comprehensive set of technical content including hands-on labs, presentations, and demos that are designed to help you learn how to use the Windows Azure platform... (more)
category: Architecture | clicked: 1 | 1 comment | | source: blogs.msdn.com
tags: Cloud, Windows Azure, training kit, Azure
6
Shouts

IMage: Dynamic Types to Simplify Property Change Notification in Silverlight 4 and 5 - Jeremy Likness

published 755 days, 9 hours, 11 minutes ago posted by iftekharahmedamitiftekharahmedamit 757 days, 2 hours, 6 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Saturday, April 30, 2011 4:49:12 AM GMT
The biggest problem with data-binding is the requirement to implement the INotifyPropertyChange interface. There are dozens of solutions out there that try to simplify the process with techniques ranging from parsing lambda expressions and walking the stack frame to using IL weaving to modify classes at compile time. The most popular approach is to derive from a base class and call a base method to handle the event. The frustration often comes from mapping data objects that don't implement the interf... (more)
category: Metro | clicked: 4 | 1 comment | | source: csharperimage.jeremylikness.com
tags: SL, Silverlight, Silverlight 4, Silverlight 5
11
Shouts

WCF Extensibility – IParameterInspector - The .NET Endpoint - Carlos Figueira

published 755 days, 9 hours, 11 minutes ago posted by iftekharahmedamitiftekharahmedamit 757 days, 2 hours, 3 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Saturday, April 30, 2011 4:51:28 AM GMT
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page. The message inspectors, described in the previous post of this series, allows you complete control over the message going through the WCF stack. They’re very powerful, but you have to know how to deal with the Message object, which is not the most desirable way of programming. If the service model in WCF hides all the messaging framework by allowing us to define o... (more)
category: Web Dev | clicked: 15 | 2 comments | | source: blogs.msdn.com
tags: WCF, Extensibility
7
Shouts

Getting Started Video Series for RadTimeBar for Silverlight and WPF

published 753 days, 18 hours, 8 minutes ago posted by KodefuGuruKodefuGuru 756 days, 6 hours, 19 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Sunday, May 01, 2011 12:35:29 AM GMT
A week after the official release of RadTimeBar for Silverlight and WPF with the Q1 2011 SP1 release, we have some fresh new resources ready for you to watch to start getting the hang of working with RadTimeBar and integration with other RadControls. Last week I blogged about the Official Release of RadTimeBar, which included walking through some ... (more)
category: Screencast | clicked: 12 | 1 comment | | source: blogs.telerik.com
tags: Silverlight, Telerik, WPF, RadTimeBar
7
Shouts

Managing Tombstone State in a Windows Phone 7 Application - Arik Poznanski's Blog

published 755 days, 9 hours, 11 minutes ago posted by arikarik 756 days, 42 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Sunday, May 01, 2011 6:12:46 AM GMT
Managing Tombstone State in a Windows Phone 7 Application Before we continue, I trust that you know exactly the meaning of tombstone state in a Windows Phone 7 application. If this is not the case, simply read Yochay’s great posts on the application execution model (Part 1, Part 2, Part 3). Every Windows Phone 7 application needs to manages tombstoning correctly to provide a better user experience and pass the application certification requirements. When your application goes into tombstone state, i... (more)
category: Metro | clicked: 1 | 1 comment | | source: blogs.microsoft.co.il
tags: Silverlight, Windows Phone 7, Windows Phone 7 Development
7
Shouts

Getting Started with Script# - Nikhil Kothari

published 753 days, 18 hours, 8 minutes ago posted by iftekharahmedamitiftekharahmedamit 756 days, 17 hours ago
Tuesday, May 03, 2011 12:47:15 PM GMT Saturday, April 30, 2011 1:54:35 PM GMT
Hello World with Script# - a 101-style walkthrough on authoring and deploying scripts compiled from c#, while using the HTML DOM APIs, XMLHttpRequest, and jQuery. At MIX11, I presented a session on Script# titled "Script#: Compiling C# to JavaScript" ... and I did a follow up blog post highlighting the key points from the presentation. This blog post covers the Hello World demo, which will show how you can get started w... (more)
category: Web Dev | clicked: 17 | 1 comment | | source: www.nikhilk.net
tags: Script#, jQuery
6
Shouts

Single Action Controllers with ASP.Net MVC - Derek Greer

published 753 days, 18 hours, 8 minutes ago posted by iftekharahmedamitiftekharahmedamit 756 days, 15 hours, 53 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Saturday, April 30, 2011 3:02:14 PM GMT
While I’ve enjoyed working with the ASP.Net MVC Framework, one thing I wish that it provided is the ability to create controller-less actions. Why you ask? Because I’d rather my controllers only have one reason to change. While this isn’t provided out-of-the-box with ASP.Net MVC, single action controllers can be facilitated pretty easy with ASP.Net Routing. Let’s say that we have a single CustomerController that has seve... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: lostechies.com
tags: ASP.NET MVC
4
Shouts

SQL Server: LEN() or DATALENGTH()

published 764 days, 17 hours, 45 minutes ago posted by lionofdezertlionofdezert 766 days, 11 hours, 26 minutes ago
Friday, April 22, 2011 1:10:00 PM GMT Wednesday, April 20, 2011 7:28:47 PM GMT
Is it true that LEN() function returns length of your given expression. NOT TRUE actually. It ignores trailing blanks (spaces). (more)
category: Data | clicked: 0 | comment | | source: connectsql.blogspot.com
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 ... 90 91 Next