Dustin
Name: Dustin
Score: 14,109.49
Last Seen: 475 days, 18 hours, 18 minutes ago
Member Since: 18 January, 2009
DotNetShoutout
atom rss
8
Shouts

InfoQ: Telerik Promises a Free .NET Decompiler Forever

published 738 days, 7 hours, 10 minutes ago posted by KodefuGuruKodefuGuru 742 days, 7 hours, 41 minutes ago
Sunday, May 15, 2011 4:29:37 AM GMT Wednesday, May 11, 2011 3:59:09 AM GMT
Telerik, a company making .NET and Agile development tools, has announced that JustDecompile, a code browsing and decompiling tool, will be made available for free, forever. .NET Reflector, a well-known decompiling tool for .NET assemblies, was once free but RedGate decided to charge money for it earlier this year because “owning Reflector doesn’t make commercial sense”, according Simon Galbraith, co-founder of RedGate. The tool comes now in three versions, the cheapest one being Standard ($35), a stand... (more)
category: How To | clicked: 0 | 1 comment | | source: www.infoq.com
tags: Telerik, .NET Reflector, JustDecompile
5
Shouts

NuGet Package of the Week #6 - Dynamic, Malleable, Enjoyable Expando Objects with Clay - Scott Hanselman

published 739 days, 9 hours, 34 minutes ago posted by iftekharahmedamitiftekharahmedamit 742 days, 9 hours, 5 minutes ago
Saturday, May 14, 2011 2:05:59 AM GMT Wednesday, May 11, 2011 2:35:18 AM GMT
Hey, have you implemented the NuGet Action Plan? Get on it, it'll take only 5 minutes: NuGet Action Plan - Upgrade to 1.2, Setup Automatic Updates, Get NuGet Package Explorer. NuGet 1.3 is out, so make sure you're set to automatically update! The Backstory: I was thinking since the NuGet .NET package management site is starting to fill up that I should start looking for gems (no pun intended) in there. You know, really useful stuff that folks might otherwise not find. I'll look for mostly open source pr... (more)
category: How To | clicked: 2 | comment | | source: www.hanselman.com
tags: NuGetPOW, NuGet
5
Shouts

Implementing the Zip Operator in .NET 3.5

published 741 days, 2 hours, 35 minutes ago posted by BlackWaspBlackWasp 742 days, 15 hours, 34 minutes ago
Thursday, May 12, 2011 9:05:18 AM GMT Tuesday, May 10, 2011 8:05:24 PM GMT
Microsoft introduced the Zip operator to Language-Integrated Query (LINQ) with the .NET framework version 4.0. This operator is not available in version 3.5 of the framework but can be implemented quite easily. (more)
category: How To | clicked: 1 | comment | | source: www.blackwasp.co.uk
tags: Linq
5
Shouts

BitArray in .NET - Keyvan Nayyeri

published 738 days, 7 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 741 days, 42 minutes ago
Sunday, May 15, 2011 4:29:37 AM GMT Thursday, May 12, 2011 10:58:02 AM GMT
It’s been quite a while since the last time I published a post related to .NET programming and in this while my focus was on more fundamental aspects of programming languages and compilers reformatting my mind about some delicate details of languages and programming, but hopefully, I’m going to write more about .NET in the near future. There are a set of classes and APIs in the .NET Framework that are used less by ordinary software developers engaged in commercial programming. This is in part due to the... (more)
category: How To | clicked: 0 | comment | | source: nayyeri.net
8
Shouts

WCF Extensibility – Operation Selectors - The .NET Endpoint - Carlos Figueira

