FB Web Tips

Understanding Cross-Site Request Forgery in .NET

By Bill Morefield You can only produce secure web applications by taking security into account, from the start. This requires thinking of the potential ways someone could attack your site as you create each page, form, and action. It also requires understanding the most common types of security problems and how to address them.   […]

The New IE11 F12 Tools

By Rey Bango The menus that used to line the top of the tools have been removed to provide greater clarity to the debugging interface, as well as to free up real estate to work with. In addition, the design of the debugger itself has been greatly refreshed breaking away from a Windows 7 UI-style […]

FB Web Tips

Real-World Off-Line Data Storage

By Maciej Sopyło In many projects there comes a time when you’ll need to store some data off-line. It may be a requirement or just an improvement for your users, but you have to decide which of the available storage options you will use in your application. This article will help you choose the best […]