https://www.developerfusion.com/t/security/tutorials/sort/popularity/ Security Tutorials & Articles from Developer Fusion 2010-11-22T12:24:00.00Z http://www.developerfusion.com/article/84438/isolated-storage/ Isolated Storage 2010-11-22T12:24:00.00Z Isolated Storage is a solution to a very common problem, but if you don't understand it then it becomes a problem in its own right. Ian Stevenson http://www.developerfusion.com/article/7641/what-you-need-to-know-about-pci-compliance-and-web-application-security-policy-changes/ What You Need to Know about PCI Compliance and Web Application Security Policy Changes 2008-04-12T11:02:00.00Z PCI compliance exists to protect consumers from credit fraud, and their data will be protected if rules are followed. If your business accepts credit cards, you are aware of changes to PCI compliance in June. Adherence to section 6.6 of the PCI compliance rules should have been met; if not, web application security must be integrated into existing applications. This mandate allows businesses to evaluate their security practices. Michael Sutton http://www.developerfusion.com/article/4667/how-to-access-outlook-and-post-to-a-blog-using-c/ How to access Outlook and post to a blog using C# 2005-02-11T13:52:00.00Z An article for all those like Robert Scoble who would like to be able to drag and drop an item to a folder in their Outlook and post it instantly to their Blog. We also briefly cover web services and talking to Outlook. Simon Soanes http://www.developerfusion.com/article/4636/isolated-storage-in-net/ Isolated Storage in .NET 2004-12-06T15:08:00.00Z Knowing how and where to store things is bread and butter stuff for an Application Developer. This article examines an area of storage known as ‘Isolated Storage’ that was introduced to the Windows environment alongside the introduction of the .NET Framework. We’ll discover, what it is and how and why to use it. Graham Parker http://www.developerfusion.com/article/4683/net-applets/ .NET Applets 2005-03-30T22:16:00.00Z Mark walks you through how you go about creating a ".NET Applet" - a Windows Forms control hosted within a web page. M Kenyon http://www.developerfusion.com/article/1845/client-server-programming-with-winsock/ Client Server Programming with Winsock 2001-10-31T09:16:00.00Z Winsock control comes with VB6 and is used to create applications that access the low-level functions of the Transmission Control Protocol/Internet Protocol (TCP/IP). S.S. Ahmed http://www.developerfusion.com/article/7305/dynamic-search-conditions-in-tsql/ Dynamic Search Conditions in T-SQL 2007-12-01T13:46:00.00Z A very common requirement in an information system is to have a function (or several functions) where the users are able to search the data by selecting freely among many possible criterias. In this text I will look at various techniques to solve this problem. Erland Sommarskog http://www.developerfusion.com/article/5381/locking-the-door-behind-you-hacker-protection-for-your-web-applications/ Locking the Door behind You: Hacker Protection for Your Web Applications 2006-02-14T20:59:00.00Z Your Web applications can be the most important and most vulnerable entry point into your organization, and, as such, ensuring adequate hacker protection in your Web applications can be critical. This article discusses some of the issues. Caleb Sima http://www.developerfusion.com/article/7142/sql-trusted-connections-with-aspnet/ SQL Trusted Connections with ASP.NET 2007-10-09T21:05:00.00Z Hard coding passwords into your application or your web site is a bad thing. Barry looks at how we can use trusted connections to provide the authentication we need, without the need for these potential security hazards. Barry Dorrans http://www.developerfusion.com/article/2371/api-programming-series-1/ API Programming Series #1 2002-07-13T06:26:00.00Z This is the first part of a series of articles explaining how to access and use the Win32 API from within VB. Sreejath S. Warrier http://www.developerfusion.com/article/6678/top-10-application-security-vulnerabilities-in-webconfig-files-part-one/ Top 10 Application Security Vulnerabilities in Web.config Files - Part One 2007-05-14T21:05:00.00Z In part one of this two part article, you will learn about five of the top ten “worst offenders” of misconfigurations of application security that can cause overall problems for ASP.NET Web-based applications. Learn more about how to secure the Web.config files of an ASP.NET application. Bryan Sullivan http://www.developerfusion.com/article/6197/testing-for-security-in-the-age-of-ajax-programming/ Testing for Security in the Age of Ajax Programming 2006-09-27T22:24:00.00Z Ajax programming, which allows a web page to refresh a small portion of its data from a web server, is an exciting technology that has recently been introduced. However, this type of programming can also leave applications open to SQL injection and similar attacks. Learn more about Ajax programming and what it means in terms of security. Bryan Sullivan http://www.developerfusion.com/article/5348/new-features-for-web-developers-in-aspnet-20/ New features for web developers in ASP.NET 2.0 2006-02-03T12:25:00.00Z ASP.NET 2.0 brings enhanced performance and many new features that make the web developer's life easier. Alex Homer takes you through what's new. Alex Homer http://www.developerfusion.com/article/4679/you-want-salt-with-that/ You Want Salt With That? 2005-03-22T12:25:00.00Z Learn about "security through obscurity", what exactly is this "salt" stuff (in the cryptographic sense, not the chemical sense!), and why it's OK to make salts public knowledge. Eric Lippert http://www.developerfusion.com/article/6745/top-10-application-security-vulnerabilities-in-webconfig-files-part-two/ Top 10 Application Security Vulnerabilities in Web.config Files - Part Two 2007-06-10T11:43:00.00Z In this second part of a two-part series, you will learn about application security issues related to authentication and authorization, as well as five vulnerabilities commonly found in ASP.NET web-based applications. Additionally, find out how to keep configuration files from being unintentionally modified by uninformed programmers or administrators, as well as why it is critical to never rely on default setting values. Bryan Sullivan http://www.developerfusion.com/article/5613/sharepoint-document-library-and-sql-server/ SharePoint, Document Library and SQL Server 2006-04-19T22:36:00.00Z This tutorial shows how you can capture a document in SharePoint's document library, retrieve information from its properties and store in in SQL Server. It will teach you how to use Event Handler Toolkit. S.S. Ahmed http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ High-Performance .NET Application Development & Architecture 2006-02-15T15:25:00.00Z This article demonstrates the art of creating and architecting high-performance and scalable .NET applications, covering all stages, from planning to development and their perspective best practices. Dimitrios Markatos http://www.developerfusion.com/article/5199/whats-new-in-systemxml-20/ What's new in System.Xml 2.0 2006-01-30T11:01:00.00Z Just as XML itself has evolved, so the XML related classes in .NET Framework 2.0 have changed. Alex Homer finds out what's different. Alex Homer http://www.developerfusion.com/article/5155/web-services-interoperability-between-j2ee-and-net-part-3/ Web Services Interoperability between J2EE and .NET - Part 3 2006-01-05T21:28:00.00Z Explore the source of the common interoperability challenges facing Web services integration across platforms. This third part in a series describes how the different naming conventions between J2EE technology and .NET can cause difficulty in Web services interoperability. Wangming Ye http://www.developerfusion.com/article/4403/make-your-classic-asp-code-work-like-in-aspnet/ Make your Classic ASP code work like in ASP.NET 2004-02-15T08:37:00.00Z Developing in Classic ASP using the same technics as in ASP.NET?. If you have to work in Classic ASP, why don't do it the right way? By using a similar framework not only your code will be more organized and efficient, but it will take you a fraction of the time to port to ASP.NET! Christian Calderon