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, 14 November 2012
CSharp: Read bytes from File
Question:
How to read bytes from a file?
How to read a file as a byte array?
Read more »
Tuesday, 30 October 2012
CSharp: Word Mail Merge with data
Question:
How to merge data into a Word document using the mail merge functionality?
Using mail merge in MS Word with a data file.
Read more »
Monday, 22 October 2012
SQL: return resultset from oracle procedure
Question:
How do I return a resultset from an Oracle procedure?
Read more »
Monday, 17 September 2012
CSharp: Slice in CSharp
Question:
Is there an equivalent to the Python slice method in c#?
How to slice in c#?
Read more »
Tuesday, 19 June 2012
CSharp: How to replace with Regex
Question:
How to
replace
a set of chars by another character using
regular expressions
in C#?
Read more »
Monday, 23 April 2012
Dot.Net: Method name Reflection
Question:
How to
get the method name
of the method you are executing?
I want to log the method name of my context method; how do I do that?
Read more »
Thursday, 29 March 2012
JavaScript: Reload Page
Question:
How do you
reload
a web page with
JavaScript
?
Answer:
You ask the
DOM API
of your browser. There are several ways to do this.
Read more »
Tuesday, 6 March 2012
Dot.Net: Get Dot.Net Source Code
Question:
Is there a way to see the source code of the dot.net framework?
Read more »
Wednesday, 22 February 2012
JavaScript: Object literals - object initializers
Question:
How to create a simple JavaScript object with object initializers (aka object literals)?
Read more »
Wednesday, 25 January 2012
SQL: Set Implicit Transactions SQL Server Manager
Question:
How to
avoid or disable auto-commit
for queries in SQLServer Manger?
How to set an
implicit transaction
scope for my queries? I want to commit them manually.
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)
CSharp: Read bytes from File
►
October
(2)
CSharp: Word Mail Merge with data
SQL: return resultset from oracle procedure
►
September
(1)
CSharp: Slice in CSharp
►
June
(1)
CSharp: How to replace with Regex
►
April
(1)
Dot.Net: Method name Reflection
►
March
(2)
JavaScript: Reload Page
Dot.Net: Get Dot.Net Source Code
►
February
(1)
JavaScript: Object literals - object initializers
►
January
(1)
SQL: Set Implicit Transactions SQL Server Manager
►
2011
(54)
►
November
(1)
►
September
(4)
►
August
(4)
►
July
(4)
►
June
(1)
►
May
(6)
►
April
(10)
►
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