Languages Visual Basic & VB.NET .Net Data Structures  

wucBlog

download download  
important code information
author:
Raalnan Five
minimum requirements:
wucBlog description

This application is a simple Blog app that makes use of MS SQL Server, Stored Procedures, and Web User Controls. When I tested the copy over in .net, I found that it was easier to create a new web project and copy in the ‘Conservatory’ folder and ‘Default.aspx’ and ‘Default.aspx.vb’ pages than it was to copy in the entire project. Once the project is in place, you will find the SQL script needed to create the database in the _sql folder, as shown. The ‘Delete’ function has been disabled, but the confirmation placeholder code is there.


File List:
bLog/0b
bLog/AssemblyInfo.vb1Kb
bLog/Conservatory/0b
bLog/Conservatory/Controllers/0b
bLog/Conservatory/Controllers/clsBlog.vb6Kb
bLog/Conservatory/Controllers/clsUser.vb176b
bLog/Conservatory/Databases/0b
bLog/Conservatory/Databases/mdfBlog.vb2Kb
bLog/Conservatory/Models/0b
bLog/Conservatory/Models/SysUsers.vb1Kb
bLog/Conservatory/Models/tblBlog.vb179b
bLog/Conservatory/POJOs/0b
bLog/Conservatory/POJOs/Utils.vb2Kb
bLog/Conservatory/POJOs/clsRandomBool.vb1Kb
bLog/Conservatory/POJOs/clsRandomInt.vb1Kb
bLog/Conservatory/POJOs/clsRandomString.vb1Kb
bLog/Conservatory/POJOs/clsUtilities.vb11Kb
bLog/Conservatory/Views/0b
bLog/Conservatory/Views/wucBlog.ascx3Kb
bLog/Conservatory/Views/wucBlog.ascx.resx5Kb
bLog/Conservatory/Views/wucBlog.ascx.vb7Kb
bLog/Default.aspx1Kb
bLog/Default.aspx.resx5Kb
bLog/Default.aspx.vb1Kb
bLog/Global.asax69b
bLog/Global.asax.resx2Kb
bLog/Global.asax.vb2Kb
bLog/Help/0b
bLog/Help/Default.htm17Kb
bLog/Help/Default.vsd1341Kb
bLog/Help/Default_files/0b
bLog/Help/Default_files/arrow.gif491b
bLog/Help/Default_files/data.xml3Kb
bLog/Help/Default_files/filelist.xml1Kb
bLog/Help/Default_files/find.js13Kb
bLog/Help/Default_files/frameset.js12Kb
bLog/Help/Default_files/fullpage.gif263b
bLog/Help/Default_files/gif_1.gif35Kb
bLog/Help/Default_files/gif_1.htm3Kb
bLog/Help/Default_files/gif_1.js2Kb
bLog/Help/Default_files/gif_2.gif50Kb
bLog/Help/Default_files/gif_2.htm3Kb
bLog/Help/Default_files/go.gif474b
bLog/Help/Default_files/keys.js320b
bLog/Help/Default_files/maximize.gif66b
bLog/Help/Default_files/minimize.gif65b
bLog/Help/Default_files/minus.gif63b
bLog/Help/Default_files/panminus.gif391b
bLog/Help/Default_files/panplus.gif401b
bLog/Help/Default_files/plus.gif64b
bLog/Help/Default_files/tick-foc.gif129b
bLog/Help/Default_files/tick-off.gif79b
bLog/Help/Default_files/tick-on.gif99b
bLog/Help/Default_files/toc.gif108b
bLog/Help/Default_files/toc2.gif110b
bLog/Help/Default_files/toolbar.htm1Kb
bLog/Help/Default_files/visio.css3Kb
bLog/Help/Default_files/vml_1.emz75Kb
bLog/Help/Default_files/vml_1.htm4Kb
bLog/Help/Default_files/vml_1.js6Kb
bLog/Help/Default_files/vml_2.emz97Kb
bLog/Help/Default_files/vml_2.htm4Kb
bLog/Help/Default_files/widgets.htm16Kb
bLog/Help/Default_files/zoom.htm24Kb
bLog/Styles.css3Kb
bLog/Web.config4Kb
bLog/_SQL/0b
bLog/_SQL/Create Database.sql36Kb
bLog/_vti_cnf/0b
bLog/_vti_pvt/0b
bLog/_vti_pvt/access.cnf115b
bLog/_vti_pvt/deptodoc.btr324b
bLog/_vti_pvt/doctodep.btr324b
bLog/_vti_pvt/service.cnf1Kb
bLog/_vti_pvt/service.lck0b
bLog/_vti_pvt/services.cnf3b
bLog/_vti_script/0b
bLog/_vti_txt/0b
bLog/bLog.vbproj8Kb
bLog/bLog.vbproj.webinfo106b
bLog/bin/0b
bLog/bin/bLog.pdb96Kb

Similar code
PE Reader Class (Popularity: ) : Well, I was bored, and I figured I want to learn something new and make something useful. So I decided to make a class to read and break down the Portable Executable header on windows EXE files. Please vote if ...
AddressBook (Popularity: ) : Implementation of Arraylist collection, Listbox and Serialization
XSD Creator (Popularity: ) : Create XSD File for use with your projects. It worked with SQL Server and Access Databases. It includes the Primary and Foreign Keys. Also is an example of getting connection string from user and using schema calls to get a ...
A simple example to use a Structure in lieu of a Class (Popularity: ) : To give a simple example how to use the .Net Structure instead of a class. Use this when you only need to use a class as a data storage mechanism. This code contains some methods to manipulate public values.
A Class in ASP.Net (Popularity: ) : The following is a class in ASP.Net that encapsulates salary details about a typical employee.It states whether an employee is FT/PT worker as well. Please do vote for this code and most important let me know how can i make ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 12
version
size in Kb 595
popularity   744/7913374
user rating 4/10
ad


New Code
Popular Code