Steves
Name: Steves
Score: 28,401.44
Last Seen: 479 days, 6 hours, 39 minutes ago
Member Since: 1 February, 2009
DotNetShoutout
atom rss
11
Shouts

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

published 755 days, 2 hours, 8 minutes ago posted by iftekharahmedamitiftekharahmedamit 756 days, 18 hours, 59 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 with Script# - Nikhil Kothari

published 753 days, 11 hours, 4 minutes ago posted by iftekharahmedamitiftekharahmedamit 756 days, 9 hours, 56 minutes 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, 11 hours, 4 minutes ago posted by iftekharahmedamitiftekharahmedamit 756 days, 8 hours, 49 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
7
Shouts

Getting Started Video Series for RadTimeBar for Silverlight and WPF

published 753 days, 11 hours, 4 minutes ago posted by KodefuGuruKodefuGuru 755 days, 23 hours, 15 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, 2 hours, 8 minutes ago posted by arikarik 755 days, 17 hours, 38 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
5
Shouts

Custom LINQ Operators, Deferred Execution and Exceptions

published 755 days, 2 hours, 8 minutes ago posted by BlackWaspBlackWasp 755 days, 14 hours, 7 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Sunday, May 01, 2011 9:43:38 AM GMT
The Language-Integrated Query (LINQ) standard query operators that return enumerable sequences use deferred execution but validate any source sequences immediately. Custom LINQ operators should exhibit the same behaviour. (more)
category: How To | clicked: 0 | 1 comment | | source: www.blackwasp.co.uk
tags: Linq
4
Shouts

TO_DATE() Function in SQL Server

published 760 days, 1 hour, 48 minutes ago posted by lionofdezertlionofdezert 765 days, 3 hours, 56 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Thursday, April 21, 2011 7:54:43 PM GMT
developers with Oracle or Java background usually ask one same question “is there any equivalent function TO_DATE() to convert  string into datetime or to get different formats of date ?” (more)
category: Data | clicked: 0 | comment | | source: connectsql.blogspot.com
11
Shouts

Federated Authentication with Azure AppFabric ACS v2.0: Part 1 - Setup

published 763 days, 8 hours, 54 minutes ago posted by sandrinosandrino 764 days, 13 hours, 38 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 10:13:19 AM GMT
Yesterday and today I've been teaching the Azure introduction training for MIC Belgium. Even though Azure AppFabric ACS wasn't part of this course it was a hot topic. I showed a demo and we did a small exercise all together, but I promised to create a detailed guide that allows you to create your own applications using federated authentication. (more)
category: Web Dev | clicked: 12 | 1 comment | | source: sandrinodimattia.net
tags: Azure AppFabric, Federated Authentication, Azure AppFabric ACS, Azure
7
Shouts

Fluent XML Serialization–Part 3: How Serialization Is Performed

published 763 days, 8 hours, 54 minutes ago posted by Matt_TCFMatt_TCF 764 days, 9 hours, 52 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 1:59:01 PM GMT
Reflection is a powerful tool when used correctly. In this penultimate chapter of Fluent XML Serialization, I will show you how Fluently-XML uses configuration data built up from a domain-specific language to perform serialization at runtime. (more)
category: How To | clicked: 16 | comment | | source: trycatchfail.com
tags: Fluent API, Serialization, XML, DSL
6
Shouts

Prevention of JS/CSS content to be cached

published 761 days, 5 hours, 37 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 764 days, 7 hours, 55 minutes ago
Monday, April 25, 2011 6:14:04 PM GMT Friday, April 22, 2011 3:55:44 PM GMT
I've created an utility that I wish to have, but had not time to do. It is very simple and solves caching issue for CSS and JS that we all suffered many times. Because every modern browsers try to cache static content, to make site rendering faster, we having trap then CSS or JS is being updated, but after deployment on production customers still see no results, because they use previous versions of files. Classical way Classical way of solvi... (more)
category: Agile | clicked: 2 | comment | | source: www.beletsky.net
tags: js, CSS, cache. MVC
6
Shouts

