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
Friday, 21 January 2011
Send generated excel on the web using HTTPReponse in dot.net
Problem:
You want to send a generated excel file as web response to the client.
Read more »
Wednesday, 19 January 2011
Execute a generic query on sql server.
Question:
Execute a generic query string on sql server.
Read more »
Monday, 17 January 2011
How to implement impersonation in an ASP.NET application
Question:
You want to
impersonate
the authenticating user only when you run a particular section of code.
Answer:
You must import [COM]
advapi32.dll
and use platform specific code.
Here is the microsoft article that describes different ways to implement impersonation in an ASP.NET application with sample code.
Impersonation in an ASP.NET application
Wednesday, 12 January 2011
HTML: Entities or characters to encode in Html
Question:
What characters browsers do not like?
Do you have a list of entity code for common characters?
Read more »
Monday, 3 January 2011
Dump object state to string
Question:
I want to dump the members and properties of an object to the log to see the objects state.
Read more »
Saturday, 1 January 2011
Get dictionary of properties of a Type in CSharp
Question:
How do I get all public properties of a given type as a Dictionary?
How do I get properties of an object?
Get list of ProperyInfo for a given type.
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)
►
March
(9)
►
February
(9)
▼
January
(6)
Send generated excel on the web using HTTPReponse ...
Execute a generic query on sql server.
How to implement impersonation in an ASP.NET appli...
HTML: Entities or characters to encode in Html
Dump object state to string
Get dictionary of properties of a Type in CSharp
►
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
RavenDB on AWS Marketplace
1 day ago
Rob Conery
👹 The Wrath of the Junior Developer
3 months ago
Scott Hanselman
Webcam randomly pausing in OBS, Discord, and websites - LSVCam and TikTok Studio
5 months ago
K. Scott Allen
Automatic Image Uploads with Markdig Processing
5 years ago
Simon Ince
I’ve changed role
12 years ago
CodeLinks
Douglas Crockford