Home » Archives for October 2014
Securing .NET Web Application from Common Attacks
in
Best Practices,
Security
- on Tuesday, October 14, 2014
- 5 comments
Tips On Optimizing Frontend Web Application
in
Best Practices,
UX
- on Saturday, October 11, 2014
- 1 comment
"80-90%” of the end-user response time is spent on the frontend. Start there.
-Steve Souders
-Steve Souders
What are Inversion of Control (IoC), DIP, DI, and IoC Container?
in
Best Practices,
C#,
Design Patterns,
DI,
DIP
- on Wednesday, October 08, 2014
- 1 comment
Many developers are confused about DIP, IoC, DI, and IoC Container. Well, we've been using the concept even the from the DOS mode era. It’s only when SOLID OOP Design and Design Patterns were introduced that made this popular. It is the D in the SOLID acronym which stands for Dependency Inversion Principle. New concepts were added of course.