alikl

Stories submitted by alikl

Consulting And Security Reviews - How To Get Everyone Onboard(blogs.msdn.com)

submitted by aliklalikl(160) 3 years, 5 months ago

This post discusses the obstacles to implementing security reviews and the secrets to holding effective and successful regular security reviews. read more...

add a comment |category: |Views: 2

tags: another

ASP.NET Performance By Design: Takeaways From PDC (blogs.msdn.com)

submitted by aliklalikl(160) 3 years, 6 months ago

The digest for PDC "Performance By Design" sessions read more...

add a comment |category: |Views: 18

tags: another

ASP.NET Performance: Fast AJAX, Faster AJAX (blogs.msdn.com)

submitted by aliklalikl(160) 3 years, 6 months ago

Utilize ASP.NET AJAX hidden gems to improve AJAX performance by directly calling web services. read more...

add a comment |category: |Views: 44

tags: another

ASP.NET Performance: Dynamically Loaded Assemblies Cause Application R(blogs.msdn.com)

submitted by aliklalikl(160) 3 years, 7 months ago

Walkthrough to identify the root cause of application recycles in ASP.NET read more...

add a comment |category: |Views: 17

tags: another

.Net Performance And Security Knowledge Management (Including Sharepoi(blogs.msdn.com)

submitted by aliklalikl(160) 3 years, 8 months ago

Use MS Sharepoint to manage your .Net Security and Performance Engineering (or any other) knowledge. Applying simple steps you can create a very powerful KB (Knowledge Base) to serve your needs. It will allow you find very quickly relevant knowledge either using categories or keyword search. read more...

add a comment |category: |Views: 3

tags: another

ASP.NET Performance: High CPU Utilization Case Studies And Solutions(blogs.msdn.com)

submitted by aliklalikl(160) 3 years, 9 months ago

This post shares case studies of high CPU utilization of ASP.NET web sites. High CPU utilization was caused by lack of batch compilation, multiple folders, and use of XmlSerializer. In all cases the result was high CPU and poor performance; the symptom was .NET CLR Loading\Current Assemblies counter showing “unusual” number of loaded assemblies. read more...

add a comment |category: |Views: 98

tags: another

ASP.NET Data Binding Performance – Collection Is More Expensive Than D(blogs.msdn.com)

submitted by aliklalikl(160) 3 years, 9 months ago

Binding custom collection is expensive performance wise since internally it uses reflection and reflection is expensive thing to do. Looping is expensive performance wise too but it is cheaper than reflection. read more...

add a comment |category: |Views: 14

tags: another

Security Code Review – String Search Patterns For Finding Vulnerabilit(blogs.msdn.com)

submitted by aliklalikl(160) 3 years, 9 months ago

Security code inspections is sort of searching in the dark. However, security vulnerabilities in many cases* are recurrent anti-patterns that can be identified by well defined set of string searches. read more...

add a comment |category: |Views: 7

tags: another

The limitations of WCF sessions - part 1: Transport-level dependence (blogs.microsoft.co.il)

submitted by aliklalikl(160) 3 years, 11 months ago

The first thing to note about session in WCF, is that they rely heavily on the underlying transport mechanism. read more...

add a comment |category: |Views: 43

tags: another

ASP.NET Performance Engineering - Stress Test Your Architecture, Desig(blogs.msdn.com)

submitted by aliklalikl(160) 4 years ago

Field experience proves - the earlier performance is tackled in development lifecycle the better results achieved. Below are most frequent practices that were most helpful in my engagement with the customers. read more...

add a comment |category: |Views: 40

tags: another

ASP.NET Performance Sin - Serving Images Dynamically (Or Another Reaso(blogs.msdn.com)

submitted by aliklalikl(160) 4 years ago

Serving images dynamically may cause performance hit. Dynamically served images require more HTTP requests which violates Steve Souders' performance rule #1 - Make Fewer HTTP Requests. The latency is also caused by parallelism (or parallel downloading) limitations as described in detail here Performance Research, Part 4: Maximizing Parallel Downloads in the Carpool Lane read more...

add a comment |category: |Views: 14

tags: another

Performance Sin - Chatty Database Access And Loops (Plus Another Free (blogs.msdn.com)

submitted by aliklalikl(160) 4 years ago

Chatty database access is the surefire way for slow performance caused by resources starvation that might even lead to denial of service. read more...

add a comment |category: |Views: 7

tags: another

IIS7 Admin Pack Offers Built In Performance Analysis Reports (blogs.msdn.com)

submitted by aliklalikl(160) 4 years, 1 month ago

You need an ad-hoc simple-to-use tool to analyze your web site behavior under load during development, testing, and maintenance phases. read more...

add a comment |category: |Views: 17

tags: another

Improve .Net Applications Performance Effectively And Efficiently (blogs.msdn.com)

submitted by aliklalikl(160) 4 years, 1 month ago

How to anticipate or better off avoid performance related "surprises" during load and stress testing? Apply performance engineering practices throughout SDLC (Software Development LifeCycle). Here are major talking points, tools, resources, and further reading. read more...

add a comment |category: |Views: 12

tags: another