skip to main
|
skip to sidebar
DONKEY BRIDGE
Blog about things I found on the web or made up and like to put somewhere if not in mind.
Misc
dot.Net
Python
Pages
Home
Javascript by Example
Wednesday, 20 April 2011
Dot.Net: Set Property Value using Reflection
Question:
How can I
set private properties
of an object using reflection ?
How to
set or get properties dynamically
?
Read more »
Tuesday, 19 April 2011
Dot.Net: Enum Samples
Question:
How do you handle enums in c#?
Read more »
Monday, 18 April 2011
Dot.Net: What are Enum Flags
Question:
What are
Enum Flags
?
What are Enums that work like
Bit Flags
?
How can an enum variable hold more than one (
multiple
) enum value?
Read more »
Sunday, 17 April 2011
SQL: Page data using Row_Number function
Question:
How to page through data on SqlServer 2005 (or later)?
Page through data on SqlServer 2005 using ROW_NUMBERfunction?
Read more »
SQL: Find largest table in database
Question:
Who do I find the table with
most rows
for a given database in sql (SqlServer 2005)
Read more »
Wednesday, 13 April 2011
Dot.Net: Delegates and Actions
Question:
What is the difference between
delegates
and
actions
in csharp.
Read more »
Tuesday, 12 April 2011
Dot.Net: Break String to Words using Char.IsLetter(c) method
Question:
How do I split a
string into words
with csharp?
How can I decide whether a
Unicode char
is a
letter
or an
alpha-numeric
or not?
Read more »
Monday, 11 April 2011
Dot.Net: Singleton Pattern
Question:
What is a
singleton
?
How to
implement a singleton
in c#?
How do I make a
singleton thread-safe
?
Read more »
Sunday, 3 April 2011
Dot.Net: Calling Method Name for Logging
Question:
I want to
log
the name of the
method that called me
. How do I do this in c#?
How do I get the name of the
caller method
at a given execution point in dot.net?
Read more »
Friday, 1 April 2011
Dot.Net: Expose Custom Events
Question:
How do I expose custom
events
in a c# class?
How do I create
custom event
, event
delegate
, event
arguments
in dot.net?
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Learn English Free
apprend l'anglais gratuitement avec BabelCoach
Search Donkey
Random Image
Tags
Actions
(1)
AJAX
(1)
AOP
(1)
Asp.Net
(19)
Attribute
(6)
blogging
(1)
C#
(59)
Code Coverage
(1)
Collections
(1)
Config
(2)
Controls
(3)
Csharp
(56)
Css
(1)
Date
(1)
Debugging
(2)
Delegates
(6)
DOM
(2)
donkey bridge
(1)
dot.Net
(66)
Encryption
(1)
Enums
(2)
Events
(3)
Excel
(1)
extension methods
(1)
File
(1)
Generics
(3)
Globalization
(1)
Html
(3)
HTTP
(1)
HttpModule
(2)
Instrumentation
(1)
IO
(1)
Javascript
(8)
jQuery
(1)
Linq
(2)
Logging
(3)
Macros
(1)
Office
(1)
OOP
(1)
OpenSource
(2)
Oracle
(1)
Pattern
(1)
PDF
(1)
Predicate
(2)
Procedure
(1)
proxy
(1)
recursion
(1)
Reflection
(9)
Regular Expressions
(3)
Security
(1)
Serialization
(2)
ServerControls
(3)
Silverlight
(2)
Silverlight4
(1)
Snippet
(39)
SQL
(12)
SQL Server 2000
(3)
SQL Server 2005
(5)
SQL_Server
(9)
string
(4)
Templates
(2)
Testing
(4)
Thread
(2)
Tools
(7)
Unicode
(1)
Visual Studio
(3)
VisualStudio 2008
(1)
web
(16)
WebControls
(8)
Word
(1)
Xml
(3)
Blog Archive
►
2013
(4)
►
April
(3)
►
February
(1)
►
2012
(10)
►
November
(1)
►
October
(2)
►
September
(1)
►
June
(1)
►
April
(1)
►
March
(2)
►
February
(1)
►
January
(1)
▼
2011
(54)
►
November
(1)
►
September
(4)
►
August
(4)
►
July
(4)
►
June
(1)
►
May
(6)
▼
April
(10)
Dot.Net: Set Property Value using Reflection
Dot.Net: Enum Samples
Dot.Net: What are Enum Flags
SQL: Page data using Row_Number function
SQL: Find largest table in database
Dot.Net: Delegates and Actions
Dot.Net: Break String to Words using Char.IsLetter...
Dot.Net: Singleton Pattern
Dot.Net: Calling Method Name for Logging
Dot.Net: Expose Custom Events
►
March
(9)
►
February
(9)
►
January
(6)
►
2010
(15)
►
December
(1)
►
October
(2)
►
September
(1)
►
August
(3)
►
April
(1)
►
March
(4)
►
February
(3)
►
2009
(4)
►
December
(1)
►
November
(1)
►
September
(1)
►
April
(1)
►
2008
(11)
►
December
(2)
►
November
(1)
►
October
(3)
►
July
(1)
►
June
(1)
►
May
(3)
Tech Blogs
Ayende @ Rahien
Production post-mortem: Inspecting ourselves to death
13 hours ago
Scott Hanselman
Webcam randomly pausing in OBS, Discord, and websites - LSVCam and TikTok Studio
3 months ago
Rob Conery
🥷🏽 Self Sabotage: The Good Parts
10 months ago
K. Scott Allen
Automatic Image Uploads with Markdig Processing
4 years ago
Simon Ince
I’ve changed role
12 years ago
CodeLinks
Douglas Crockford