.NET Adventures
Miron's Blog 2.0
Home
Archive
Contact
Subscribe
Sign in
About the author
Miron Abramson
Software Engineer, Senior Developer at
Rima
, and .NET addicted for long time.
Search
Include comments in search
Recent posts
High performance css minifier
Comment: 5
Rating: 5 / 5
Create your own new Type and use it on run-time (C#)
Comment: 1
Rating: 5 / 2
Prevent from the user to submit any 'not legal' input, using client side validation
Comment: 1
Rating: 5 / 1
Sorting a collection using Linq and 'SortExpression' string
Comment: 1
Rating: 5 / 1
Some basic but useful C# methods implemented in JavaScript
Comment: 0
Rating: 4.7 / 3
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
Another version for the missing method: Enum.TryParse (in C#)
Comment: 8
Rating: 5 / 1
Recent comments
High performance css minifier
(5)
Miron
wrote: @Jason, That's cool. My next release of my Compre...
[More]
High performance css minifier
(5)
Jason Huck
wrote: Yes, YUI Compressor is slower than JSMin, but the ...
[More]
Compress your pages, css, js and WebResources.axd files for better performance
(7)
Miron
wrote: @Rajesh, I looks problem with the configuration. ...
[More]
High performance css minifier
(5)
Miron
wrote: @Nick, You right that YUI Compression produce a l...
[More]
Compress your pages, css, js and WebResources.axd files for better performance
(7)
Yaseen wrote: It is good work, but in my case i want to compress...
[More]
Create your own new Type and use it on run-time (C#)
(1)
Guan Tao's Blog
wrote: Very good!...
[More]
High performance css minifier
(5)
Guan Tao's Blog
wrote: Very good. I was learning ASP.NET, but do not know...
[More]
High performance css minifier
(5)
Nick Berardi
wrote: Why not use the YUI Compressor, it is by far much ...
[More]
Resize images 'on the fly' while uploading
(22)
cesar suarez
wrote: Hey an amazing code and easy to implement, thanks ...
[More]
Compress your pages, css, js and WebResources.axd files for better performance
(7)
Rajesh wrote: Hi, I am getting the following error when I try t...
[More]
Archive
2008
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 (30)
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# (19)
Client side (6)
General (4)
Performance (2)
Personal life (2)
Server side (11)
Sql-Server (1)
Blogroll
.NET slave
Creating widgets for Bl...
BlogEngine.NET 1.4 rele...
How to use the IHttpAsy...
Al Nyveldt
Using VistaDB Express w...
Setting up BlogEngine.N...
BlogEngine.NET 1.4 Inst...
Brian Kuhn
Has Microsoft Killed RS...
NDepend: A great (and f...
Argotic Syndication Fra...
Scott on writing
For Some Probability Pr...
Random Grammar/Style Qu...
The Economics Behind Wr...
CK's Tech Blog
Working with Zip files...
Math with Doubles and D...
List all installed font...
dotnetkicks
csharp411
Show Continuous Progres...
C# Read Text File into...
Disable the Ctrl+Tab Na...
codinghorror
Why Can't Microsoft Shi...
Alan Turing, the Father...
Open Wireless and the I...
B# .NET Blog
Parallel Extensions - U...
A Lap Around Microsoft...
LINQ to MSI - Part 2 -...
DevTopics
How to Check the Applic...
Array Indices: Start fr...
One Billion PCs
Omega'sMan musings
Explicit Keyword a diff...
C# Regular Expression S...
Smart Resource Locking...
ScottGu's Blog
Silverlight 2 Beta2 Rel...
ASP.NET MVC Support wit...
ASP.NET MVC Preview 3 R...
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
ASP.NET (21)
Date
Title
Comments
Rating
2008-06-09
Create your own new Type and use it on run-time (C#)
1
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
1
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.3
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
1
None
2007-11-18
Optimize your page for UpdatePanel
6
5
2007-10-28
Resize images 'on the fly' while uploading
22
5
2007-10-17
Hightlight rows on OnMoueover event in GridView
3
5
2007-10-13
New & Shiny WebResource.axd compression Module
36
4.6
2007-09-26
Caution When passing Null or DateTime into Store Procedure
2
None
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# (19)
Date
Title
Comments
Rating
2008-06-29
High performance css minifier
5
5
2008-06-09
Create your own new Type and use it on run-time (C#)
1
5
2008-05-07
Sorting a collection using Linq and 'SortExpression' string
1
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#)
8
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.3
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
1
None
2007-11-18
Optimize your page for UpdatePanel
6
5
2007-10-28
Resize images 'on the fly' while uploading
22
5
2007-10-13
New & Shiny WebResource.axd compression Module
36
4.6
2007-09-26
Caution When passing Null or DateTime into Store Procedure
2
None
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
5
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
None
Server side (11)
Date
Title
Comments
Rating
2008-06-09
Create your own new Type and use it on run-time (C#)
1
5
2008-05-07
Sorting a collection using Linq and 'SortExpression' string
1
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.3
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
1
None
2007-11-18
Optimize your page for UpdatePanel
6
5
2007-10-13
New & Shiny WebResource.axd compression Module
36
4.6
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 (2)
Date
Title
Comments
Rating
2008-06-29
High performance css minifier
5
5
2008-02-22
Update to my compression module to compress third party scripts
3
4.7
Total
30 posts
113 comments
68 raters