According to research firm Gartner, attacks trend is toward  applications instead of infrastructures, so for me as an application architect, security is more important than the past.When I was preparing “Application Security” course, I asked my self “which subjects do we study for improving our knowledge about application security?”. I think considering security affects all main activities of software development lifecycle like as analysis, design, architecture, build, test and deployment.The followings are top ten books about security that help in entering security in application development lifecycle, introducing security design guidelines, discussing cryptography best practice, explaining security engineering and a lot of significant materials that are waiting for you to read them!

Writing Secure Code: Practical Strategies and Proven Techniques for Building Secure Applications in a Networked World

Author: Michael Howard
ISBN: 9780735617223

 

.NET Development Security Solutions

Author: John Paul Mueller
ISBN: 9780782142662

 

The Security Development Lifecycle: SDL: A Process for Developing Demonstrably More Secure Software

Author: Michael Howard
ISBN: 9780735622142

 

image Security Engineering Explained

Author: Microsoft

 

24 Deadly Sins of Software Security: Programming Flaws and How to Fix Them

Author: Michael Howard
ISBN: 9780071626750

 

WCF Security Guide,Scenarios and Implementation Guidance for WCF

Author: Microsoft

 

Foundations of Security: What Every Programmer Needs to Know (Expert's Voice)

Author: Neil Daswani
ISBN: 9781590597842

 

SOA Security

Author: Ramarao Kanneganti
ISBN: 9781932394689

 

A Guide to Claims-Based Identity and Access Control (Patterns & Practices)

Author: Dominick Baier
ISBN: 9780735640597

 

Ajax Security

Author: Billy Hoffman
ISBN: 9780321491930

 


Quote of the Day:
No mind is thoroughly well-organized that is deficient in a sense of humor.
--Samuel Taylor Coleridge
Tags: , ,
Comments (1)

New section was added to the site, Presentation, and the first presentation title is: “Using Dependency Graph in Visual Studio 2010”.Here is the presentation specifications and download link :

Summary:

Managing relationships between components is one of the main activities of a software architect.Coupling between components affects reusability, changeability, and  maintainability of the whole solution.Dependency graph in Visual Studio 2010 is a tool to visualize components' relationships and also provides facilities for analyzing these relationships.

Title :

Using Dependency Graph in Visual Studio 2010

Keywords:

Circular Reference, Hub, DGML, Dependency Graph

Slides:

14 slides

Size:

476 KB

Format:

Original Format:          Microsoft Power Point 2007

Compression Format:  Rar

Download link:

Using Dependency Graph in Visual Studio 2010

 


Quote of the Day:
Imagination is everything. It is the preview of life's coming attractions.
--Albert Einstein

Tags: , , , ,
Comments (0)

 

 

Introduction

In the post “How to Speed up Application Startup Performance -General Guidelines” I described some best practices to improve startup time of an application.One of the best practices that I mentioned in that post is “Avoid unnecessary initialization”.In this post, I’ll explain some guidelines for achieving this goal.First, I’ll list common activities that are done in  the startup of the application.Then I’ll describe techniques that can be used for doing those activities in a manner that have lower negative impact on application performance.

Common Application Initialization Activities

Before using the application by users, we must prepare the proper state for the application.This preparation is about settings, UI components, Component Settings and Caching behavior.The following list includes activities that are common in the application initialization :

  • Load Settings
  • Proactive Loading
  • Check Server Connectivity
  • Load Main Form’s(Page’s) Graphical Items
  • Load Main Form’s(Page’s) Components
  • Check Application’s Health
  • UI Customization
  • Load Plug-ins
  • Load Offline Data

Guidelines

The following are techniques that can be used to shorten startup time by improving the initialization module in the application :

  • Invoke asynchronously
  • Use lazy initialization
  • Do it as a manual action
  • Use lightweight components
  • Use partial initialization
  • Do it when application is idle

Activity/Techniques Matrix

You can employ the above techniques for speed up your application startup time.In the below table, you can find out each activity and proper techniques you can use.

 

Improve application startup 


Quote of the Day:
All my life, I always wanted to be somebody. Now I see that I should have been more specific.
--Jane Wagner

Tags: ,
Comments (1)

Links

Comming soon...

My Photos

Comming soon ...

About this blog

Blogging some thoughts about technical issues in the following area : Application Architecture, IT Governance, Security, Performance, Patterns and so on.

Archive