Tuesday, February 09, 2010 |
| Windows Presentation Foundation |
 |
4.73 |
Defining WPF Adorners in XAML -
Ashley Davis
Examines a custom class that allows adorners to be defined in XAML
|
| .NET Framework |
 |
|
Reflection in .NET -
keesari_anjaiah
[Unedited]
.NET Framework’s Reflection API allows you to fetch Type (Assembly) information at runtime.
|
|
 |
4.75 |
Managed Extensibility Framework [Technical Blog] -
Andriy Buday
[Unedited]
MEF is the Framework which allows you to load extensions to you application easily. It does discovery and composition of parts you need to be included in your application at run-time. You could extend your behavior simply with adding new Plugin.
|
| Localisation |
 |
4.60 |
.NET Resource (.resx file) Translator -
Kumar, Ravikant India Bangalore
A .NET resource (.resx file) translator. English to any other language.
|
| Silverlight |
 |
4.00 |
Lightweight Task Scheduling for .NET / Silverlight [Technical Blog] -
Philipp Sumi
[Unedited]
A lightweight and fluent task scheduling library for .NET 3.5 / Silverlight.
|
| Uncategorised Quick Answers |
 |
|
Using Interfaces to Abstract your Modules [Tip/Trick] -
Brad Benham
[Unedited]
Introduction...
|
| Silverlight |
 |
3.86 |
Silverlight and WPF Behaviours and Triggers - Understanding, Exploring And Developing Interactivity using C#, Visual Studio and Blend -
Anoop Madhusudanan
[Unedited]
A good starting guide for Understanding, Exploring And Developing Silverlight and WPF Behaviors and Triggers - Using C#, Visual Studio and Blend
|
| ASP.NET |
 |
|
using ADO.NET skill to operate the database -
caramels
[Unedited]
that is simply to use ADO.NET in C#
|
| Progress Controls |
 |
4.66 |
MediaSlider an alternative to the trackbar control - v1.2 -
Steppenwolfe
[Unedited]
A fully featured animated trackbar control
|
| ASP.NET |
 |
4.29 |
Performing a SAML Post with C# -
David W Speight
Code performing a SAML Post which can be used for Single Sign On applications.
|
| Product Showcase |
 |
|
How to Design Effiecient and Attractive Mobile PIM Data List -
Resco Developer Tools
Despite the advances in mobile computing, the primary functions of a mobile device are — besides other activities — communication and calendaring. These essential needs are on the Windows Mobile platform provided by the Pocket Outlook family of applications, such as Messaging and Calendar.
|
| SharePoint Server |
 |
|
SharePoint 2010: Client Object Model – an Introduction [Technical Blog] -
Sohel_Rana
[Unedited]
Introduction to SharePoint 2010 Client Object Model.
|
| ASP.NET |
 |
3.00 |
Asp.Net : __VIEWSTATE Bug ! [Tip/Trick] -
kadaoui el mehdi
[Unedited]
When you Try this on Asp.net 2.0 WebSite:http://www.YouWebsite/default.aspx?__VIEWSTATE=COUCOU!You will have something like that:Server Error in '/' Application.Runtime ErrorDescription: An application error occurred on the server. The current custom error settings for this...
|
| VBScript |
 |
|
Replace parameters with values in text file with VBScript [Tip/Trick] -
byapparov
[Unedited]
Introduction...
|
| Libraries |
 |
4.64 |
A Fast and Easy to Use AES Library -
robertguan
A fast and easy to use AES library.
|
| Tabs & Property Pages |
 |
3.50 |
Tabbed ActiveX control modified -
Habeeballah Hasnoddin
[Unedited]
A Property Sheet as an ActiveX control
|
| Uncategorised Quick Answers |
 |
|
Integrating your own resource compiler in Visual Studio [Tip/Trick] -
chot
[Unedited]
Introduction I...
|
| C / C++ Language |
 |
5.00 |
swprintf_s Safe? Maybe Not. [Tip/Trick] -
dan146
[Unedited]
swprintf_s() and sprintf_s() are additions to VC++8, and were supposedly written to tolerate formatting errors and to avoid buffer overruns. They differ from their corresponding non-safe cousins swprintf() and sprintf() by taking an extra argument (the 2nd parameter), which is the size of the...
|
| String handling |
 |
3.67 |
Use wildcard characters * and ? to compare strings [Tip/Trick] -
PrzemekBenz
[Unedited]
Method to compare Strings with wildcard characters:public Boolean MatchWildcardString(String pattern, String input){ if (String.Compare(pattern, input) == 0) { return true; } else if(String.IsNullOrEmpty(input)) { if...
|
| Ajax and Atlas |
 |
4.71 |
nxAjax - An Ajax Library -
Fernando Escolar
[Unedited]
nxAjax is a .Net easy use Ajax Framework
|