Orchard 1.1: what's in it for developers? - Bertrand Le Roy

published 763 days, 8 hours, 54 minutes ago posted by MikeMike 764 days, 6 hours, 48 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 5:02:44 PM GMT
My previous post focused on the most visible changes in Orchard 1.1 but we also made a few changes to the platform that open up new developer scenarios.Suppressing Dependencies Orchard is essentially built around the idea of dependency injection, but for those services that need to have a unique implementation, it was almost impossible to swap the default implementation with your own without hacking into our Autofac code. With Orchard 1.1, you may now suppress... (more)
category: Web Dev | clicked: 3 | comment | | source: weblogs.asp.net
tags: Orchard CMS, Orchard, ASP.NET
5
Shouts

Update to the F# 2.0 Free Tools Release, Corresponding to Visual Studio 2010 SP1 (April 2011 CTP) - Fsharp Team

published 763 days, 8 hours, 54 minutes ago posted by iftekharahmedamitiftekharahmedamit 764 days, 6 hours, 32 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 5:18:58 PM GMT
Today the F# team has released an update to the F# 2.0 Free Tools Release, last updated in August 2010. This is a relatively small update to bring our free tools release into line with Visual Studio 2010 SP1, announced by Jason Zander here. Visual Studio 2010 SP1 included a relatively small number of fixes to the F# 2.0 Compiler and Library (see the Visual Studio Team description of SP1). Perhaps more importantly, this release includes the core F# support to enable F# 2.0 development for Silverlight 4... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010 SP1, Visual Studio 2010, FSharp, F#
7
Shouts

Working with SSL at Development Time is easier with IISExpress - Scott Hanselman

published 760 days, 1 hour, 48 minutes ago posted by iftekharahmedamitiftekharahmedamit 764 days, 6 hours, 15 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:35:37 PM GMT
One of the demos in my Mix 11 talk "An Overview of the MS Web Stack of Love" was showing how IIS Express and Visual Studio SP1 (as well as WebMatrix) can make working with SSL (Secure Sockets Layer) a heck of a lot easier. If you've used Cassini before (that's the little built in Visual Web Developer Server) you've likely noticed that I doesn't support SSL. This makes working with real world sites a little challenging. If you want your Login pages and Account Management pages to use secure sockets, you'... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: www.hanselman.com
tags: ASP.NET MVC, VS2010 SP1, VS2010, IIS, ASP.NET
7
Shouts

Json.NET 4.0 Release 2 – NuGet 1.2 and Dynamic - James Newton-King

published 760 days, 1 hour, 48 minutes ago posted by iftekharahmedamitiftekharahmedamit 764 days, 6 hours, 12 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:39:20 PM GMT
NuGet is fast becoming the preferred way to install libraries in .NET. NuGet 1.2 was recently released and among other improvements it adds support for the Windows Phone. Json.NET 4.0 Release 2 has been updated to support NuGet 1.2 and Windows Phone – there is nothing you need to do, it should just work. Windows Phone brings Json.NET’s NuGet support up to 7 different frameworks:.NET 4 .NET 4 Client... (more)
category: How To | clicked: 3 | comment | | source: james.newtonking.com
tags: JSON, Json.NET 4.0, Dynamic Support, NuGet
6
Shouts

Implicit Data Templates (Silverlight 5) - Jesse Liberty

