yevgenif

Stories submitted by yevgenif

Measure string size – the right way.(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 2 years, 4 months ago

Recently I needed to measure an exact size in memory for a string – asked a developer sitting next to me how would he do it. An answer was: “Take a string’s length multiply by 2(it’s a UTF-8 encoding) – you will get an exact size”. read more...

add a comment |category: |Views: 20

tags: another

Performance: Garbage collection modes.(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 3 years, 1 month ago

There are allots of improvements that can be done within application’s configuration file the only catch with it – you have to know that it’s exists. read more...

add a comment |category: |Views: 13

tags: another

Security: Store strings in-memory securely.(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 3 years, 2 months ago

Lots of developers are not familiar with the fact that string variables are stored in memory as a plain text and can be stolen with simple memory dump. Therefore they are revealed to anyone who has an access to a server. read more...

add a comment |category: |Views: 15

tags: another

Web Performance: Stress tests to IIS 7.0 data compression.(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 3 years, 3 months ago

Stress tests to IIS 7.0 data compression. read more...

add a comment |category: |Views: 10

tags: another

Web Performance: Data compression with IIS 7.0(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 3 years, 3 months ago

Improve website performance easily read more...

add a comment |category: |Views: 18

tags: another

Web Performance: AXD files compression.(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 3 years, 3 months ago

Data compression tweaks for IIS read more...

add a comment |category: |Views: 11

tags: another

Web Performance: Expiration data - IIS 6.0(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 3 years, 3 months ago

In scenarios when your server is overloaded with an enormous amount of requests, you can (and probably should) use a great feature of IIS 6.0 - expiration date. This way after 5 minutes of “intensive”work number of web requests can be reduced significantly. read more...

add a comment |category: |Views: 7

tags: another

Web Performance: Enable data compression on IIS 6.0 server.(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 3 years, 3 months ago

One of the easiest ways to improve web application performance is to enable data compression. Enabling data compression on IIS 6.0 server can save up to 80% of network utilization by the price of up to 10% and often less than 1% of CPU ratio without changing single line of code. read more...

add a comment |category: |Views: 12

tags: another

Measure web page performance with Yslow(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 3 years, 3 months ago

Sometimes measuring web performance can be easy... read more...

add a comment |category: |Views: 12

tags: another

Exposing user control client events to host page server side(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 3 years, 4 months ago

Handling your user control events in your hosting page server side read more...

add a comment |category: |Views: 22

tags: another

RTL in Silverlight(ayende.com)

submitted by yevgenifyevgenif(115) 3 years, 5 months ago

Description of community solution on RTL problem in Silverlight read more...

add a comment |category: |Views: 26

tags: another