.NET Spoilers / Solutions
Thursday, June 9, 2011
Creating Awesome Logging Control with NLog, WPF, C# and Memory Target
›
First we need to define new "reactive" memory target. This target will notify us when some log item is received in memory. Code ...
4 comments:
Numeric and Boolean Expression Parser Using Conversion From Infix to Postfix using C#
›
Dears Below is a source code to the expression parser with ability to parse combined expressions, that is numeric and booleans, and variab...
2 comments:
Wednesday, January 16, 2008
Javascript: How to prevent double clicks on submit button
›
This solution uses timers, so in accidental clicks which do not lead into postback it allows to resubmit after period is over /* This disabl...
Tuesday, January 15, 2008
C# Templated Control with Design Support
›
I just finished an implementation of general templated control. I'll add more explanations later. // Set an attribute reference to the d...
1 comment:
C# Password Generator
›
Simple, yet very effective password generator which i use for new users registration. public static string Generate( int passwordLength)...
Home
View web version