published 763 days, 8 hours, 54 minutes ago posted by iftekharahmedamitiftekharahmedamit 764 days, 6 hours, 3 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 5:47:50 PM GMT
A new feature in Silverlight 5 is the Implicit Data Template, which allows you to target a  data template for a specific data type.  Thus, you might create a class hierarchy of Messages, Direct Messages and Replies (with the latter two derived from the first) and then modify how they are displayed in, e.g., a list box, based on the type of the message. [Cli... (more)
category: Metro | clicked: 3 | comment | | source: jesseliberty.com
tags: SL, Silverlight, SL5, Silverlight 5
7
Shouts

SQL Server: Sorting Data in Ascending Order but NULL at the End

published 760 days, 1 hour, 48 minutes ago posted by lionofdezertlionofdezert 764 days, 5 hours, 57 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:54:05 PM GMT
How to sort query result in ascending order but pushing NULL values at the end of result set. (more)
category: Data | clicked: 0 | comment | | source: connectsql.blogspot.com
6
Shouts

Geographically distributing Windows Azure applications using Traffic Manager - Maarten Balliauw

published 760 days, 1 hour, 48 minutes ago posted by iftekharahmedamitiftekharahmedamit 764 days, 6 hours ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:50:45 PM GMT
With the downtime of Amazon EC2 this week, it seems a lot of websites “in the cloud” are down at the moment. Most comments I read on Twitter (and that I also made, jokingly :-)) are in the lines of “outrageous!” and “don’t go cloud!”. While I understand these comments, I think they are wrong. These “clouds” can fail. They are even designed to fail, and often provide components and services that allow you to cope with these failures. You just have to expect failure at some point in time and build it into ... (more)
category: Architecture | clicked: 0 | comment | | source: blog.maartenballiauw.be
tags: Cloud, Windows Azure, Azure
7
Shouts

Creating an Autocomplete Redirect Navigation Control using jQuery UI - Steve Smith

published 760 days, 1 hour, 48 minutes ago posted by iftekharahmedamitiftekharahmedamit 764 days, 4 hours, 45 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 7:05:38 PM GMT
On an application I’m working on, there’s was an ASP.NET DropDownList used for jumping to a particular account.  This, when enhanced with the AJAX Control Toolkit’s ListSearchExtender, provided an awesome user experience for quickly navigating to a particular account.  Just click the control, and either scroll, or better, type in the first few characters of the name of the account, and it was instantly selected.  Tab or enter from there, and you’re done. Unfortunately, as often happens, the applicabilit... (more)
category: Web Dev | clicked: 14 | 2 comments | | source: stevesmithblog.com
tags: AJAX Control Toolkit, jQuery UI, jQuery, Toolkit, Ajax
7
Shouts

Update to the F# 2.0 Free Tools Release, Corresponding to Visual Studio 2010 SP1 (April 2011 CTP) - Don Syme

published 760 days, 1 hour, 48 minutes ago posted by StevesSteves 764 days, 6 hours, 39 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:11:58 PM GMT
Sign in  Don Syme's WebLog on F# and Related TopicsOptionsBlog HomeEmail Blog AuthorSend to friend RSS for PostsAtomRSS for CommentsSearch BlogsAdvanced search options...Search In:EverythingBlogsForumsPeopleGroupsPlacesPagesDate range:All TimeLast YearLast 6 MonthsLast 3 MonthsLast MonthLast WeekLast Two DaysSearchSearch this blogSearch all blogsTagsAzureCross-PlatformF# AgentsF# AnnouncementsF# AsyncF# BooksF# Case StudiesF# CloudF# ConcurrencyF# Cross PlatformF# Design NotesF# EducationF# GamesF# ... (more)
category: How To | clicked: 2 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010 SP1, Visual Studio 2010, FSharp, F#
7
Shouts

Novell's Moonlight shines on Google Android - Application Development - InfoWorld

published 760 days, 1 hour, 48 minutes ago posted by StevesSteves 764 days, 6 hours, 45 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:05:37 PM GMT
Novell is porting Moonlight, an open source version of Microsoft's Silverlight rich Internet application plug-in software, to Google's Android mobile platform, a Novell official acknowledged on Tuesday afternoon. A preliminary version of the Android port was previewed last week at the Microsoft Mix1... (more)
category: Metro | clicked: 5 | 1 comment | | source: www.infoworld.com
tags: Google, Moonlight, Android, Novell
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 ... 104 105 Next