tysonofyork

Stories kicked by tysonofyork

Windows Vista Controls for .NET version 1.3 released(codeplex.com)

submitted by Lck84Lck84(124) 4 years, 2 months ago

The Windows Vista Controls for .NET 2.0 library is an open-source project which was started in January 2007 and has been released on CodePlex, undergoing several updates and changes. Its latest 1.3 release includes several native Vista common controls which can be included in any WinForms application and includes other features like DWM thumbnails, DWM glass and Task Dialogs. read more...

add a comment |category: |Views: 78

tags: another

Why I love F#: Option Types(diditwith.net)

submitted by dengar007dengar007(3084) 4 years, 3 months ago

Dustin Campbell goes over F# option types. Option types are a simple example of a discriminated (or tagged) union, although understanding that isn't necessary in order to use them. Simply put, an option type wraps a value with information indicating whether or not the value exists. For C# or VB programmers, it may be convenient to think of option types as a mutant cross between .NET 2.0 nullable types and the null object design pattern. read more...

add a comment |category: |Views: 72

tags: another

Just Do it! Parallel.Do in ParallelFX(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 3 months ago

An example of how to use Parallel.Do in order to efficiently sort items and also how to use Parallel.Do and IParallelEnumerable to Parallelize long running processes. read more...

add a comment |category: |Views: 203

tags: another

ASP.NET Runtime Cheat Sheet: HttpRequest, HttpRuntime, and f(duartes.org)

submitted by gustavodgustavod(775) 4 years, 3 months ago

Cheat sheets for retrieving various bits of ASP.NET runtime information, all with live sample values, links to MSDN, and some explanations. Includes source code. read more...

1 comment |category: |Views: 22

tags: another

Kigg - A Digg like application developed in ASP.NET MVC(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 3 months ago

Learn how to develop a Digg/DotNetKicks like application in ASP.NET MVC, LINQ To SQL and ASP.NET Ajax. read more...

5 comments |category: |Views: 108

tags: another

A tale of Parallel.For in ParallelFX(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 3 months ago

An example of how to effectively use Parallel.For in ParallelFX using everyone's favorite topic: matrix multiplication. read more...

add a comment |category: |Views: 96

tags: another

jQuery for ASP.NET Mvc - part 2(chrisvandesteeg.nl)

submitted by alleyalley(2840) 4 years, 3 months ago

All new and improved version of the jquery and asp.net mvc sample.. read more...

add a comment |category: |Views: 78

tags: another

ParallelMap function using ParallelFX(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 3 months ago

Reimplementing the ParallelMap function from a previous post, but this time using ParallelFX read more...

add a comment |category: |Views: 5

tags: another

ASP.NET MVC Framework Road-Map Update(weblogs.asp.net)

submitted by jwhitehornjwhitehorn(340) 4 years, 3 months ago

Scott gives an update to where ASP.NET MVC is going read more...

3 comments |category: |Views: 27

tags: another

Put Down the XmlNode and Step Away From the StringBuilder(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Demonstrates the easiest way of generating and parsing Xml available in the .net framework. No more XmlNodes and no more CleanStringForXml custom utility functions. read more...

add a comment |category: |Views: 18

tags: another

CRUD (Create, Retrieve, Update, Delete) operations in Silverlight(michaelsync.net)

submitted by wisemxwisemx(8074) 4 years, 3 months ago

This article describes the simplest way of how to do CRUD (Create, Retrieve, Update, Delete) operations in Silverlight using ADO.NET Data Service (Astoria). There are two ways to communicate with Database in Silverlight. 1) Web Service 2) ADO.NET Data Service. I chose ADO.NET Data Service for this article because RESTful Service and RIA (Rich Internet Application) development are the best match. read more...

add a comment |category: |Views: 540

tags: another

10 ASP.NET Performance and Scalability Secrets(codeproject.com)

submitted by superghostsuperghost(2260) 4 years, 3 months ago

ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster. Furthermore, ASP.NET Http pipeline can be tweaked to avoid executing unnecessary code that gets hit on each and every request... read more...

2 comments |category: |Views: 69

tags: another

How to increase application scalability using Plugin Support(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 7 months ago

This article discusses implementation details of how to support loading Assemblies in different App-Domains in run time, also how to control the execution and crashes. read more...

add a comment |category: |Views: 3

tags: another

Beta2 of the CSS Adapaters for ASP.nET 2.0 released(blogs.msdn.com)

submitted by bgoldy99bgoldy99(370) 5 years, 8 months ago

Get the new CSS Adapaters -- they make it really easy to use CSS with ASP.NET 2.0 controls and add a lot of new functionality over the Beta 1 version read more...

add a comment |category: |Views: 0

tags: another

Integrating Dojo Fisheye and SiteMapDataSource(geekzilla.co.uk)

submitted by PagemPagem(360) 5 years, 9 months ago

A brief 'how-to' integrate the Dojo Fisheye control for web site navigation with the .Net 2.0 SiteMapDataSource. The Fisheye control is similar to the navigation bar you get on Apple MACs. read more...

add a comment |category: |Views: 32

tags: another