rtpHarry

Stories kicked by friends of rtpHarry

Demystifying Silverlight IIS Smooth Streaming(brandonpotter.wordpress.com)

submitted by BrandonPotterBrandonPotter(40) 1 year, 11 months ago

One of the hot topics lately is Silverlight Smooth Streaming; this post is great for learning how Smooth Streaming works, both in concept and actually how it plays out on the server side. read more...

add a comment |category: |Views: 15

tags: another

Adorners(silverlightmaster.com)

submitted by gagglefishgagglefish(55) 1 year, 11 months ago

A method for saving the position and size of images resized with adorners. read more...

add a comment |category: |Views: 3

tags: another

AddThis.NET v2 for Blogengine.NET released(www.code-in.net)

submitted by baldibaldi(508) 2 years ago

AddThis.NET is a Blogengine.NET extensions which adds social bookmarking buttons to your posts based on AddThis. A seperate DotnetKicks and DotnetShoutout button will be displayed, which can also be removed if you are no .net developer. read more...

add a comment |category: |Views: 148

tags: another

Localize the jQuery DatePicker Control in an ASP.NET Page (www.dotnetcurry.com)

submitted by paroaryaparoarya(285) 2 years ago

The jQuery UI DatePicker widget is highly configurable and full of features, and I use it in my applications whenever I can. In this article, we will see how to localize the DatePicker based on the value selected from an ASP.NET DropDownList. read more...

add a comment |category: |Views: 226

tags: another

Free eBook: .NET Performance Testing and Optimization(www.red-gate.com)

submitted by javeryjavery(5523) 2 years ago

Get your free copy of the Complete Guide to .NET Performance Testing and Optimization: Paul Glavich and Chris Farrell walk you through everything you need to know to set up a test environment and suggest steps you can take to get fast performance gains. Don't miss the good advice and recommendations on keeping your applications lean, mean, and fast! read more...

2 comments |category: |Views: 845

tags: another

Unit Testable WCF Web Services in MVVM and Silverlight 4(blog.roboblob.com)

submitted by spavkovspavkov(1708) 2 years, 1 month ago

I figured that there has to be a better way to solve this everyday problem so while working on my personal MVVM framework (yes, everyone is building one these days) i was setting these goals regarding the Web Service calls from my MVVM applications: 1. simplify as much as possible asynchronous invocation of Web Service methods (avoid writing boring boilerplate code for each call) 2. get rid of the Add Service Reference approach completely if possible 3. make the Web Services unit testable (hide them behind some interface so we can mock them in our unit tests) 4. simplify exception handling 5. fault tolerance (if web service client is faulted by exception it should be automatically recreated) ... read more...

add a comment |category: |Views: 268

tags: another

List of active extensions in BlogEngine.NET(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 2 years, 4 months ago

I have included a new page to my blog to show a list of all active BlogEngine.NET extensions. Most users will recognize this table from the admin panel but without priority, viewing sourcecode and (de-)activate buttons. read more...

add a comment |category: |Views: 9

tags: another

Hacking the ASP.NET Parser (weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 5 months ago

A while ago I blogged about using external templates in an asp.net application. The problem with that was it wasn’t natively supported, so I had to create a derived SpecialRepeater in order to take advantage of the external template system. In this latest parser hack I’ve managed to “trick” the asp.net parser into letting me declaratively set any template property to be a virtual path in order to load a user control into that template at runtime. The ASP.NET compliation system is pretty complex. There are all kinds of extensibility points, including BuildProviders, PageParserFilters, ControlBuilders, ExpressionBuilders and the list goes on. One unknown *feature* of the parser is it’s ability to generate code from something called an InstanceDescriptor. read more...

1 comment |category: |Views: 295

tags: another

131 jQuery Snippets for Visual Studio 2010(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 5 months ago

I've started a new project to create jQuery Code Snippets for Visual Studio 2010 now that it supports HTML and JavaScript snippets. There are 131 so far. read more...

1 comment |category: |Views: 685

tags: another

Really Easy Way To Partition an ASP.NET MVC Application (tobinharris.com)

submitted by tobinharristobinharris(425) 2 years, 6 months ago

Really Easy Way To Partition an ASP.NET MVC Application With An Admin Area read more...

add a comment |category: |Views: 11

tags: another

Deploying BlogEngine.NET to GoDaddy.(bluweb.co.uk)

submitted by bluwebcoukbluwebcouk(30) 2 years, 6 months ago

I thought I'd write a quick post (my first ever blog post by the way!) to help others out when deploying BlogEngine.NET to GoDaddy. read more...

add a comment |category: |Views: 14

tags: another

Facebook Connect Action Filter for ASP.NET MVC(beefycode.com)

submitted by beefarinobeefarino(110) 2 years, 6 months ago

One of Facebook Connect's basic features is to provide user identity to other web applications via the "Connect Button". Adding this feature to your ASP.NET site is already well documented by Clarity Consulting and others; here I will show you how I'm seamlessly folding this feature into the ASP.NET MVC request-handling pipeline using a custom Facebook Connect ActionFilterAttribute. read more...

add a comment |category: |Views: 118

tags: another

ASP.NET 4.0 New Feature- RepeatLayout property for CheckBoxList and Ra(jalpesh.blogspot.com)

submitted by jalpeshjalpesh(1347) 2 years, 6 months ago

ASP.NET 4.0 having many many new features. One of them is the RepeatLayout property for the CheckBoxList and RadioButtonList controls. The property is useful when we need decide how this controls will be render as html when its load in browser . There are four options available there. 1. Flow 2. OrderedList 3. Table 4. UnorderedList Flow: This option will render control with span tag. This option will be better when you need tables less html for your site. OrderedList:This option will load contriol as orderedlist. It will load html with <ol> and <li> Tags. Table:If you love table structure then this is the option for you it will load html with <table><tr> and <td> tags. UnorderedList: This option will load control as UnorderedList. It will load with <ul> and <li> tags. So this property will useful when you want to have more control over html rendering in your browser as per your requirement. read more...

add a comment |category: |Views: 8

tags: another

IQueryable: Sorting, Paging, Searching and Counting(inflecto.co.uk)

submitted by rmmasonrmmason(25) 2 years, 6 months ago

A good post that contains extension methods that add sorting, paging, seacrching and countain functionality to IQueryable objects. read more...

add a comment |category: |Views: 115

tags: another

ASP.NET Multiple Web.config Management Utility(lakario.blogspot.com)

submitted by LakarioLakario(115) 2 years, 6 months ago

Quickly and easily manage multiple Web.config files with this useful batch script which uses NAnt to automatically generate multiple config files from a template. Once the template file containing the complete Web.config contents and accompanying property files that describe each unique configuration are defined one can run the included batch script and all of the {somename}.property files will automatically be processed and converted into web.{somename}.config files. Guaranteed to greatly reduce the hassle of managing multiple Web.config files for each unique deployment environment. read more...

add a comment |category: |Views: 116

tags: another

ASP.net MVC jQuery and Ajax post(coderturf.com)

submitted by just_blazejust_blaze(10) 2 years, 6 months ago

Example of the two main methods in ASP.net MVC for doing asynchronous posts to the controller using Ajax and JQuery. Also this article covers population of an HTML element (div in this case) with the data provided by the asynchronous post. read more...

add a comment |category: |Views: 15

tags: another