Web Application is so vulnerable to attacks especially if deals with money, sensitive information and/or business trade secrets. This is a big problem in the IT world and big funds are spend just to protect them from these attack...
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 Souder...
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...