Posts Tagged ‘Session State’

Hacking the Code: ASP.NET Web Application Security

More of a programmer’s guide than a security guide, Hacking the Code explains how certain code can be attacked, shows how you should edit the code, and offers case studies and examples for doing so. The book establishes policies for object input, and shows how to audit existing code for potential security problems.

People constantly ask security expert Mark Burnett for a guide to writing secure code. They don’t want a course on security, they want to fix their code. This book is a practical guide on how to maintain session state, how to properly handle cookies, how to get user input, and more. Instead of just telling you how to do it, Burnett shows actual code that can be dropped right into your applications. This book covers almost all security issues known. Burnett has put hundreds of hours of research into his code audit database and is now making that available to you.
Customer Review: Definitely a worthy book for developers and security pros alike
Hacking the Code is a must read if you want to pick apart .NET Web applications in the name of better security. More people in development and IT need to read books like this. I like how it focuses on ASP.NET – the language that a large portion of Web applications are developed in today. The book covers the important areas of securing applications and shows some good examples. Appendix A also has some good ASP.NET code samples for real-world concerns.

Hacking the Code: ASP.NET Web Application Security

More of a programmer’s guide than a security guide, Hacking the Code explains how certain code can be attacked, shows how you should edit the code, and offers case studies and examples for doing so. The book establishes policies for object input, and shows how to audit existing code for potential security problems.

People constantly ask security expert Mark Burnett for a guide to writing secure code. They don’t want a course on security, they want to fix their code. This book is a practical guide on how to maintain session state, how to properly handle cookies, how to get user input, and more. Instead of just telling you how to do it, Burnett shows actual code that can be dropped right into your applications. This book covers almost all security issues known. Burnett has put hundreds of hours of research into his code audit database and is now making that available to you.
Customer Review: Definitely a worthy book for developers and security pros alike
Hacking the Code is a must read if you want to pick apart .NET Web applications in the name of better security. More people in development and IT need to read books like this. I like how it focuses on ASP.NET – the language that a large portion of Web applications are developed in today. The book covers the important areas of securing applications and shows some good examples. Appendix A also has some good ASP.NET code samples for real-world concerns.

Programming Data-Driven Web Applications with ASP.NET (Sams White Book)

A revolution in developing software is coming and it’s called the .NET Framework. This broad Microsoft strategy opens doors to exciting new concepts such as Web services, which deliver the software you create as services that dish out data via XML over the Net. ASP.NET and ADO.NET are key elements to this new approach, improving the efficiency of Web page coding and database access respectively. Programming Data-Driven Web Applications with ASP.NET provides an excellent introduction to this brave new world of database-driven Web development for seasoned and novice programmers alike.

The book dives into ASP.NET with a breakdown of its new features such as server side controls and event handling, Web services and session state management. It then clearly points out the advantages of ADO.NET–interoperability, a strong-typed programming model, higher disconnected performance, and better scalability. Readers will learn about managed providers and get a tutorial on ANSI SQL and the nitty gritty of database access. Plenty of example code is presented in both Visual Basic.NET and C#.

The book explains how XML and SOAP–the protocol for exchanging XML data–work together as the transmission mechanism behind the scenes of .NET applications. The centerpiece of this new architecture is the Web services feature, and this text covers this powerful Web-callable interface well. ASP.NET and ADO.NET require somewhat of a new programming mindset from previous coding platforms, but this easy-to-read tutorial provides an easy entry point. –Stephen W. Plain

Topics covered: .NET overview, ADO.NET managed providers, data binding, DataGrid control, templates, Web form server controls, validation controls, editing and filtering data, XML and SOAP, BLOB uploading and displaying, Web services, authentication, data caching, ASP.NET reference, and ADO.NET reference.
Customer Review: Great ASP.net book
Its a great book. I was able to use this book right away for my work. Covers ADO.net a must have in your library.