New Content From WWWCoder.com

P

Patrick Santry

DotNetNuke 2.x Module Architecture, Part III
http://www.wwwcoder.com/main/parentid/224/site/3084/68/default.aspx
In this final article of our module architecture series, we will look at the
architecture of the database provider class, and finally creating our
distribution and installing our module in DNN.

DotNetNuke 2.x Module Architecture, Part II
http://www.wwwcoder.com/main/parentid/224/site/3030/68/default.aspx
In this second part of a three part series we will cover the Business Logic
Layer, and the Data Abstraction Layer of module Architecture of
DotNetNuke.

DotNetNuke 2.x Module Architecture, Part I
http://www.wwwcoder.com/main/parentid/224/site/3008/68/default.aspx
n this article we go over the architecture of a DNN 2.x module, specifically
the Survey module example included within the DotNetNuke distribution. In
part one, we cover setting up a development project, and the user
interface for our module.

Replicating Content to Multiple Servers
http://www.wwwcoder.com/main/parentid/259/site/1699/68/default.aspx
This article provides one solution for replicating content to multiple share
locations. This could be useful where you have a Web application hosted on
a Web farm and you wish to have files uploaded via the Web, and then
replicate the uploaded files to other servers in the farm.

Populating a .Net Treeview control from a parent-child relationship db table.
http://www.wwwcoder.com/main/parentid/261/site/1700/68/default.aspx
This article expands on recursive subroutines. We will be populating a VB.Net
treeview control in a Windows form with records from a database table
containing a parent-child relationship.

Preventing SQL Injection Attacks
http://www.wwwcoder.com/main/parentid/258/site/2966/68/default.aspx
Keep your code secure against intruders. In this article we provide examples
of SQL injection attacks and how you can write code to prevent them. Stop
people from getting information from your database.

Securing Your ASP.NET App Against Cross-site Scripting (XSS) Attacks
http://www.wwwcoder.com/main/parentid/258/site/2885/68/default.aspx
In this article we will examine how a potential attacker can conduct an XSS
attack against your application to gain information from your site users. We
will also provide some insight into how you can protect your site against
these attacks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top