published 739 days, 9 hours, 34 minutes ago posted by iftekharahmedamitiftekharahmedamit 741 days, 38 minutes ago
Saturday, May 14, 2011 2:05:59 AM GMT Thursday, May 12, 2011 11:01:26 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. We’re now entering the realm of the less used extensibility points for the WCF runtime. Operation selectors could well be left as an internal implementation detail for WCF, but for some reason the designers decided to make them public (I think the guideline back then was if anyone can come up with a scenario where a user would use it, then WCF would expose a hook ... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: blogs.msdn.com
tags: WCF, Extensibility
5
Shouts

Dean Hume - Measuring Web Page Performance with Selenium 2 and the Web Timings API

published 739 days, 9 hours, 34 minutes ago posted by deanomachinodeanomachino 740 days, 21 hours, 6 minutes ago
Saturday, May 14, 2011 2:05:59 AM GMT Thursday, May 12, 2011 2:33:24 PM GMT
Measuring Web Page Performance with Selenium 2 and the Web Timings API I have always been interested in measuring web performance, and especially in measuring the improvements in performance. A while ago I attended a Selenium Meetup in London and heard an interesting presentation by one of the QA guys working at Mozilla. He talked about measuring the performance of a web page over a period of time using Selenium 2 and logging these statistics so we can track client-side performance improvements. ... (more)
category: Web Dev | clicked: 4 | comment | | source: deanhume.com
tags: C#, Google Charts, Web Timings API, MVC
4
Shouts

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

published 748 days, 22 hours, 46 minutes ago posted by iftekharahmedamitiftekharahmedamit 750 days, 23 hours, 12 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 748 days, 22 hours, 46 minutes ago posted by sonukapoorsonukapoor 750 days, 21 hours, 9 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
5
Shouts

WCF Data Services Processing Pipeline - Gil Fink on .Net

published 748 days, 22 hours, 46 minutes ago posted by gilfgilf 751 days, 3 hours, 30 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
5
Shouts

Silverlight MVVM, RIA, and Validation - Deborah's Developer MindScape

published 748 days, 22 hours, 46 minutes ago posted by StevesSteves 750 days, 16 hours, 27 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Monday, May 02, 2011 7:12:31 PM GMT
One of the biggest challenges of implementing validation in Silverlight is finding the appropriate technique based on your architecture and goals. There are lots of choices and lots of examples, but not all examples work in all scenarios. Plus many examples demonstrate techniques that are no longer necessary or valid in the current version of Silverlight or whe... (more)
category: Metro | clicked: 2 | 1 comment | | source: msmvps.com
tags: RIA, Validation, Silverlight MVVM
4
Shouts

Silverlight/WCF RIA Single Property Validation - Deborah's Developer MindScape

published 749 days, 22 hours, 53 minutes ago posted by StevesSteves 750 days, 16 hours, 24 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Monday, May 02, 2011 7:16:18 PM GMT
When you identify the validation scenarios for your application, you will find that some only require basic single property validation. Examples:Ensure that a first name is entered.Ensure that the first name is not longer than 20 charactersEnsure that the age is between 16 and 120.Ensure that the email address is valid. NOTE: This post is part of a se... (more)
category: Metro | clicked: 1 | 1 comment | | source: msmvps.com
tags: RIA, Validation, Silverlight, WCF
5
Shouts

Silverlight MVVM, WCF RIA Services Simple Sample Application - Deborah's Developer MindScape

published 748 days, 22 hours, 46 minutes ago posted by StevesSteves 750 days, 16 hours, 25 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Monday, May 02, 2011 7:14:50 PM GMT
This post provides a simple Silverlight MVVM, WCF RIA Services sample application that is used to demonstrate validation techniques. The sample application is provided in this separate post so it can be readily used with any of the presented validation techniques. NOTE: This post defines a sample application that is used in the validatio... (more)
category: Metro | clicked: 33 | 1 comment | | source: msmvps.com
tags: RIA, Silverlight, RIA Services, WCF RIA Services, WCF, Silverlight MVVM
5
Shouts

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

published 748 days, 22 hours, 46 minutes ago posted by StevesSteves 749 days, 20 hours, 41 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 748 days, 22 hours, 46 minutes ago posted by StevesSteves 749 days, 20 hours, 49 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
5
Shouts

Securing your ASP.NET MVC 3 Application - Rick Anderson

published 748 days, 22 hours, 46 minutes ago posted by DustinDustin 749 days, 21 hours, 1 minute ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 2:39:17 PM GMT
In ASP.NET MVC 2 it was recommended that you create a base controller with an [Authorize] attribute, and derive each controller (except the Account/Login controller) from that base class. That strategy has one big flaw, nothing prevents you from adding a new controller that doesn't derive from the [Authorize] protected base controller. Another approach for ASP.NET MVC 2 was to apply the AuthorizeAttribute to just the specific controllers or actions that need to be secured. The flaw with selectively apply... (more)
category: Web Dev | clicked: 17 | 1 comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, Security, MVC, ASP.NET
5
Shouts

Auto process your E-mail with Asp.Net C#

published 748 days, 22 hours, 46 minutes ago posted by jphellemonsjphellemons 750 days, 4 hours, 37 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 7:03:12 AM GMT
The common used email client Microsoft Outlook has (as every computer specialist knows) rules for processing email. This is great, but what if you have an mailing list application which sends bulk mail and you would like to automate the process of unsubscribing the email addresses which do not exists? here is how i automated processing mails with asp.net C# (more)
category: Web Dev | clicked: 1 | 1 comment | | source: www.jphellemons.nl
tags: e-mail, C#, ASP .NET
5
Shouts

Tip: Debugging a SharePoint 2010 Timed Job

published 748 days, 22 hours, 46 minutes ago posted by StopsStops 750 days, 2 hours, 43 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 8:56:39 AM GMT
Recently I had to develop a timed job (a instant one-time job) on the SharePoint 2010. During the development I asked myself, how I can debug the just created job. Read the article to get a step by step instruction. (more)
category: How To | clicked: 4 | 2 comments | | source: blog.dotnetcorner.ch
tags: Debug, SharePoint 2010, SPJobDefinition
6
Shouts

The 10 commandments of good source control management

published 748 days, 22 hours, 46 minutes ago posted by http://troyhunt.myopenid.com/http://troyhunt.myopenid.com/ 750 days, 4 hours, 7 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 7:32:57 AM GMT
Ah source control, if there’s a more essential tool which indiscriminately spans programming languages without favour, I’m yet to see it. It’s an essential component of how so many of us work; the lifeblood of many development teams, if you like. So why do we often get it so wrong? Why are some of the really core, fundamentals of version control systems often so poorly understood? I boil it down to 10 practices – or “commandments” if you like – which often break down or are not properly understand to be... (more)
category: Agile | clicked: 1 | 1 comment | | source: www.troyhunt.com
tags: Source Control
4
Shouts

DomainKeys Identified Mail (DKIM) for .Net (C#)

published 748 days, 22 hours, 46 minutes ago posted by http://dmcgiv.myopenid.com/http://dmcgiv.myopenid.com/ 750 days, 53 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 10:46:24 AM GMT
Enables you to DKIM sign your MailMessages. (more)
category: Web Dev | clicked: 20 | 3 comments | | source: github.com
tags: DKIM, Email
8
Shouts

ASP.NET Thread Usage on IIS 7.0 and 6.0 - Thomas Marquardt's Blog

published 748 days, 22 hours, 46 minutes ago posted by iftekharahmedamitiftekharahmedamit 749 days, 23 hours, 1 minute ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 12:38:40 PM GMT
I'd like to briefly explain how ASP.NET uses threads when hosted on IIS 7.0 and IIS 6.0, as well as the configuration changes that you can make to alter the defaults. Please take a quick look at the “Threading Explained” section in Chapter 6 of “Improving .NET Application Performance and Scalability”. Prior to v2.0 of the .NET Framework, it was necessary to tweak the processModel/maxWorkerThreads, processModel/maxIoThreads, httpRuntime/minFreeThreads, httpRuntime/minLocalRequestFreeThreads, and connectio... (more)
category: Web Dev | clicked: 5 | 1 comment | | source: blogs.msdn.com
tags: IIS 6.0, IIS 7.0, IIS, ASP.NET
Previous 1 2 3 4 5 6 7 8 9 10 ... 65 66 Next