Sklivvz

7,812
Reputation
441 views

Registered User

Name Sklivvz
Member for 1 year
Seen Nov 25 at 15:02
Website
Location Abingdon, United Kingdom
Age 38
I am a software architect specialized in web applications.


I maintain the SixPack open-source library.
Please take a look here:
http://code.google.com/p/sixpack-library/

Main Features
  • Almost completely transparent Caching system (Simple, thread safe cache that can be used easily on existing systems, or a more advanced Caching system with prefetching)
  • Full, enterprise grade, stored procedure support (including deadlock retries, stored procedure timings)
  • Internationalization support (Portugal only, submissions welcome)
  • Minimal, high performance logging class supporting filesystem and email
  • CAPTCHA generator
  • High quality image sizing (can perform scaling and thumbnailing for sites in real time)
  • XML over HTTP client (includes support for XSLTs, results as DataTable or Class)
  • Code Generation (programmatically define a class and output source code)
  • Small RSA implementation (generate billions of unique short codes for promotions in minutes)
  • Text Manipulation (string clipping, sanitization)
  • Emailing system (based on CDO and extending it to work with streams)
  • Validation (Email address, Credit Cards, ...)
Nov
29
awarded  Stellar Question
Oct
29
awarded  Popular Question
Oct
24
awarded  Popular Question
Oct
13
awarded  Good Answer
Oct
2
comment How should I store GUID in MySQL tables?
Woha! ever heard about indexes? no sane dbms does what you just said.
Sep
20
awarded  Popular Question
Sep
16
awarded  Yearling
Sep
10
awarded  Popular Question
Sep
7
accepted What techniques do you use to maximise code reuse?
Sep
6
comment Can we think the nested type mapping as composition ?
Cleaned up the question
Sep
6
revised Can we think the nested type mapping as composition ?
deleted 15 characters in body; edited tags; edited title
Aug
31
awarded  Tumbleweed
Aug
25
answered Type initializer (static constructor) exception handling
Aug
24
answered .Net 3.5 Logging
Aug
24
answered In your opinion what is more readable: ?? (operator) or use of if’s
Aug
24
comment Why is this struct cleared after being created?
Same test and same result on a Mac with mono. +1
Aug
24
asked .net Provider for AQL
Aug
24
accepted WebControl vs HtmlControl. Cos and pros using them in web forms application
Aug
24
answered Adding digits at Even and Odd Places (C#)
Aug
24
comment Display array in data grid
The example is not c#?
Aug
24
revised Display array in data grid
added 15 characters in body
Aug
24
accepted How can I determine which SSL client certificate a connection is using in mod_perl?
Aug
24
accepted Creating a File that the Path does not exists?
Aug
24
comment What’s wrong with the MySQL DATE() function?
lol! (or sob!?)
Aug
24
answered Creating a File that the Path does not exists?
Aug
24
accepted Bring agility to a C# Developers Team
Aug
24
answered How Scalable are ASP.NET SqlMembershipProvider and Profile provider ?
Aug
24
comment Bring agility to a C# Developers Team
It's Scrum, not SCRUM! =)
Aug
24
revised Bring agility to a C# Developers Team
edited body
Aug
24
answered control values on refresh
Aug
24
answered Restricting log in for each user to a single computer in ASP.NET
Aug
24
answered Bring agility to a C# Developers Team
Aug
23
revised Is it OK for a class to be observable and an observer ?
deleted 1 characters in body
Aug
23
comment WebControl vs HtmlControl. Cos and pros using them in web forms application
I don't think that the DOM of the previous rendering of a page is available to the next page cycle. You would get the original DOM, possibly modified where you use WebControls. On the other hand the contents of a SPAN are not posted back during postback.
Aug
23
answered Suggestions for how to organize my skill set on a resume
Aug
23
answered Group by MySQL mess
Aug
23
answered Programming newbie - help with designing a web app
Aug
23
answered WebControl vs HtmlControl. Cos and pros using them in web forms application
Aug
22
comment Using ‘OR’ between HAVING and WHERE clause in MySQL?
You might be right, I think there is no way of using computed columns at all!?
Aug
22
answered Unit Testing - What not to test..
Aug
22
answered Using ‘OR’ between HAVING and WHERE clause in MySQL?
Aug
21
revised Handling encoded cookie values in C#
added 277 characters in body
Aug
21
comment Handling encoded cookie values in C#
I am already using HEX. The only non alphanumeric is a pipe character to separate fields -- that's what is being encoded by perl. On the other hand, any character could be encoded for all I know under other platforms. You never know :)
Aug
21
revised Handling encoded cookie values in C#
edited tags
Aug
21
asked Handling encoded cookie values in C#
Aug
20
comment Using npgsql to call a function that takes character as parameter
Postgres? Wow...
Aug
19
comment C# libraries for internationalization?
Not only it is not a library, but most stuff is already in the .net stack.
Aug
18
answered Is it legal for the software to “Phone home” and provide ID
Aug
18
answered C# Automatic Properties
Aug
18
awarded  Nice Answer