sorted by:
best match first |
newest listings first
Featured Listings
- Proposed Breaking Change to Sections
Hi all,
When Aspose.Words was being designed 5 or so years ago there was no OOXML and even WordprocessingML was relatively new. We did our best to de
From: Aspose.com - ASP.NET - 3/23/2009
- Pex - dynamic analysis and test generation tool for .NET from Microsoft
Pex (Program EXploration) is an assistant to the programmer.Pex takes test-driven development to the next level. Pex analyzes .NET programs. From a pa
From: .Net Adventures - ASP.NET - 2/25/2008
- Javascript Tip: Use Width and Height for Images
Let's talk about some dynamic content in HTML. Suppose we have a div:
< div id="div1">< /div>
And we need to render an image dyna
From: Anatoly Lubarsky - ASP.NET - 11/8/2008
- Asp.Net MVC logging filter
On my current project we are making extensive use of ASP.Net MVC and LINQ, which is a nice change since I've been working on mainly WCF and WF based p
From: Hendrik Swanepoel - ASP.NET - 6/11/2008
- templated custom controls in asp.net
Recently, I had to write a templated databound custom control in asp.net. The reason for this is that we wanted a control which we could reuse through
From: Hendrik Swanepoel - ASP.NET - 9/27/2004
- Announcing Lullaby 1.0 RC1
Lullaby, an extensible open source attribute-based framework for creating RESTful .NET services is now available for download as a release candidate.
From: Official Website of Ryan Olshan: Technology - ASP.NET - 10/3/2008
- ASP.NET MVC 2.0 and ASP.NET DynamicData Buddy Classes for Holding Metadata - MetadataType
Using a separate class to hold those Validationattributes.
From: David Hayden - ASP.NET - 8/10/2009
- ASP.NET MVC Preview 5 and Form Posting Scenarios
This past Thursday the ASP.NET MVC feature team published a new "Preview 5" release of the ASP.NET MVC framework. You can download the new relea
From: ScottGu's Blog - ASP.NET - 9/2/2008
- ASP.NET MVC Preview 4 Release (Part 1)
The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release that they hope to ship later this week. The Preview 3 rele
From: ScottGu's Blog - ASP.NET - 7/14/2008
- C# 4.0, Dynamic Programming and JSON
C# 4.0 features a new dynamic keyword that allows you to mix in a bit of late-bound code in the midst of your otherwise statically typed code. This he
From: Nikhil Kothari's Weblog - ASP.NET - 11/3/2008
- Specialized Layout Panels for Silverlight
The layout system in Silverlight is, in my opinion, one of the key differentiators in presentation engine capabilities from HTML/CSS (on a related not
From: Nikhil Kothari's Weblog - ASP.NET - 3/7/2009
- Managed Extensibility Framework released on CodePlex
I am super jazzed that we released the Managed Extensibility Framework CTP2 on CodePlex. http://www.codeplex.com/MEF We have taken
From: Brad Abrams - ASP.NET - 9/6/2008
- Keeping LINQ Code Healthy
In the BI space I’ve seen a lot of SQL queries succumb to complexity. A data extraction query adds some joins, then some filters, then some nested SEL
From: K Scott Allen - ASP.NET - 7/9/2008
- Two LINQ to SQL Myths
LINQ to SQL requires you to start with a database schema. Not true – you can start with code and create mappings later. In fact, you can write plain-o
From: K Scott Allen - ASP.NET - 5/12/2008
- Pretty Code #1 – Building SelectListItems
In ASP.NET MVC, you can use a collection of SelectListItem s to help build an HTML . Just watch out for the HTML helper overloads . The question is –
From: K Scott Allen - ASP.NET - 7/3/2009
- How a Method Becomes An Action
This is one of them “coming of age ” stories about how a lowly method becomes a full fledged Action in ASP.NET MVC. You might think the two things are
From: Phil Haack - ASP.NET - 8/29/2008
- HTML Stripping Challenge
UPDATE: I added three new unit tests and one interesting case in which the three browser render something differently. Well I’m back at it, but this t
From: Phil Haack - ASP.NET - 11/11/2008
- The Landmine of Parsing HTML and Stripping HTML Comments
A while ago I wrote a blog post about how painful it is to properly parse an email address . This post is kind of like that, except that this time, I
From: Phil Haack - ASP.NET - 11/11/2008
- Donut Caching in ASP.NET MVC
With ASP.NET MVC , you can easily cache the output of an action by using the OutputCacheattribute like so. [OutputCache(Duration=60, VaryByParam="None
From: Phil Haack - ASP.NET - 11/6/2008
- Think first, 'doing' is for later
In the comments section of Ayende's blog , I recently debated the usage of principles like the ones in SOLID and argued that these principles aren't r
From: Frans Bouma - ASP.NET - 7/26/2009
- Final Two Master Page Tutorials Published
The final two tutorials (#9 and #10) of my Master Pages Tutorial series are now available on www.asp.net . These tutorials explore two advanced master
From: Scott Mitchell - ASP.NET - 7/31/2008
- Lullaby's authentication provider framework
I have added an authentication provider feature to beta 2 of Lullaby. Using the authentication provider feature, incoming requests can be authenticate
From: Official Website of Ryan Olshan: Technology - ASP.NET - 9/12/2008
- Introducing Lullaby
Lullaby is an open source attribute-based REST API for building REST services on the .NET platform. There is an early beta available for download at h
From: Official Website of Ryan Olshan: Technology - ASP.NET - 9/10/2008
- An introduction to REST and RyanOlshan.REST
REST (REpresentation State Transfer), in the words of Wikipedia, is is a style of software architecture for distributed hypermedia systems. Perhaps th
From: Official Website of Ryan Olshan: Technology - ASP.NET - 9/9/2008
- Role-based authentication in Lullaby
Lullaby 1.0 RC3 introduced role-based authentication. Using role-based authentication, you can further restrict access to a REST service or REST metho
From: Official Website of Ryan Olshan: Technology - ASP.NET - 11/10/2008