alikl

Stories kicked by alikl

Talking Software Performance with Rico Mariani(deepfriedbytes.com)

submitted by cwoodruffcwoodruff(780) 3 years, 5 months ago

In this episode Keith and Woody sit down with Mr. Performance, Rico Mariani, the Chief Architect for Visual Studio at Microsoft. Rico has been at Microsoft for 20 years. Before taking on his role as Chief Architect, he spent 5 years working on performance in one capacity or another. read more...

add a comment |category: |Views: 6

tags: another

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

Software Development's Classic Mistakes 2008(blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 6 months ago

So, what are the most frequently development mistakes? Read this to find out more... read more...

add a comment |category: |Views: 26

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

WebResource Embedded Resource Files Caching(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 9 months ago

The post describe a performance problem that was encountered in the area of WebResources. read more...

add a comment |category: |Views: 24

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

Best ASP.NET Performance Winner For Data Binding(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

To achieve best performance you need to make decisions based on trade-off between coolness, coding productivity, and personal engineering values. I never thought I would be recommending my customer considering using old fashion Response.Write() in his Internet facing ASP.NET web application in order to significantly improve the application’s performance. Customer Case Study... read more...

add a comment |category: |Views: 349

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

25 Resources for Tuning Your .NET Application Performance(effectize.com)

submitted by YuraYura(995) 3 years, 10 months ago

A great list of resources, including MSDN links, guides, .NET blogs and how tos about improving .NET performance. read more...

add a comment |category: |Views: 836

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