.NET Adventures
Miron's Blog 2.0
Home
Archive
Contact
Subscribe
Sign in
About the author
Miron Abramson
Software Engineer, Senior Developer at
CapitalIQ
, and .NET addicted for long time.
Open source projects:
MbCompression
- Compression library
Search
Include comments in search
Recent posts
Fast version of the Activator.CreateInstance method using IL
Comment: 0
Rating: 0 / 0
High performance css minifier
Comment: 12
Rating: 5 / 8
Create your own new Type and use it on run-time (C#)
Comment: 3
Rating: 5 / 4
Prevent from the user to submit any 'not legal' input, using client side validation
Comment: 1
Rating: 5 / 3
Sorting a collection using Linq and 'SortExpression' string
Comment: 2
Rating: 5 / 2
Some basic but useful C# methods implemented in JavaScript
Comment: 0
Rating: 4.7 / 6
What's going on...
Comment: 0
Rating: 0 / 0
Uniform Distribution algorithm in C#
Comment: 0
Rating: 5 / 1
Extensions can make us free from testing against null
Comment: 0
Rating: 4 / 1
Really quick "Downloads" page
Comment: 0
Rating: 0 / 0
Recent comments
Optimize your page for UpdatePanel - part II
(2)
John Burbidge wrote: I have a user control that contains an update pane...
[More]
Resize images 'on the fly' while uploading
(25)
File upload with asp.net
wrote: Thanks. Your code is very useful....
[More]
High performance css minifier
(12)
Miron
wrote: @Daniel, I prefer JSMIN and my css minifier over ...
[More]
High performance css minifier
(12)
Daniel
wrote: You can get a C# port of YUI CssMin from my blog p...
[More]
New & Shiny WebResource.axd compression Module
(61)
Miron
wrote: @Dave, The error you mentioned shouldn't happen a...
[More]
New & Shiny WebResource.axd compression Module
(61)
Nariman
wrote: Perfect. That's what I expected - i.e. not applica...
[More]
New & Shiny WebResource.axd compression Module
(61)
Miron
wrote: If you have full access to the IIS settings, You c...
[More]
New & Shiny WebResource.axd compression Module
(61)
Nariman
wrote: Hi there; I've spent the morning reading the two b...
[More]
New & Shiny WebResource.axd compression Module
(61)
Miron
wrote: @DotnetShadow A new release will be soon. By now,...
[More]
New & Shiny WebResource.axd compression Module
(61)
DotnetShadow wrote: Hi Miron, I wrote to you a few weeks ago and wr...
[More]
Archive
2008
August (1)
June (2)
May (3)
April (2)
March (3)
February (4)
January (1)
2007
December (2)
November (2)
October (3)
September (6)
August (2)
Authors
Miron (31)
Tags
.net blog engine
algorithms
aspx
blogengine.net
business entities
client side
compress telerik scripts
compress viewstate
compression
dbnull
downloads
emails
enum
extensions
generic
generics
gridview
handlers
hightlight
hightlight rows
httomodule
httpcompression
httphandler
httphandlers
httpmodule
javascript
linq
matchevaluator
minifiy
modules
onmoueover
optimize
performance
personal life
reflection
reflection.emit
regular expression
regularexpression
resize images
response filter
run-time
sorting
sql server
store procedure
updatepanel
vacation
validation
validators
webresource.axd
welcome
Categories
about me (1)
ASP.NET (21)
C# (20)
Client side (6)
General (4)
IL (1)
Performance (3)
Personal life (2)
Server side (11)
Sql-Server (1)
Blogroll
.NET slave
Next stop Florida
Demo for ASP.NET perfor...
Localize text in JavaSc...
Al Nyveldt
BlogEngine.NET Provider...
Fitness, pushups, and t...
Thoughts on SQLite and...
Brian Kuhn
Argotic Syndication Fra...
Utilizing ASP.NET routi...
Has Microsoft Killed RS...
Scott on writing
How Do You Configure th...
Why is Programming Fun?
Speculative Development...
CK's Tech Blog
Why do you visit my sit...
Comment Manager for Dot...
Finally a 'white list'...
dotnetkicks
csharp411
Determine if Your C# Ap...
DataGridView HideSelect...
C# Switch Case Order Do...
codinghorror
Protecting Your Cookies...
Deadlocked!
Check In Early, Check I...
B# .NET Blog
Four books to pre-order
C# 3.0 Query Expression...
To Bind or Not To Bind...
DevTopics
Virus in Spaaaaaace
No, Silly, Piracy is Th...
"Hello, I'm a PC," says...
Omega'sMan musings
Linq: Flatten Tercerary...
C# Thread Safety for Wh...
C# Regex MatchCollectio...
ScottGu's Blog
ASP.NET MVC Preview 5 a...
Quick Update
ASP.NET MVC Preview 4 R...
NullReferenceException
Google Chrome
Noticias Gaming.NET
New books!
Download OPML file
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2008
Archive
ASP.NET
C#
Client side
General
Other
Sql-Server
Server side
about me
Personal life
Performance
IL
ASP.NET (21)
Date
Title
Comments
Rating
2008-06-09
Create your own new Type and use it on run-time (C#)
3
5
2008-05-17
Prevent from the user to submit any 'not legal' input, using client side validation
1
5
2008-05-07
Sorting a collection using Linq and 'SortExpression' string
2
5
2008-03-18
Really quick "Downloads" page
0
None
2008-02-22
Update to my compression module to compress third party scripts
3
4.7
2008-02-16
Simple Generic Business Entities
1
4.4
2008-02-06
Collect all controls from specific type
3
None
2008-01-12
Highlight search results in any page in the application
1
None
2007-12-27
Remove white spaces using HttpModule
1
4
2007-12-08
A Custom Length Validator with server & client side validation
3
None
2007-11-24
Optimize your page for UpdatePanel - part II
2
None
2007-11-18
Optimize your page for UpdatePanel
6
5
2007-10-28
Resize images 'on the fly' while uploading
25
4.9
2007-10-17
Hightlight rows on OnMoueover event in GridView
3
5
2007-10-13
New & Shiny WebResource.axd compression Module
61
4.3
2007-09-26
Caution When passing Null or DateTime into Store Procedure
2
5
2007-09-24
Compress your pages, css, js and WebResources.axd files for better performance
7
4
2007-09-13
Grab all email addresses from string, file or site
1
None
2007-09-07
Compress pages and WebResource.axd files in ASP.NET
2
5
2007-09-01
Check all CheckBoxes in GridView in client side
0
4.8
2007-08-30
Server side controls in client side
1
4.4
C# (20)
Date
Title
Comments
Rating
2008-08-09
Fast version of the Activator.CreateInstance method using IL
0
None
2008-06-29
High performance css minifier
12
5
2008-06-09
Create your own new Type and use it on run-time (C#)
3
5
2008-05-07
Sorting a collection using Linq and 'SortExpression' string
2
5
2008-04-02
Uniform Distribution algorithm in C#
0
5
2008-03-22
Extensions can make us free from testing against null
0
4
2008-03-08
Another version for the missing method: Enum.TryParse (in C#)
9
5
2008-02-22
Update to my compression module to compress third party scripts
3
4.7
2008-02-16
Simple Generic Business Entities
1
4.4
2008-02-06
Collect all controls from specific type
3
None
2008-01-12
Highlight search results in any page in the application
1
None
2007-12-27
Remove white spaces using HttpModule
1
4
2007-12-08
A Custom Length Validator with server & client side validation
3
None
2007-11-24
Optimize your page for UpdatePanel - part II
2
None
2007-11-18
Optimize your page for UpdatePanel
6
5
2007-10-28
Resize images 'on the fly' while uploading
25
4.9
2007-10-13
New & Shiny WebResource.axd compression Module
61
4.3
2007-09-26
Caution When passing Null or DateTime into Store Procedure
2
5
2007-09-13
Grab all email addresses from string, file or site
1
None
2007-09-07
Compress pages and WebResource.axd files in ASP.NET
2
5
Client side (6)
Date
Title
Comments
Rating
2008-06-29
High performance css minifier
12
5
2008-05-17
Prevent from the user to submit any 'not legal' input, using client side validation
1
5
2008-05-04
Some basic but useful C# methods implemented in JavaScript
0
4.7
2007-12-08
A Custom Length Validator with server & client side validation
3
None
2007-09-01
Check all CheckBoxes in GridView in client side
0
4.8
2007-08-30
Server side controls in client side
1
4.4
General (4)
Date
Title
Comments
Rating
2008-04-20
What's going on...
0
None
2008-03-18
Really quick "Downloads" page
0
None
2007-09-03
Choosing my .NET blog engine
1
5
2007-08-23
Welcome to my first blog
0
5
Other (0)
Date
Title
Comments
Rating
Sql-Server (1)
Date
Title
Comments
Rating
2007-09-26
Caution When passing Null or DateTime into Store Procedure
2
5
Server side (11)
Date
Title
Comments
Rating
2008-06-09
Create your own new Type and use it on run-time (C#)
3
5
2008-05-07
Sorting a collection using Linq and 'SortExpression' string
2
5
2008-02-22
Update to my compression module to compress third party scripts
3
4.7
2008-02-16
Simple Generic Business Entities
1
4.4
2008-02-06
Collect all controls from specific type
3
None
2008-01-12
Highlight search results in any page in the application
1
None
2007-12-27
Remove white spaces using HttpModule
1
4
2007-12-08
A Custom Length Validator with server & client side validation
3
None
2007-11-24
Optimize your page for UpdatePanel - part II
2
None
2007-11-18
Optimize your page for UpdatePanel
6
5
2007-10-13
New & Shiny WebResource.axd compression Module
61
4.3
about me (1)
Date
Title
Comments
Rating
2008-04-20
What's going on...
0
None
Personal life (2)
Date
Title
Comments
Rating
2008-04-20
What's going on...
0
None
2008-02-05
Back from holidays
3
5
Performance (3)
Date
Title
Comments
Rating
2008-08-09
Fast version of the Activator.CreateInstance method using IL
0
None
2008-06-29
High performance css minifier
12
5
2008-02-22
Update to my compression module to compress third party scripts
3
4.7
IL (1)
Date
Title
Comments
Rating
2008-08-09
Fast version of the Activator.CreateInstance method using IL
0
None
Total
31 posts
153 comments
87 raters