实例介绍
使用MVC框架,c#语言开发的新闻发布系统的网站。供大家学习开发。里面提供了强大的用户权限管理系统和新闻发布系统同通用的所有功能。
【实例截图】
【核心代码】
roway8_3862145
├── FrameworkTemplateDemo
│ └── FrameworkTemplateDemo
│ ├── AssemblyInfo.cs
│ ├── CommonLib
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ ├── News.Demo.Data.dll
│ │ ├── News.Demo.Data.SqlClient.dll
│ │ ├── News.Demo.Entities.dll
│ │ └── NFS.ClassLib.dll
│ ├── FrameworkTemplateDemo
│ │ ├── bin
│ │ │ ├── Antlr3.Runtime.dll
│ │ │ ├── AspNetPager.dll
│ │ │ ├── FrameworkTemplateDemo.dll
│ │ │ ├── FrameworkTemplateDemo.pdb
│ │ │ ├── Iesi.Collections.dll
│ │ │ ├── Iesi.Collections.xml
│ │ │ ├── log4net.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ ├── MvcFckEditor.dll
│ │ │ ├── News.Demo.BLL.dll
│ │ │ ├── News.Demo.BLL.pdb
│ │ │ ├── News.Demo.Data.dll
│ │ │ ├── News.Demo.Data.SqlClient.dll
│ │ │ ├── News.Demo.Entities.dll
│ │ │ ├── NFS.ClassLib.dll
│ │ │ ├── NFS.Common.dll
│ │ │ ├── NFS.Public.Web.dll
│ │ │ └── NHibernate.dll
│ │ ├── Common
│ │ │ └── Config
│ │ │ └── Common.config
│ │ ├── Content
│ │ │ ├── images
│ │ │ │ ├── ftb
│ │ │ │ │ ├── floder.log.gif
│ │ │ │ │ ├── folder.big.gif
│ │ │ │ │ ├── folder.movie.gif
│ │ │ │ │ ├── folder.none.gif
│ │ │ │ │ ├── folder.rar.gif
│ │ │ │ │ ├── folder.small.gif
│ │ │ │ │ ├── folder.swf.gif
│ │ │ │ │ └── folder.up.gif
│ │ │ │ └── noimage.jpg
│ │ │ └── Site.css
│ │ ├── Controllers
│ │ │ ├── AccountController.cs
│ │ │ ├── CheckCodeController.cs
│ │ │ ├── HomeController.cs
│ │ │ └── NewsController.cs
│ │ ├── fckeditor2.3.6
│ │ │ ├── editor
│ │ │ │ ├── css
│ │ │ │ │ ├── behaviors
│ │ │ │ │ │ ├── disablehandles.htc
│ │ │ │ │ │ └── showtableborders.htc
│ │ │ │ │ ├── fck_editorarea.css
│ │ │ │ │ ├── fck_internal.css
│ │ │ │ │ ├── fck_showtableborders_gecko.css
│ │ │ │ │ └── images
│ │ │ │ │ ├── block_address.png
│ │ │ │ │ ├── block_blockquote.png
│ │ │ │ │ ├── block_div.png
│ │ │ │ │ ├── block_h1.png
│ │ │ │ │ ├── block_h2.png
│ │ │ │ │ ├── block_h3.png
│ │ │ │ │ ├── block_h4.png
│ │ │ │ │ ├── block_h5.png
│ │ │ │ │ ├── block_h6.png
│ │ │ │ │ ├── block_p.png
│ │ │ │ │ ├── block_pre.png
│ │ │ │ │ ├── fck_anchor.gif
│ │ │ │ │ ├── fck_flashlogo.gif
│ │ │ │ │ ├── fck_hiddenfield.gif
│ │ │ │ │ ├── fck_pagebreak.gif
│ │ │ │ │ └── fck_plugin.gif
│ │ │ │ ├── dialog
│ │ │ │ │ ├── common
│ │ │ │ │ │ ├── fck_dialog_common.css
│ │ │ │ │ │ ├── fck_dialog_common.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── locked.gif
│ │ │ │ │ │ ├── reset.gif
│ │ │ │ │ │ └── unlocked.gif
│ │ │ │ │ ├── fck_about
│ │ │ │ │ │ ├── logo_fckeditor.gif
│ │ │ │ │ │ ├── logo_fredck.gif
│ │ │ │ │ │ └── sponsors
│ │ │ │ │ │ └── spellchecker_net.gif
│ │ │ │ │ ├── fck_about.html
│ │ │ │ │ ├── fck_anchor.html
│ │ │ │ │ ├── fck_button.html
│ │ │ │ │ ├── fck_checkbox.html
│ │ │ │ │ ├── fck_colorselector.html
│ │ │ │ │ ├── fck_div.html
│ │ │ │ │ ├── fck_docprops
│ │ │ │ │ │ └── fck_document_preview.html
│ │ │ │ │ ├── fck_docprops.html
│ │ │ │ │ ├── fck_flash
│ │ │ │ │ │ ├── fck_flash.js
│ │ │ │ │ │ └── fck_flash_preview.html
│ │ │ │ │ ├── fck_flash.html
│ │ │ │ │ ├── fck_form.html
│ │ │ │ │ ├── fck_hiddenfield.html
│ │ │ │ │ ├── fck_image
│ │ │ │ │ │ ├── fck_image.js
│ │ │ │ │ │ └── fck_image_preview.html
│ │ │ │ │ ├── fck_image.html
│ │ │ │ │ ├── fck_link
│ │ │ │ │ │ └── fck_link.js
│ │ │ │ │ ├── fck_link.html
│ │ │ │ │ ├── fck_listprop.html
│ │ │ │ │ ├── fck_paste.html
│ │ │ │ │ ├── fck_radiobutton.html
│ │ │ │ │ ├── fck_replace.html
│ │ │ │ │ ├── fck_select
│ │ │ │ │ │ └── fck_select.js
│ │ │ │ │ ├── fck_select.html
│ │ │ │ │ ├── fck_smiley.html
│ │ │ │ │ ├── fck_source.html
│ │ │ │ │ ├── fck_specialchar.html
│ │ │ │ │ ├── fck_spellerpages
│ │ │ │ │ │ └── spellerpages
│ │ │ │ │ │ ├── blank.html
│ │ │ │ │ │ ├── controls.html
│ │ │ │ │ │ ├── controlWindow.js
│ │ │ │ │ │ ├── server-scripts
│ │ │ │ │ │ │ ├── spellchecker.cfm
│ │ │ │ │ │ │ ├── spellchecker.php
│ │ │ │ │ │ │ └── spellchecker.pl
│ │ │ │ │ │ ├── spellchecker.html
│ │ │ │ │ │ ├── spellChecker.js
│ │ │ │ │ │ ├── spellerStyle.css
│ │ │ │ │ │ └── wordWindow.js
│ │ │ │ │ ├── fck_spellerpages.html
│ │ │ │ │ ├── fck_tablecell.html
│ │ │ │ │ ├── fck_table.html
│ │ │ │ │ ├── fck_template
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── template1.gif
│ │ │ │ │ │ ├── template2.gif
│ │ │ │ │ │ └── template3.gif
│ │ │ │ │ ├── fck_template.html
│ │ │ │ │ ├── fck_textarea.html
│ │ │ │ │ └── fck_textfield.html
│ │ │ │ ├── dtd
│ │ │ │ │ ├── fck_dtd_test.html
│ │ │ │ │ ├── fck_xhtml10strict.js
│ │ │ │ │ └── fck_xhtml10transitional.js
│ │ │ │ ├── fckdebug.html
│ │ │ │ ├── fckdialog.html
│ │ │ │ ├── fckeditor.html
│ │ │ │ ├── fckeditor.original.html
│ │ │ │ ├── images
│ │ │ │ │ ├── anchor.gif
│ │ │ │ │ ├── arrow_ltr.gif
│ │ │ │ │ ├── arrow_rtl.gif
│ │ │ │ │ ├── smiley
│ │ │ │ │ │ └── msn
│ │ │ │ │ │ ├── angel_smile.gif
│ │ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ │ ├── cake.gif
│ │ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ │ ├── envelope.gif
│ │ │ │ │ │ ├── heart.gif
│ │ │ │ │ │ ├── kiss.gif
│ │ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ │ └── wink_smile.gif
│ │ │ │ │ └── spacer.gif
│ │ │ │ ├── js
│ │ │ │ │ ├── fckadobeair.js
│ │ │ │ │ ├── fckeditorcode_gecko.js
│ │ │ │ │ └── fckeditorcode_ie.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── af.js
│ │ │ │ │ ├── ar.js
│ │ │ │ │ ├── bg.js
│ │ │ │ │ ├── bn.js
│ │ │ │ │ ├── bs.js
│ │ │ │ │ ├── ca.js
│ │ │ │ │ ├── cs.js
│ │ │ │ │ ├── da.js
│ │ │ │ │ ├── de.js
│ │ │ │ │ ├── el.js
│ │ │ │ │ ├── en-au.js
│ │ │ │ │ ├── en-ca.js
│ │ │ │ │ ├── en.js
│ │ │ │ │ ├── en-uk.js
│ │ │ │ │ ├── eo.js
│ │ │ │ │ ├── es.js
│ │ │ │ │ ├── et.js
│ │ │ │ │ ├── eu.js
│ │ │ │ │ ├── fa.js
│ │ │ │ │ ├── fi.js
│ │ │ │ │ ├── fo.js
│ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ ├── fr.js
│ │ │ │ │ ├── gl.js
│ │ │ │ │ ├── gu.js
│ │ │ │ │ ├── he.js
│ │ │ │ │ ├── hi.js
│ │ │ │ │ ├── hr.js
│ │ │ │ │ ├── hu.js
│ │ │ │ │ ├── it.js
│ │ │ │ │ ├── ja.js
│ │ │ │ │ ├── km.js
│ │ │ │ │ ├── ko.js
│ │ │ │ │ ├── lt.js
│ │ │ │ │ ├── lv.js
│ │ │ │ │ ├── mn.js
│ │ │ │ │ ├── ms.js
│ │ │ │ │ ├── nb.js
│ │ │ │ │ ├── nl.js
│ │ │ │ │ ├── no.js
│ │ │ │ │ ├── pl.js
│ │ │ │ │ ├── pt-br.js
│ │ │ │ │ ├── pt.js
│ │ │ │ │ ├── ro.js
│ │ │ │ │ ├── ru.js
│ │ │ │ │ ├── sk.js
│ │ │ │ │ ├── sl.js
│ │ │ │ │ ├── sr.js
│ │ │ │ │ ├── sr-latn.js
│ │ │ │ │ ├── sv.js
│ │ │ │ │ ├── th.js
│ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ ├── tr.js
│ │ │ │ │ ├── uk.js
│ │ │ │ │ ├── vi.js
│ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ └── zh.js
│ │ │ │ ├── plugins
│ │ │ │ │ ├── autogrow
│ │ │ │ │ │ └── fckplugin.js
│ │ │ │ │ ├── bbcode
│ │ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ │ └── _sample
│ │ │ │ │ │ ├── sample.config.js
│ │ │ │ │ │ └── sample.html
│ │ │ │ │ ├── dragresizetable
│ │ │ │ │ │ └── fckplugin.js
│ │ │ │ │ ├── placeholder
│ │ │ │ │ │ ├── fck_placeholder.html
│ │ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ │ └── pl.js
│ │ │ │ │ │ └── placeholder.gif
│ │ │ │ │ ├── simplecommands
│ │ │ │ │ │ └── fckplugin.js
│ │ │ │ │ └── tablecommands
│ │ │ │ │ └── fckplugin.js
│ │ │ │ └── skins
│ │ │ │ ├── default
│ │ │ │ │ ├── fck_dialog.css
│ │ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ │ ├── fck_editor.css
│ │ │ │ │ ├── fck_strip.gif
│ │ │ │ │ └── images
│ │ │ │ │ ├── dialog.sides.gif
│ │ │ │ │ ├── dialog.sides.png
│ │ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ │ ├── sprites.gif
│ │ │ │ │ ├── sprites.png
│ │ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ ├── toolbar.expand.gif
│ │ │ │ │ ├── toolbar.separator.gif
│ │ │ │ │ └── toolbar.start.gif
│ │ │ │ ├── _fckviewstrips.html
│ │ │ │ ├── office2003
│ │ │ │ │ ├── fck_dialog.css
│ │ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ │ ├── fck_editor.css
│ │ │ │ │ ├── fck_strip.gif
│ │ │ │ │ └── images
│ │ │ │ │ ├── dialog.sides.gif
│ │ │ │ │ ├── dialog.sides.png
│ │ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ │ ├── sprites.gif
│ │ │ │ │ ├── sprites.png
│ │ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ │ ├── toolbar.bg.gif
│ │ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ ├── toolbar.expand.gif
│ │ │ │ │ ├── toolbar.separator.gif
│ │ │ │ │ └── toolbar.start.gif
│ │ │ │ └── silver
│ │ │ │ ├── fck_dialog.css
│ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ ├── fck_editor.css
│ │ │ │ ├── fck_strip.gif
│ │ │ │ └── images
│ │ │ │ ├── dialog.sides.gif
│ │ │ │ ├── dialog.sides.png
│ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ ├── sprites.gif
│ │ │ │ ├── sprites.png
│ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ ├── toolbar.buttonbg.gif
│ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ ├── toolbar.end.gif
│ │ │ │ ├── toolbar.expand.gif
│ │ │ │ ├── toolbar.separator.gif
│ │ │ │ └── toolbar.start.gif
│ │ │ ├── fckconfig.js
│ │ │ ├── fckeditor.js
│ │ │ ├── fckpackager.xml
│ │ │ ├── fckstyles.xml
│ │ │ ├── fcktemplates.xml
│ │ │ ├── filethumbnails
│ │ │ │ ├── bmp.gif
│ │ │ │ ├── bmp-small.gif
│ │ │ │ ├── cpp.gif
│ │ │ │ ├── cpp-small.gif
│ │ │ │ ├── cs.gif
│ │ │ │ ├── cs-small.gif
│ │ │ │ ├── doc.gif
│ │ │ │ ├── doc-small.gif
│ │ │ │ ├── exe.gif
│ │ │ │ ├── exe-small.gif
│ │ │ │ ├── fla.gif
│ │ │ │ ├── gif.gif
│ │ │ │ ├── gif-small.gif
│ │ │ │ ├── java.gif
│ │ │ │ ├── java-small.gif
│ │ │ │ ├── jpeg.gif
│ │ │ │ ├── jpeg-small.gif
│ │ │ │ ├── jpg.gif
│ │ │ │ ├── jpg-small.gif
│ │ │ │ ├── mdb.gif
│ │ │ │ ├── mdb-small.gif
│ │ │ │ ├── msi.gif
│ │ │ │ ├── msi-small.gif
│ │ │ │ ├── one.gif
│ │ │ │ ├── one-small.gif
│ │ │ │ ├── pdf.gif
│ │ │ │ ├── pdf-small.gif
│ │ │ │ ├── png.gif
│ │ │ │ ├── png-small.gif
│ │ │ │ ├── ppt.gif
│ │ │ │ ├── ppt-small.gif
│ │ │ │ ├── pub.gif
│ │ │ │ ├── pub-small.gif
│ │ │ │ ├── swf.gif
│ │ │ │ ├── unknown.gif
│ │ │ │ ├── unknown-small.gif
│ │ │ │ ├── vb.gif
│ │ │ │ ├── vb-small.gif
│ │ │ │ ├── xls.gif
│ │ │ │ ├── xls-small.gif
│ │ │ │ ├── zip.gif
│ │ │ │ └── zip-small.gif
│ │ │ ├── Folder.jpg
│ │ │ ├── folder.png
│ │ │ ├── license.txt
│ │ │ └── Up.jpg
│ │ ├── FrameworkTemplateDemo.csproj
│ │ ├── FrameworkTemplateDemo.csproj.user
│ │ ├── FrameworkTemplateDemo.Publish.xml
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── HelperScripts
│ │ │ ├── ftb.colorpicker.aspx
│ │ │ ├── ftb_fckimagegallery.aspx
│ │ │ ├── ftb_fckimagegallery.aspx.cs
│ │ │ ├── ftb_fckimagegallery.aspx.designer.cs
│ │ │ └── ftb.inserttable.aspx
│ │ ├── Log
│ │ │ ├── LogError
│ │ │ │ ├── 20111008
│ │ │ │ ├── 20111009
│ │ │ │ ├── 20111010
│ │ │ │ ├── 20111014
│ │ │ │ ├── 20111017
│ │ │ │ ├── 20111021
│ │ │ │ └── 20111025
│ │ │ └── LogInfo
│ │ │ ├── 20111008
│ │ │ ├── 20111009
│ │ │ ├── 20111010
│ │ │ ├── 20111014
│ │ │ ├── 20111017
│ │ │ ├── 20111021
│ │ │ └── 20111025
│ │ ├── Models
│ │ │ └── AccountModels.cs
│ │ ├── My97DatePicker
│ │ │ ├── calendar.js
│ │ │ ├── config.js
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ ├── My97DatePicker.htm
│ │ │ ├── readme.txt
│ │ │ ├── skin
│ │ │ │ ├── datePicker.gif
│ │ │ │ ├── default
│ │ │ │ │ ├── datepicker.css
│ │ │ │ │ ├── down.jpg
│ │ │ │ │ ├── left.gif
│ │ │ │ │ ├── navLeft.gif
│ │ │ │ │ ├── navRight.gif
│ │ │ │ │ ├── qs.jpg
│ │ │ │ │ ├── right.gif
│ │ │ │ │ └── up.jpg
│ │ │ │ ├── WdatePicker.css
│ │ │ │ └── whyGreen
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── datepicker.css
│ │ │ │ ├── down.jpg
│ │ │ │ ├── left.gif
│ │ │ │ ├── navLeft.gif
│ │ │ │ ├── navRight.gif
│ │ │ │ ├── qs.jpg
│ │ │ │ ├── right.gif
│ │ │ │ └── up.jpg
│ │ │ └── WdatePicker.js
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── CSAutoParameterize
│ │ │ │ ├── original
│ │ │ │ │ ├── Views
│ │ │ │ │ │ └── Web.config
│ │ │ │ │ └── Web.config
│ │ │ │ └── transformed
│ │ │ │ ├── Views
│ │ │ │ │ └── Web.config
│ │ │ │ └── Web.config
│ │ │ ├── CSAutoParameterize.parameters.xml
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── FrameworkTemplateDemo.csproj.FileListAbsolute.txt
│ │ │ ├── FrameworkTemplateDemo.dll
│ │ │ ├── FrameworkTemplateDemo.pdb
│ │ │ ├── Package
│ │ │ │ ├── FrameworkTemplateDemo.SourceManifest.xml
│ │ │ │ └── PackageTmp
│ │ │ │ ├── bin
│ │ │ │ │ ├── Antlr3.Runtime.dll
│ │ │ │ │ ├── AspNetPager.dll
│ │ │ │ │ ├── FrameworkTemplateDemo.dll
│ │ │ │ │ ├── FrameworkTemplateDemo.pdb
│ │ │ │ │ ├── Iesi.Collections.dll
│ │ │ │ │ ├── Iesi.Collections.xml
│ │ │ │ │ ├── log4net.dll
│ │ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ │ │ ├── MvcFckEditor.dll
│ │ │ │ │ ├── News.Demo.BLL.dll
│ │ │ │ │ ├── News.Demo.BLL.pdb
│ │ │ │ │ ├── News.Demo.Data.dll
│ │ │ │ │ ├── News.Demo.Data.SqlClient.dll
│ │ │ │ │ ├── News.Demo.Entities.dll
│ │ │ │ │ ├── NFS.ClassLib.dll
│ │ │ │ │ ├── NFS.Common.dll
│ │ │ │ │ ├── NFS.Public.Web.dll
│ │ │ │ │ └── NHibernate.dll
│ │ │ │ ├── Common
│ │ │ │ │ └── Config
│ │ │ │ │ └── Common.config
│ │ │ │ ├── Content
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ftb
│ │ │ │ │ │ │ ├── floder.log.gif
│ │ │ │ │ │ │ ├── folder.big.gif
│ │ │ │ │ │ │ ├── folder.movie.gif
│ │ │ │ │ │ │ ├── folder.none.gif
│ │ │ │ │ │ │ ├── folder.rar.gif
│ │ │ │ │ │ │ ├── folder.small.gif
│ │ │ │ │ │ │ ├── folder.swf.gif
│ │ │ │ │ │ │ └── folder.up.gif
│ │ │ │ │ │ └── noimage.jpg
│ │ │ │ │ └── Site.css
│ │ │ │ ├── fckeditor2.3.6
│ │ │ │ │ ├── editor
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ ├── behaviors
│ │ │ │ │ │ │ │ ├── disablehandles.htc
│ │ │ │ │ │ │ │ └── showtableborders.htc
│ │ │ │ │ │ │ ├── fck_editorarea.css
│ │ │ │ │ │ │ ├── fck_internal.css
│ │ │ │ │ │ │ ├── fck_showtableborders_gecko.css
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── block_address.png
│ │ │ │ │ │ │ ├── block_blockquote.png
│ │ │ │ │ │ │ ├── block_div.png
│ │ │ │ │ │ │ ├── block_h1.png
│ │ │ │ │ │ │ ├── block_h2.png
│ │ │ │ │ │ │ ├── block_h3.png
│ │ │ │ │ │ │ ├── block_h4.png
│ │ │ │ │ │ │ ├── block_h5.png
│ │ │ │ │ │ │ ├── block_h6.png
│ │ │ │ │ │ │ ├── block_p.png
│ │ │ │ │ │ │ ├── block_pre.png
│ │ │ │ │ │ │ ├── fck_anchor.gif
│ │ │ │ │ │ │ ├── fck_flashlogo.gif
│ │ │ │ │ │ │ ├── fck_hiddenfield.gif
│ │ │ │ │ │ │ ├── fck_pagebreak.gif
│ │ │ │ │ │ │ └── fck_plugin.gif
│ │ │ │ │ │ ├── dialog
│ │ │ │ │ │ │ ├── common
│ │ │ │ │ │ │ │ ├── fck_dialog_common.css
│ │ │ │ │ │ │ │ ├── fck_dialog_common.js
│ │ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ │ ├── locked.gif
│ │ │ │ │ │ │ │ ├── reset.gif
│ │ │ │ │ │ │ │ └── unlocked.gif
│ │ │ │ │ │ │ ├── fck_about
│ │ │ │ │ │ │ │ ├── logo_fckeditor.gif
│ │ │ │ │ │ │ │ ├── logo_fredck.gif
│ │ │ │ │ │ │ │ └── sponsors
│ │ │ │ │ │ │ │ └── spellchecker_net.gif
│ │ │ │ │ │ │ ├── fck_about.html
│ │ │ │ │ │ │ ├── fck_anchor.html
│ │ │ │ │ │ │ ├── fck_button.html
│ │ │ │ │ │ │ ├── fck_checkbox.html
│ │ │ │ │ │ │ ├── fck_colorselector.html
│ │ │ │ │ │ │ ├── fck_div.html
│ │ │ │ │ │ │ ├── fck_docprops
│ │ │ │ │ │ │ │ └── fck_document_preview.html
│ │ │ │ │ │ │ ├── fck_docprops.html
│ │ │ │ │ │ │ ├── fck_flash
│ │ │ │ │ │ │ │ ├── fck_flash.js
│ │ │ │ │ │ │ │ └── fck_flash_preview.html
│ │ │ │ │ │ │ ├── fck_flash.html
│ │ │ │ │ │ │ ├── fck_form.html
│ │ │ │ │ │ │ ├── fck_hiddenfield.html
│ │ │ │ │ │ │ ├── fck_image
│ │ │ │ │ │ │ │ ├── fck_image.js
│ │ │ │ │ │ │ │ └── fck_image_preview.html
│ │ │ │ │ │ │ ├── fck_image.html
│ │ │ │ │ │ │ ├── fck_link
│ │ │ │ │ │ │ │ └── fck_link.js
│ │ │ │ │ │ │ ├── fck_link.html
│ │ │ │ │ │ │ ├── fck_listprop.html
│ │ │ │ │ │ │ ├── fck_paste.html
│ │ │ │ │ │ │ ├── fck_radiobutton.html
│ │ │ │ │ │ │ ├── fck_replace.html
│ │ │ │ │ │ │ ├── fck_select
│ │ │ │ │ │ │ │ └── fck_select.js
│ │ │ │ │ │ │ ├── fck_select.html
│ │ │ │ │ │ │ ├── fck_smiley.html
│ │ │ │ │ │ │ ├── fck_source.html
│ │ │ │ │ │ │ ├── fck_specialchar.html
│ │ │ │ │ │ │ ├── fck_spellerpages
│ │ │ │ │ │ │ │ └── spellerpages
│ │ │ │ │ │ │ │ ├── blank.html
│ │ │ │ │ │ │ │ ├── controls.html
│ │ │ │ │ │ │ │ ├── controlWindow.js
│ │ │ │ │ │ │ │ ├── spellchecker.html
│ │ │ │ │ │ │ │ ├── spellChecker.js
│ │ │ │ │ │ │ │ ├── spellerStyle.css
│ │ │ │ │ │ │ │ └── wordWindow.js
│ │ │ │ │ │ │ ├── fck_spellerpages.html
│ │ │ │ │ │ │ ├── fck_tablecell.html
│ │ │ │ │ │ │ ├── fck_table.html
│ │ │ │ │ │ │ ├── fck_template
│ │ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ │ ├── template1.gif
│ │ │ │ │ │ │ │ ├── template2.gif
│ │ │ │ │ │ │ │ └── template3.gif
│ │ │ │ │ │ │ ├── fck_template.html
│ │ │ │ │ │ │ ├── fck_textarea.html
│ │ │ │ │ │ │ └── fck_textfield.html
│ │ │ │ │ │ ├── dtd
│ │ │ │ │ │ │ ├── fck_dtd_test.html
│ │ │ │ │ │ │ ├── fck_xhtml10strict.js
│ │ │ │ │ │ │ └── fck_xhtml10transitional.js
│ │ │ │ │ │ ├── fckdebug.html
│ │ │ │ │ │ ├── fckdialog.html
│ │ │ │ │ │ ├── fckeditor.html
│ │ │ │ │ │ ├── fckeditor.original.html
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── anchor.gif
│ │ │ │ │ │ │ ├── arrow_ltr.gif
│ │ │ │ │ │ │ ├── arrow_rtl.gif
│ │ │ │ │ │ │ ├── smiley
│ │ │ │ │ │ │ │ └── msn
│ │ │ │ │ │ │ │ ├── angel_smile.gif
│ │ │ │ │ │ │ │ ├── angry_smile.gif
│ │ │ │ │ │ │ │ ├── broken_heart.gif
│ │ │ │ │ │ │ │ ├── cake.gif
│ │ │ │ │ │ │ │ ├── confused_smile.gif
│ │ │ │ │ │ │ │ ├── cry_smile.gif
│ │ │ │ │ │ │ │ ├── devil_smile.gif
│ │ │ │ │ │ │ │ ├── embaressed_smile.gif
│ │ │ │ │ │ │ │ ├── envelope.gif
│ │ │ │ │ │ │ │ ├── heart.gif
│ │ │ │ │ │ │ │ ├── kiss.gif
│ │ │ │ │ │ │ │ ├── lightbulb.gif
│ │ │ │ │ │ │ │ ├── omg_smile.gif
│ │ │ │ │ │ │ │ ├── regular_smile.gif
│ │ │ │ │ │ │ │ ├── sad_smile.gif
│ │ │ │ │ │ │ │ ├── shades_smile.gif
│ │ │ │ │ │ │ │ ├── teeth_smile.gif
│ │ │ │ │ │ │ │ ├── thumbs_down.gif
│ │ │ │ │ │ │ │ ├── thumbs_up.gif
│ │ │ │ │ │ │ │ ├── tounge_smile.gif
│ │ │ │ │ │ │ │ ├── whatchutalkingabout_smile.gif
│ │ │ │ │ │ │ │ └── wink_smile.gif
│ │ │ │ │ │ │ └── spacer.gif
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ ├── fckadobeair.js
│ │ │ │ │ │ │ ├── fckeditorcode_gecko.js
│ │ │ │ │ │ │ └── fckeditorcode_ie.js
│ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ ├── af.js
│ │ │ │ │ │ │ ├── ar.js
│ │ │ │ │ │ │ ├── bg.js
│ │ │ │ │ │ │ ├── bn.js
│ │ │ │ │ │ │ ├── bs.js
│ │ │ │ │ │ │ ├── ca.js
│ │ │ │ │ │ │ ├── cs.js
│ │ │ │ │ │ │ ├── da.js
│ │ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ │ ├── el.js
│ │ │ │ │ │ │ ├── en-au.js
│ │ │ │ │ │ │ ├── en-ca.js
│ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ ├── en-uk.js
│ │ │ │ │ │ │ ├── eo.js
│ │ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ │ ├── et.js
│ │ │ │ │ │ │ ├── eu.js
│ │ │ │ │ │ │ ├── fa.js
│ │ │ │ │ │ │ ├── fi.js
│ │ │ │ │ │ │ ├── fo.js
│ │ │ │ │ │ │ ├── fr-ca.js
│ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ ├── gl.js
│ │ │ │ │ │ │ ├── gu.js
│ │ │ │ │ │ │ ├── he.js
│ │ │ │ │ │ │ ├── hi.js
│ │ │ │ │ │ │ ├── hr.js
│ │ │ │ │ │ │ ├── hu.js
│ │ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ │ ├── ja.js
│ │ │ │ │ │ │ ├── km.js
│ │ │ │ │ │ │ ├── ko.js
│ │ │ │ │ │ │ ├── lt.js
│ │ │ │ │ │ │ ├── lv.js
│ │ │ │ │ │ │ ├── mn.js
│ │ │ │ │ │ │ ├── ms.js
│ │ │ │ │ │ │ ├── nb.js
│ │ │ │ │ │ │ ├── nl.js
│ │ │ │ │ │ │ ├── no.js
│ │ │ │ │ │ │ ├── pl.js
│ │ │ │ │ │ │ ├── pt-br.js
│ │ │ │ │ │ │ ├── pt.js
│ │ │ │ │ │ │ ├── ro.js
│ │ │ │ │ │ │ ├── ru.js
│ │ │ │ │ │ │ ├── sk.js
│ │ │ │ │ │ │ ├── sl.js
│ │ │ │ │ │ │ ├── sr.js
│ │ │ │ │ │ │ ├── sr-latn.js
│ │ │ │ │ │ │ ├── sv.js
│ │ │ │ │ │ │ ├── th.js
│ │ │ │ │ │ │ ├── _translationstatus.txt
│ │ │ │ │ │ │ ├── tr.js
│ │ │ │ │ │ │ ├── uk.js
│ │ │ │ │ │ │ ├── vi.js
│ │ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ │ └── zh.js
│ │ │ │ │ │ ├── plugins
│ │ │ │ │ │ │ ├── autogrow
│ │ │ │ │ │ │ │ └── fckplugin.js
│ │ │ │ │ │ │ ├── bbcode
│ │ │ │ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ │ │ │ └── _sample
│ │ │ │ │ │ │ │ ├── sample.config.js
│ │ │ │ │ │ │ │ └── sample.html
│ │ │ │ │ │ │ ├── dragresizetable
│ │ │ │ │ │ │ │ └── fckplugin.js
│ │ │ │ │ │ │ ├── placeholder
│ │ │ │ │ │ │ │ ├── fck_placeholder.html
│ │ │ │ │ │ │ │ ├── fckplugin.js
│ │ │ │ │ │ │ │ ├── lang
│ │ │ │ │ │ │ │ │ ├── de.js
│ │ │ │ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ │ │ │ ├── es.js
│ │ │ │ │ │ │ │ │ ├── fr.js
│ │ │ │ │ │ │ │ │ ├── it.js
│ │ │ │ │ │ │ │ │ └── pl.js
│ │ │ │ │ │ │ │ └── placeholder.gif
│ │ │ │ │ │ │ ├── simplecommands
│ │ │ │ │ │ │ │ └── fckplugin.js
│ │ │ │ │ │ │ └── tablecommands
│ │ │ │ │ │ │ └── fckplugin.js
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ ├── fck_dialog.css
│ │ │ │ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ │ │ │ ├── fck_editor.css
│ │ │ │ │ │ │ ├── fck_strip.gif
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── dialog.sides.gif
│ │ │ │ │ │ │ ├── dialog.sides.png
│ │ │ │ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ │ │ │ ├── sprites.gif
│ │ │ │ │ │ │ ├── sprites.png
│ │ │ │ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ │ ├── toolbar.expand.gif
│ │ │ │ │ │ │ ├── toolbar.separator.gif
│ │ │ │ │ │ │ └── toolbar.start.gif
│ │ │ │ │ │ ├── _fckviewstrips.html
│ │ │ │ │ │ ├── office2003
│ │ │ │ │ │ │ ├── fck_dialog.css
│ │ │ │ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ │ │ │ ├── fck_editor.css
│ │ │ │ │ │ │ ├── fck_strip.gif
│ │ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── dialog.sides.gif
│ │ │ │ │ │ │ ├── dialog.sides.png
│ │ │ │ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ │ │ │ ├── sprites.gif
│ │ │ │ │ │ │ ├── sprites.png
│ │ │ │ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ │ │ │ ├── toolbar.bg.gif
│ │ │ │ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ │ ├── toolbar.expand.gif
│ │ │ │ │ │ │ ├── toolbar.separator.gif
│ │ │ │ │ │ │ └── toolbar.start.gif
│ │ │ │ │ │ └── silver
│ │ │ │ │ │ ├── fck_dialog.css
│ │ │ │ │ │ ├── fck_dialog_ie6.js
│ │ │ │ │ │ ├── fck_editor.css
│ │ │ │ │ │ ├── fck_strip.gif
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── dialog.sides.gif
│ │ │ │ │ │ ├── dialog.sides.png
│ │ │ │ │ │ ├── dialog.sides.rtl.png
│ │ │ │ │ │ ├── sprites.gif
│ │ │ │ │ │ ├── sprites.png
│ │ │ │ │ │ ├── toolbar.arrowright.gif
│ │ │ │ │ │ ├── toolbar.buttonarrow.gif
│ │ │ │ │ │ ├── toolbar.buttonbg.gif
│ │ │ │ │ │ ├── toolbar.collapse.gif
│ │ │ │ │ │ ├── toolbar.end.gif
│ │ │ │ │ │ ├── toolbar.expand.gif
│ │ │ │ │ │ ├── toolbar.separator.gif
│ │ │ │ │ │ └── toolbar.start.gif
│ │ │ │ │ ├── fckconfig.js
│ │ │ │ │ ├── fckeditor.js
│ │ │ │ │ ├── fckpackager.xml
│ │ │ │ │ ├── fckstyles.xml
│ │ │ │ │ ├── fcktemplates.xml
│ │ │ │ │ ├── filethumbnails
│ │ │ │ │ │ ├── bmp.gif
│ │ │ │ │ │ ├── bmp-small.gif
│ │ │ │ │ │ ├── cpp.gif
│ │ │ │ │ │ ├── cpp-small.gif
│ │ │ │ │ │ ├── cs.gif
│ │ │ │ │ │ ├── cs-small.gif
│ │ │ │ │ │ ├── doc.gif
│ │ │ │ │ │ ├── doc-small.gif
│ │ │ │ │ │ ├── exe.gif
│ │ │ │ │ │ ├── exe-small.gif
│ │ │ │ │ │ ├── fla.gif
│ │ │ │ │ │ ├── gif.gif
│ │ │ │ │ │ ├── gif-small.gif
│ │ │ │ │ │ ├── java.gif
│ │ │ │ │ │ ├── java-small.gif
│ │ │ │ │ │ ├── jpeg.gif
│ │ │ │ │ │ ├── jpeg-small.gif
│ │ │ │ │ │ ├── jpg.gif
│ │ │ │ │ │ ├── jpg-small.gif
│ │ │ │ │ │ ├── mdb.gif
│ │ │ │ │ │ ├── mdb-small.gif
│ │ │ │ │ │ ├── msi.gif
│ │ │ │ │ │ ├── msi-small.gif
│ │ │ │ │ │ ├── one.gif
│ │ │ │ │ │ ├── one-small.gif
│ │ │ │ │ │ ├── pdf.gif
│ │ │ │ │ │ ├── pdf-small.gif
│ │ │ │ │ │ ├── png.gif
│ │ │ │ │ │ ├── png-small.gif
│ │ │ │ │ │ ├── ppt.gif
│ │ │ │ │ │ ├── ppt-small.gif
│ │ │ │ │ │ ├── pub.gif
│ │ │ │ │ │ ├── pub-small.gif
│ │ │ │ │ │ ├── swf.gif
│ │ │ │ │ │ ├── unknown.gif
│ │ │ │ │ │ ├── unknown-small.gif
│ │ │ │ │ │ ├── vb.gif
│ │ │ │ │ │ ├── vb-small.gif
│ │ │ │ │ │ ├── xls.gif
│ │ │ │ │ │ ├── xls-small.gif
│ │ │ │ │ │ ├── zip.gif
│ │ │ │ │ │ └── zip-small.gif
│ │ │ │ │ ├── Folder.jpg
│ │ │ │ │ ├── folder.png
│ │ │ │ │ ├── license.txt
│ │ │ │ │ └── Up.jpg
│ │ │ │ ├── Global.asax
│ │ │ │ ├── HelperScripts
│ │ │ │ │ ├── ftb.colorpicker.aspx
│ │ │ │ │ ├── ftb_fckimagegallery.aspx
│ │ │ │ │ └── ftb.inserttable.aspx
│ │ │ │ ├── My97DatePicker
│ │ │ │ │ ├── calendar.js
│ │ │ │ │ ├── config.js
│ │ │ │ │ ├── lang
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ ├── zh-cn.js
│ │ │ │ │ │ └── zh-tw.js
│ │ │ │ │ ├── My97DatePicker.htm
│ │ │ │ │ ├── readme.txt
│ │ │ │ │ ├── skin
│ │ │ │ │ │ ├── datePicker.gif
│ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ ├── datepicker.css
│ │ │ │ │ │ │ ├── down.jpg
│ │ │ │ │ │ │ ├── left.gif
│ │ │ │ │ │ │ ├── navLeft.gif
│ │ │ │ │ │ │ ├── navRight.gif
│ │ │ │ │ │ │ ├── qs.jpg
│ │ │ │ │ │ │ ├── right.gif
│ │ │ │ │ │ │ └── up.jpg
│ │ │ │ │ │ ├── WdatePicker.css
│ │ │ │ │ │ └── whyGreen
│ │ │ │ │ │ ├── bg.jpg
│ │ │ │ │ │ ├── datepicker.css
│ │ │ │ │ │ ├── down.jpg
│ │ │ │ │ │ ├── left.gif
│ │ │ │ │ │ ├── navLeft.gif
│ │ │ │ │ │ ├── navRight.gif
│ │ │ │ │ │ ├── qs.jpg
│ │ │ │ │ │ ├── right.gif
│ │ │ │ │ │ └── up.jpg
│ │ │ │ │ └── WdatePicker.js
│ │ │ │ ├── Scripts
│ │ │ │ │ ├── ControlsHelper.js
│ │ │ │ │ ├── jquery-1.4.1.js
│ │ │ │ │ ├── jquery-1.4.1.min.js
│ │ │ │ │ ├── jquery-1.4.1-vsdoc.js
│ │ │ │ │ ├── jquery.validate.js
│ │ │ │ │ ├── jquery.validate.min.js
│ │ │ │ │ ├── jquery.validate-vsdoc.js
│ │ │ │ │ ├── MicrosoftAjax.debug.js
│ │ │ │ │ ├── MicrosoftAjax.js
│ │ │ │ │ ├── MicrosoftMvcAjax.debug.js
│ │ │ │ │ ├── MicrosoftMvcAjax.js
│ │ │ │ │ ├── MicrosoftMvcValidation.debug.js
│ │ │ │ │ └── MicrosoftMvcValidation.js
│ │ │ │ ├── Views
│ │ │ │ │ ├── Account
│ │ │ │ │ │ ├── ChangePassword.aspx
│ │ │ │ │ │ ├── ChangePasswordSuccess.aspx
│ │ │ │ │ │ ├── LogOn.aspx
│ │ │ │ │ │ └── Register.aspx
│ │ │ │ │ ├── CheckCode
│ │ │ │ │ │ └── CheckCode.aspx
│ │ │ │ │ ├── Home
│ │ │ │ │ │ ├── Detail.aspx
│ │ │ │ │ │ └── Index.aspx
│ │ │ │ │ ├── News
│ │ │ │ │ │ ├── NewsCreate.aspx
│ │ │ │ │ │ ├── NewsDelete.aspx
│ │ │ │ │ │ └── NewsEdit.aspx
│ │ │ │ │ ├── Shared
│ │ │ │ │ │ ├── Error.aspx
│ │ │ │ │ │ ├── LogOnUserControl.ascx
│ │ │ │ │ │ └── Site.Master
│ │ │ │ │ └── Web.config
│ │ │ │ └── Web.config
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TransformWebConfig
│ │ │ ├── original
│ │ │ │ └── Web.config
│ │ │ └── transformed
│ │ │ └── Web.config
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scripts
│ │ │ ├── ControlsHelper.js
│ │ │ ├── jquery-1.4.1.js
│ │ │ ├── jquery-1.4.1.min.js
│ │ │ ├── jquery-1.4.1-vsdoc.js
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ ├── jquery.validate-vsdoc.js
│ │ │ ├── MicrosoftAjax.debug.js
│ │ │ ├── MicrosoftAjax.js
│ │ │ ├── MicrosoftMvcAjax.debug.js
│ │ │ ├── MicrosoftMvcAjax.js
│ │ │ ├── MicrosoftMvcValidation.debug.js
│ │ │ └── MicrosoftMvcValidation.js
│ │ ├── UploadPic
│ │ │ ├── 20111010033122347000.jpg
│ │ │ ├── 20111010033236618000.jpg
│ │ │ ├── 20111010034107939000.jpg
│ │ │ ├── 201110100350400970.jpg
│ │ │ ├── 201110100531547840.jpg
│ │ │ ├── 201110100533245720.jpg
│ │ │ ├── 201110140201408708.jpg
│ │ │ ├── 201110140203203718.jpg
│ │ │ ├── 201110140203396458.jpg
│ │ │ ├── 201110140204597518.jpg
│ │ │ ├── 201110140249519248.jpg
│ │ │ ├── 201110140252280138.jpg
│ │ │ ├── 201110140253509228.jpg
│ │ │ ├── 201110140254174598.jpg
│ │ │ ├── 201110140256589388.jpg
│ │ │ ├── 201110140300311768.jpg
│ │ │ ├── 201110140300394208.jpg
│ │ │ ├── 201110140451523088.jpg
│ │ │ ├── 201110140452180878.jpg
│ │ │ ├── 201110141048593688.jpg
│ │ │ ├── 201110141057321218.jpg
│ │ │ ├── 201110141058155168.jpg
│ │ │ ├── 201110141107164808.jpg
│ │ │ ├── 201110141109139418.jpg
│ │ │ ├── 201110141109258358.jpg
│ │ │ ├── 201110141109502488.jpg
│ │ │ ├── 201110141111053508.jpg
│ │ │ ├── 201110141130289598.jpg
│ │ │ ├── 201110141137141508.jpg
│ │ │ ├── 201110141143524258.jpg
│ │ │ ├── 201110141152212278.jpg
│ │ │ └── 201110141258366258.jpg
│ │ ├── Views
│ │ │ ├── Account
│ │ │ │ ├── ChangePassword.aspx
│ │ │ │ ├── ChangePasswordSuccess.aspx
│ │ │ │ ├── LogOn.aspx
│ │ │ │ └── Register.aspx
│ │ │ ├── CheckCode
│ │ │ │ └── CheckCode.aspx
│ │ │ ├── Home
│ │ │ │ ├── Detail.aspx
│ │ │ │ └── Index.aspx
│ │ │ ├── News
│ │ │ │ ├── NewsCreate.aspx
│ │ │ │ ├── NewsDelete.aspx
│ │ │ │ └── NewsEdit.aspx
│ │ │ ├── Shared
│ │ │ │ ├── Error.aspx
│ │ │ │ ├── LogOnUserControl.ascx
│ │ │ │ └── Site.Master
│ │ │ └── Web.config
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ └── Web.Release.config
│ ├── FrameworkTemplateDemo.sln
│ ├── FrameworkTemplateDemo.suo
│ ├── FrameworkTemplateDemo.Tests
│ │ ├── App.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── FrameworkTemplateDemo.dll
│ │ │ ├── FrameworkTemplateDemo.pdb
│ │ │ ├── FrameworkTemplateDemo.Tests.dll
│ │ │ ├── FrameworkTemplateDemo.Tests.dll.config
│ │ │ ├── FrameworkTemplateDemo.Tests.pdb
│ │ │ ├── log4net.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ ├── News.Demo.BLL.dll
│ │ │ ├── News.Demo.BLL.pdb
│ │ │ ├── News.Demo.Data.dll
│ │ │ ├── News.Demo.Entities.dll
│ │ │ └── NFS.ClassLib.dll
│ │ ├── Controllers
│ │ │ ├── AccountControllerTest.cs
│ │ │ └── HomeControllerTest.cs
│ │ ├── FrameworkTemplateDemo.Tests.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── FrameworkTemplateDemo.Tests.csproj.FileListAbsolute.txt
│ │ │ ├── FrameworkTemplateDemo.Tests.dll
│ │ │ ├── FrameworkTemplateDemo.Tests.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── NetTiers.txt
│ ├── News.Demo.BLL
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Antlr3.Runtime.dll
│ │ │ ├── Iesi.Collections.dll
│ │ │ ├── Iesi.Collections.xml
│ │ │ ├── log4net.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ ├── News.Demo.BLL.dll
│ │ │ ├── News.Demo.BLL.pdb
│ │ │ ├── News.Demo.Data.dll
│ │ │ ├── News.Demo.Data.SqlClient.dll
│ │ │ ├── News.Demo.Entities.dll
│ │ │ ├── NFS.ClassLib.dll
│ │ │ ├── NFS.Common.dll
│ │ │ ├── NFS.Public.Web.dll
│ │ │ └── NHibernate.dll
│ │ ├── News.Demo.BLL.csproj
│ │ ├── NewsGateway.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── News.Demo.BLL.csproj.FileListAbsolute.txt
│ │ │ ├── News.Demo.BLL.dll
│ │ │ ├── News.Demo.BLL.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Provider
│ │ │ ├── NewsDemoProvider.cs
│ │ │ └── WebPictureProvider.cs
│ │ └── Util
│ │ ├── ConfigHelper.cs
│ │ ├── FileHelper.cs
│ │ ├── LoggerHelper.cs
│ │ └── StringHelper.cs
│ ├── News.Demo.build
│ ├── News.Demo.Data
│ │ ├── Bases
│ │ │ ├── AspnetApplicationsProviderBase.cs
│ │ │ ├── AspnetApplicationsProviderBase.generatedCore.cs
│ │ │ ├── AspnetMembershipProviderBase.cs
│ │ │ ├── AspnetMembershipProviderBase.generatedCore.cs
│ │ │ ├── AspnetPathsProviderBase.cs
│ │ │ ├── AspnetPathsProviderBase.generatedCore.cs
│ │ │ ├── AspnetPersonalizationAllUsersProviderBase.cs
│ │ │ ├── AspnetPersonalizationAllUsersProviderBase.generatedCore.cs
│ │ │ ├── AspnetPersonalizationPerUserProviderBase.cs
│ │ │ ├── AspnetPersonalizationPerUserProviderBase.generatedCore.cs
│ │ │ ├── AspnetProfileProviderBase.cs
│ │ │ ├── AspnetProfileProviderBase.generatedCore.cs
│ │ │ ├── AspnetRolesProviderBase.cs
│ │ │ ├── AspnetRolesProviderBase.generatedCore.cs
│ │ │ ├── AspnetSchemaVersionsProviderBase.cs
│ │ │ ├── AspnetSchemaVersionsProviderBase.generatedCore.cs
│ │ │ ├── AspnetUsersInRolesProviderBase.cs
│ │ │ ├── AspnetUsersInRolesProviderBase.generatedCore.cs
│ │ │ ├── AspnetUsersProviderBase.cs
│ │ │ ├── AspnetUsersProviderBase.generatedCore.cs
│ │ │ ├── AspnetWebEventEventsProviderBase.cs
│ │ │ ├── AspnetWebEventEventsProviderBase.generatedCore.cs
│ │ │ ├── EntityProviderBaseCore.generated.cs
│ │ │ ├── EntityProviderBase.cs
│ │ │ ├── EntityViewProviderBaseCore.generated.cs
│ │ │ ├── EntityViewProviderBase.cs
│ │ │ ├── INetTiersProvider.cs
│ │ │ ├── NetTiersProviderBase.cs
│ │ │ ├── NetTiersProviderCollection.cs
│ │ │ ├── NetTiersProvider.cs
│ │ │ ├── NetTiersServiceSection.cs
│ │ │ ├── NewsInfoProviderBase.cs
│ │ │ ├── NewsInfoProviderBase.generatedCore.cs
│ │ │ ├── OperationLogProviderBase.cs
│ │ │ ├── OperationLogProviderBase.generatedCore.cs
│ │ │ ├── Views
│ │ │ │ ├── VwAspnetApplicationsProviderBase.cs
│ │ │ │ ├── VwAspnetApplicationsProviderBase.generatedCore.cs
│ │ │ │ ├── VwAspnetMembershipUsersProviderBase.cs
│ │ │ │ ├── VwAspnetMembershipUsersProviderBase.generatedCore.cs
│ │ │ │ ├── VwAspnetProfilesProviderBase.cs
│ │ │ │ ├── VwAspnetProfilesProviderBase.generatedCore.cs
│ │ │ │ ├── VwAspnetRolesProviderBase.cs
│ │ │ │ ├── VwAspnetRolesProviderBase.generatedCore.cs
│ │ │ │ ├── VwAspnetUsersInRolesProviderBase.cs
│ │ │ │ ├── VwAspnetUsersInRolesProviderBase.generatedCore.cs
│ │ │ │ ├── VwAspnetUsersProviderBase.cs
│ │ │ │ ├── VwAspnetUsersProviderBase.generatedCore.cs
│ │ │ │ ├── VwAspnetWebPartStatePathsProviderBase.cs
│ │ │ │ ├── VwAspnetWebPartStatePathsProviderBase.generatedCore.cs
│ │ │ │ ├── VwAspnetWebPartStateSharedProviderBase.cs
│ │ │ │ ├── VwAspnetWebPartStateSharedProviderBase.generatedCore.cs
│ │ │ │ ├── VwAspnetWebPartStateUserProviderBase.cs
│ │ │ │ └── VwAspnetWebPartStateUserProviderBase.generatedCore.cs
│ │ │ ├── WebPictureProviderBase.cs
│ │ │ └── WebPictureProviderBase.generatedCore.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ │ ├── News.Demo.Data.dll
│ │ │ │ ├── News.Demo.Data.pdb
│ │ │ │ ├── News.Demo.Data.xml
│ │ │ │ ├── News.Demo.Entities.dll
│ │ │ │ ├── News.Demo.Entities.pdb
│ │ │ │ └── News.Demo.Entities.xml
│ │ │ └── Release
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ ├── News.Demo.Data.dll
│ │ │ ├── News.Demo.Data.pdb
│ │ │ ├── News.Demo.Data.xml
│ │ │ ├── News.Demo.Entities.dll
│ │ │ ├── News.Demo.Entities.pdb
│ │ │ └── News.Demo.Entities.xml
│ │ ├── DataRepository.cs
│ │ ├── IEntityProvider.cs
│ │ ├── IEntityViewProvider.cs
│ │ ├── ITransactionManager.cs
│ │ ├── News.Demo.Data.csproj
│ │ ├── News.Demo.Data.xml
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── News.Demo.Data.csproj.FileListAbsolute.txt
│ │ │ │ ├── News.Demo.Data.dll
│ │ │ │ ├── News.Demo.Data.pdb
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ └── Release
│ │ │ ├── News.Demo.Data.csproj.FileListAbsolute.txt
│ │ │ ├── News.Demo.Data.dll
│ │ │ ├── News.Demo.Data.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Query
│ │ │ ├── ExpressionParserBase.cs
│ │ │ ├── SqlExpressionParser.cs
│ │ │ ├── SqlStringBuilder.cs
│ │ │ ├── SqlUtil.cs
│ │ │ └── StringTokenizer.cs
│ │ ├── TransactionManager.cs
│ │ └── Utility.cs
│ ├── News.Demo.Data.SqlClient
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ │ ├── News.Demo.Data.dll
│ │ │ │ ├── News.Demo.Data.pdb
│ │ │ │ ├── News.Demo.Data.SqlClient.dll
│ │ │ │ ├── News.Demo.Data.SqlClient.pdb
│ │ │ │ ├── News.Demo.Data.SqlClient.xml
│ │ │ │ ├── News.Demo.Data.xml
│ │ │ │ ├── News.Demo.Entities.dll
│ │ │ │ ├── News.Demo.Entities.pdb
│ │ │ │ └── News.Demo.Entities.xml
│ │ │ └── Release
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ ├── News.Demo.Data.dll
│ │ │ ├── News.Demo.Data.pdb
│ │ │ ├── News.Demo.Data.SqlClient.dll
│ │ │ ├── News.Demo.Data.SqlClient.pdb
│ │ │ ├── News.Demo.Data.SqlClient.xml
│ │ │ ├── News.Demo.Data.xml
│ │ │ ├── News.Demo.Entities.dll
│ │ │ ├── News.Demo.Entities.pdb
│ │ │ └── News.Demo.Entities.xml
│ │ ├── News.Demo.Data.SqlClient.csproj
│ │ ├── News.Demo.Data.SqlClient.xml
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── News.Demo.Data.SqlClient.csproj.FileListAbsolute.txt
│ │ │ │ ├── News.Demo.Data.SqlClient.dll
│ │ │ │ ├── News.Demo.Data.SqlClient.pdb
│ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ └── Release
│ │ │ ├── News.Demo.Data.SqlClient.csproj.FileListAbsolute.txt
│ │ │ ├── News.Demo.Data.SqlClient.dll
│ │ │ ├── News.Demo.Data.SqlClient.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Procedures.xml
│ │ ├── SqlAspnetApplicationsProviderBase.generated.cs
│ │ ├── SqlAspnetApplicationsProvider.cs
│ │ ├── SqlAspnetMembershipProviderBase.generated.cs
│ │ ├── SqlAspnetMembershipProvider.cs
│ │ ├── SqlAspnetPathsProviderBase.generated.cs
│ │ ├── SqlAspnetPathsProvider.cs
│ │ ├── SqlAspnetPersonalizationAllUsersProviderBase.generated.cs
│ │ ├── SqlAspnetPersonalizationAllUsersProvider.cs
│ │ ├── SqlAspnetPersonalizationPerUserProviderBase.generated.cs
│ │ ├── SqlAspnetPersonalizationPerUserProvider.cs
│ │ ├── SqlAspnetProfileProviderBase.generated.cs
│ │ ├── SqlAspnetProfileProvider.cs
│ │ ├── SqlAspnetRolesProviderBase.generated.cs
│ │ ├── SqlAspnetRolesProvider.cs
│ │ ├── SqlAspnetSchemaVersionsProviderBase.generated.cs
│ │ ├── SqlAspnetSchemaVersionsProvider.cs
│ │ ├── SqlAspnetUsersInRolesProviderBase.generated.cs
│ │ ├── SqlAspnetUsersInRolesProvider.cs
│ │ ├── SqlAspnetUsersProviderBase.generated.cs
│ │ ├── SqlAspnetUsersProvider.cs
│ │ ├── SqlAspnetWebEventEventsProviderBase.generated.cs
│ │ ├── SqlAspnetWebEventEventsProvider.cs
│ │ ├── SqlNetTiersProvider.cs
│ │ ├── SqlNewsInfoProviderBase.generated.cs
│ │ ├── SqlNewsInfoProvider.cs
│ │ ├── SqlOperationLogProviderBase.generated.cs
│ │ ├── SqlOperationLogProvider.cs
│ │ ├── SqlWebPictureProviderBase.generated.cs
│ │ ├── SqlWebPictureProvider.cs
│ │ ├── StoredProcedureProvider.cs
│ │ └── Views
│ │ ├── SqlVwAspnetApplicationsProviderBase.generated.cs
│ │ ├── SqlVwAspnetApplicationsProvider.cs
│ │ ├── SqlVwAspnetMembershipUsersProviderBase.generated.cs
│ │ ├── SqlVwAspnetMembershipUsersProvider.cs
│ │ ├── SqlVwAspnetProfilesProviderBase.generated.cs
│ │ ├── SqlVwAspnetProfilesProvider.cs
│ │ ├── SqlVwAspnetRolesProviderBase.generated.cs
│ │ ├── SqlVwAspnetRolesProvider.cs
│ │ ├── SqlVwAspnetUsersInRolesProviderBase.generated.cs
│ │ ├── SqlVwAspnetUsersInRolesProvider.cs
│ │ ├── SqlVwAspnetUsersProviderBase.generated.cs
│ │ ├── SqlVwAspnetUsersProvider.cs
│ │ ├── SqlVwAspnetWebPartStatePathsProviderBase.generated.cs
│ │ ├── SqlVwAspnetWebPartStatePathsProvider.cs
│ │ ├── SqlVwAspnetWebPartStateSharedProviderBase.generated.cs
│ │ ├── SqlVwAspnetWebPartStateSharedProvider.cs
│ │ ├── SqlVwAspnetWebPartStateUserProviderBase.generated.cs
│ │ └── SqlVwAspnetWebPartStateUserProvider.cs
│ ├── News.Demo.Entities
│ │ ├── AspnetApplicationsBase.generated.cs
│ │ ├── AspnetApplications.cs
│ │ ├── AspnetMembershipBase.generated.cs
│ │ ├── AspnetMembership.cs
│ │ ├── AspnetPathsBase.generated.cs
│ │ ├── AspnetPaths.cs
│ │ ├── AspnetPersonalizationAllUsersBase.generated.cs
│ │ ├── AspnetPersonalizationAllUsers.cs
│ │ ├── AspnetPersonalizationPerUserBase.generated.cs
│ │ ├── AspnetPersonalizationPerUser.cs
│ │ ├── AspnetProfileBase.generated.cs
│ │ ├── AspnetProfile.cs
│ │ ├── AspnetRolesBase.generated.cs
│ │ ├── AspnetRoles.cs
│ │ ├── AspnetSchemaVersionsBase.generated.cs
│ │ ├── AspnetSchemaVersions.cs
│ │ ├── AspnetUsersBase.generated.cs
│ │ ├── AspnetUsers.cs
│ │ ├── AspnetUsersInRolesBase.generated.cs
│ │ ├── AspnetUsersInRoles.cs
│ │ ├── AspnetWebEventEventsBase.generated.cs
│ │ ├── AspnetWebEventEvents.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ │ ├── News.Demo.Entities.dll
│ │ │ │ ├── News.Demo.Entities.pdb
│ │ │ │ └── News.Demo.Entities.xml
│ │ │ └── Release
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ ├── News.Demo.Entities.dll
│ │ │ ├── News.Demo.Entities.pdb
│ │ │ └── News.Demo.Entities.xml
│ │ ├── EntityBaseCore.generated.cs
│ │ ├── EntityBase.cs
│ │ ├── EntityCache.cs
│ │ ├── EntityFactoryBase.cs
│ │ ├── EntityFactory.cs
│ │ ├── EntityFilter.cs
│ │ ├── EntityHelper.cs
│ │ ├── EntityKeyBaseCore.generated.cs
│ │ ├── EntityKeyBase.cs
│ │ ├── EntityLocator.cs
│ │ ├── EntityManager.cs
│ │ ├── EntityPropertyComparer.cs
│ │ ├── EntityUtil.cs
│ │ ├── GenericTypeConverter.cs
│ │ ├── IAspnetApplications.cs
│ │ ├── IAspnetMembership.cs
│ │ ├── IAspnetPaths.cs
│ │ ├── IAspnetPersonalizationAllUsers.cs
│ │ ├── IAspnetPersonalizationPerUser.cs
│ │ ├── IAspnetProfile.cs
│ │ ├── IAspnetRoles.cs
│ │ ├── IAspnetSchemaVersions.cs
│ │ ├── IAspnetUsers.cs
│ │ ├── IAspnetUsersInRoles.cs
│ │ ├── IAspnetWebEventEvents.cs
│ │ ├── IEntityCacheItem.cs
│ │ ├── IEntity.cs
│ │ ├── IEntityFactory.cs
│ │ ├── IEntityId.cs
│ │ ├── IEntityKey.cs
│ │ ├── INewsInfo.cs
│ │ ├── IOperationLog.cs
│ │ ├── IWebPicture.cs
│ │ ├── ListBase.cs
│ │ ├── News.Demo.Entities.csproj
│ │ ├── News.Demo.Entities.xml
│ │ ├── NewsInfoBase.generated.cs
│ │ ├── NewsInfo.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── News.Demo.Entities.csproj.FileListAbsolute.txt
│ │ │ │ ├── News.Demo.Entities.dll
│ │ │ │ └── News.Demo.Entities.pdb
│ │ │ └── Release
│ │ │ ├── News.Demo.Entities.csproj.FileListAbsolute.txt
│ │ │ ├── News.Demo.Entities.dll
│ │ │ ├── News.Demo.Entities.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── OperationLogBase.generated.cs
│ │ ├── OperationLog.cs
│ │ ├── TList.cs
│ │ ├── Validation
│ │ │ ├── BrokenRule.cs
│ │ │ ├── BrokenRulesList.cs
│ │ │ ├── CommonRules.cs
│ │ │ ├── ValidationRuleArgs.cs
│ │ │ ├── ValidationRuleHandler.cs
│ │ │ ├── ValidationRuleInfo.cs
│ │ │ └── ValidationRules.cs
│ │ ├── Views
│ │ │ ├── VList.cs
│ │ │ ├── VwAspnetApplicationsBase.generated.cs
│ │ │ ├── VwAspnetApplications.cs
│ │ │ ├── VwAspnetMembershipUsersBase.generated.cs
│ │ │ ├── VwAspnetMembershipUsers.cs
│ │ │ ├── VwAspnetProfilesBase.generated.cs
│ │ │ ├── VwAspnetProfiles.cs
│ │ │ ├── VwAspnetRolesBase.generated.cs
│ │ │ ├── VwAspnetRoles.cs
│ │ │ ├── VwAspnetUsersBase.generated.cs
│ │ │ ├── VwAspnetUsers.cs
│ │ │ ├── VwAspnetUsersInRolesBase.generated.cs
│ │ │ ├── VwAspnetUsersInRoles.cs
│ │ │ ├── VwAspnetWebPartStatePathsBase.generated.cs
│ │ │ ├── VwAspnetWebPartStatePaths.cs
│ │ │ ├── VwAspnetWebPartStateSharedBase.generated.cs
│ │ │ ├── VwAspnetWebPartStateShared.cs
│ │ │ ├── VwAspnetWebPartStateUserBase.generated.cs
│ │ │ └── VwAspnetWebPartStateUser.cs
│ │ ├── WebPictureBase.generated.cs
│ │ └── WebPicture.cs
│ ├── NewsDemoMapping.config
│ ├── NewsDemoNetTiers.csp
│ ├── News.Demo.sln
│ ├── News.Demo.SQL
│ │ └── procedures.sql
│ ├── News.Demo.suo
│ ├── News.Demo.UnitTests
│ │ └── TestUtility.cs
│ ├── News.Demo.Web
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ │ ├── News.Demo.Data.dll
│ │ │ │ ├── News.Demo.Data.pdb
│ │ │ │ ├── News.Demo.Data.xml
│ │ │ │ ├── News.Demo.Entities.dll
│ │ │ │ ├── News.Demo.Entities.pdb
│ │ │ │ ├── News.Demo.Entities.xml
│ │ │ │ ├── News.Demo.Web.dll
│ │ │ │ ├── News.Demo.Web.pdb
│ │ │ │ └── News.Demo.Web.xml
│ │ │ └── Release
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ ├── News.Demo.Data.dll
│ │ │ ├── News.Demo.Data.pdb
│ │ │ ├── News.Demo.Data.xml
│ │ │ ├── News.Demo.Entities.dll
│ │ │ ├── News.Demo.Entities.pdb
│ │ │ ├── News.Demo.Entities.xml
│ │ │ ├── News.Demo.Web.dll
│ │ │ ├── News.Demo.Web.pdb
│ │ │ └── News.Demo.Web.xml
│ │ ├── Data
│ │ │ ├── BaseDataSource.cs
│ │ │ ├── BaseDataSourceDesigner.cs
│ │ │ ├── CustomDataSource.cs
│ │ │ ├── CustomDataSourceDesigner.cs
│ │ │ ├── CustomParameter.cs
│ │ │ ├── DataParameter.cs
│ │ │ ├── EntityDataSource.cs
│ │ │ ├── EntityDataSourceFilter.cs
│ │ │ ├── EntityRelationship.cs
│ │ │ ├── EntityRelationshipMember.cs
│ │ │ ├── EntityTransactionModule.cs
│ │ │ ├── ILinkedDataSource.cs
│ │ │ ├── ManyToManyListRelationship.cs
│ │ │ ├── ManyToManyViewRelationship.cs
│ │ │ ├── OneToManyGridRelationship.cs
│ │ │ ├── OneToOneViewRelationship.cs
│ │ │ ├── ProviderDataSource.cs
│ │ │ ├── ProviderDataSourceDesigner.cs
│ │ │ ├── ReadOnlyDataSource.cs
│ │ │ ├── ReadOnlyDataSourceDesigner.cs
│ │ │ └── SqlParameter.cs
│ │ ├── DataSourceControls
│ │ │ ├── AspnetApplicationsDataSource.cs
│ │ │ ├── AspnetMembershipDataSource.cs
│ │ │ ├── AspnetPathsDataSource.cs
│ │ │ ├── AspnetPersonalizationAllUsersDataSource.cs
│ │ │ ├── AspnetPersonalizationPerUserDataSource.cs
│ │ │ ├── AspnetProfileDataSource.cs
│ │ │ ├── AspnetRolesDataSource.cs
│ │ │ ├── AspnetSchemaVersionsDataSource.cs
│ │ │ ├── AspnetUsersDataSource.cs
│ │ │ ├── AspnetUsersInRolesDataSource.cs
│ │ │ ├── AspnetWebEventEventsDataSource.cs
│ │ │ ├── NewsInfoDataSource.cs
│ │ │ ├── OperationLogDataSource.cs
│ │ │ ├── Views
│ │ │ │ ├── VwAspnetApplicationsDataSource.cs
│ │ │ │ ├── VwAspnetMembershipUsersDataSource.cs
│ │ │ │ ├── VwAspnetProfilesDataSource.cs
│ │ │ │ ├── VwAspnetRolesDataSource.cs
│ │ │ │ ├── VwAspnetUsersDataSource.cs
│ │ │ │ ├── VwAspnetUsersInRolesDataSource.cs
│ │ │ │ ├── VwAspnetWebPartStatePathsDataSource.cs
│ │ │ │ ├── VwAspnetWebPartStateSharedDataSource.cs
│ │ │ │ └── VwAspnetWebPartStateUserDataSource.cs
│ │ │ └── WebPictureDataSource.cs
│ │ ├── News.Demo.Web.csproj
│ │ ├── News.Demo.Web.xml
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── News.Demo.Web.csproj.FileListAbsolute.txt
│ │ │ │ ├── News.Demo.Web.dll
│ │ │ │ └── News.Demo.Web.pdb
│ │ │ └── Release
│ │ │ ├── News.Demo.Web.csproj.FileListAbsolute.txt
│ │ │ ├── News.Demo.Web.dll
│ │ │ ├── News.Demo.Web.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ └── UI
│ │ ├── BoundEntityDropDownField.cs
│ │ ├── BoundRadioButtonField.cs
│ │ ├── EntityDropDownList.cs
│ │ ├── EntityGridView.cs
│ │ ├── EntityLabel.cs
│ │ ├── FormUtilBase.generated.cs
│ │ ├── FormUtil.cs
│ │ ├── GridViewSearchPanel.cs
│ │ ├── GridViewSearchPanelState.cs
│ │ ├── HyperlinkField.cs
│ │ ├── MultiBindableTemplate.cs
│ │ ├── MultiFormView.cs
│ │ └── RepeaterControls
│ │ ├── AspnetApplicationsRepeater.cs
│ │ ├── AspnetMembershipRepeater.cs
│ │ ├── AspnetPathsRepeater.cs
│ │ ├── AspnetPersonalizationAllUsersRepeater.cs
│ │ ├── AspnetPersonalizationPerUserRepeater.cs
│ │ ├── AspnetProfileRepeater.cs
│ │ ├── AspnetRolesRepeater.cs
│ │ ├── AspnetSchemaVersionsRepeater.cs
│ │ ├── AspnetUsersInRolesRepeater.cs
│ │ ├── AspnetUsersRepeater.cs
│ │ ├── AspnetWebEventEventsRepeater.cs
│ │ ├── NewsInfoRepeater.cs
│ │ ├── OperationLogRepeater.cs
│ │ ├── Views
│ │ │ ├── VwAspnetApplicationsRepeater.cs
│ │ │ ├── VwAspnetMembershipUsersRepeater.cs
│ │ │ ├── VwAspnetProfilesRepeater.cs
│ │ │ ├── VwAspnetRolesRepeater.cs
│ │ │ ├── VwAspnetUsersInRolesRepeater.cs
│ │ │ ├── VwAspnetUsersRepeater.cs
│ │ │ ├── VwAspnetWebPartStatePathsRepeater.cs
│ │ │ ├── VwAspnetWebPartStateSharedRepeater.cs
│ │ │ └── VwAspnetWebPartStateUserRepeater.cs
│ │ └── WebPictureRepeater.cs
│ ├── News.Demo.Website
│ │ ├── Admin
│ │ │ ├── AspnetApplications.aspx
│ │ │ ├── AspnetApplications.aspx.cs
│ │ │ ├── AspnetApplicationsEdit.aspx
│ │ │ ├── AspnetApplicationsEdit.aspx.cs
│ │ │ ├── AspnetMembership.aspx
│ │ │ ├── AspnetMembership.aspx.cs
│ │ │ ├── AspnetMembershipEdit.aspx
│ │ │ ├── AspnetMembershipEdit.aspx.cs
│ │ │ ├── AspnetPaths.aspx
│ │ │ ├── AspnetPaths.aspx.cs
│ │ │ ├── AspnetPathsEdit.aspx
│ │ │ ├── AspnetPathsEdit.aspx.cs
│ │ │ ├── AspnetPersonalizationAllUsers.aspx
│ │ │ ├── AspnetPersonalizationAllUsers.aspx.cs
│ │ │ ├── AspnetPersonalizationAllUsersEdit.aspx
│ │ │ ├── AspnetPersonalizationAllUsersEdit.aspx.cs
│ │ │ ├── AspnetPersonalizationPerUser.aspx
│ │ │ ├── AspnetPersonalizationPerUser.aspx.cs
│ │ │ ├── AspnetPersonalizationPerUserEdit.aspx
│ │ │ ├── AspnetPersonalizationPerUserEdit.aspx.cs
│ │ │ ├── AspnetProfile.aspx
│ │ │ ├── AspnetProfile.aspx.cs
│ │ │ ├── AspnetProfileEdit.aspx
│ │ │ ├── AspnetProfileEdit.aspx.cs
│ │ │ ├── AspnetRoles.aspx
│ │ │ ├── AspnetRoles.aspx.cs
│ │ │ ├── AspnetRolesEdit.aspx
│ │ │ ├── AspnetRolesEdit.aspx.cs
│ │ │ ├── AspnetSchemaVersions.aspx
│ │ │ ├── AspnetSchemaVersions.aspx.cs
│ │ │ ├── AspnetSchemaVersionsEdit.aspx
│ │ │ ├── AspnetSchemaVersionsEdit.aspx.cs
│ │ │ ├── AspnetUsers.aspx
│ │ │ ├── AspnetUsers.aspx.cs
│ │ │ ├── AspnetUsersEdit.aspx
│ │ │ ├── AspnetUsersEdit.aspx.cs
│ │ │ ├── AspnetUsersInRoles.aspx
│ │ │ ├── AspnetUsersInRoles.aspx.cs
│ │ │ ├── AspnetUsersInRolesEdit.aspx
│ │ │ ├── AspnetUsersInRolesEdit.aspx.cs
│ │ │ ├── AspnetWebEventEvents.aspx
│ │ │ ├── AspnetWebEventEvents.aspx.cs
│ │ │ ├── AspnetWebEventEventsEdit.aspx
│ │ │ ├── AspnetWebEventEventsEdit.aspx.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── NewsInfo.aspx
│ │ │ ├── NewsInfo.aspx.cs
│ │ │ ├── NewsInfoEdit.aspx
│ │ │ ├── NewsInfoEdit.aspx.cs
│ │ │ ├── OperationLog.aspx
│ │ │ ├── OperationLog.aspx.cs
│ │ │ ├── OperationLogEdit.aspx
│ │ │ ├── OperationLogEdit.aspx.cs
│ │ │ ├── UserControls
│ │ │ │ ├── AspnetApplicationsFields.ascx
│ │ │ │ ├── AspnetMembershipFields.ascx
│ │ │ │ ├── AspnetPathsFields.ascx
│ │ │ │ ├── AspnetPersonalizationAllUsersFields.ascx
│ │ │ │ ├── AspnetPersonalizationPerUserFields.ascx
│ │ │ │ ├── AspnetProfileFields.ascx
│ │ │ │ ├── AspnetRolesFields.ascx
│ │ │ │ ├── AspnetSchemaVersionsFields.ascx
│ │ │ │ ├── AspnetUsersFields.ascx
│ │ │ │ ├── AspnetUsersInRolesFields.ascx
│ │ │ │ ├── AspnetWebEventEventsFields.ascx
│ │ │ │ ├── NewsInfoFields.ascx
│ │ │ │ ├── OperationLogFields.ascx
│ │ │ │ └── WebPictureFields.ascx
│ │ │ ├── WebPicture.aspx
│ │ │ ├── WebPicture.aspx.cs
│ │ │ ├── WebPictureEdit.aspx
│ │ │ └── WebPictureEdit.aspx.cs
│ │ ├── App_Themes
│ │ │ └── Default
│ │ │ ├── Default.css
│ │ │ └── Default.skin
│ │ ├── Bin
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ │ ├── News.Demo.Data.dll
│ │ │ ├── News.Demo.Data.pdb
│ │ │ ├── News.Demo.Data.SqlClient.dll
│ │ │ ├── News.Demo.Data.SqlClient.pdb
│ │ │ ├── News.Demo.Data.SqlClient.xml
│ │ │ ├── News.Demo.Data.xml
│ │ │ ├── News.Demo.Entities.dll
│ │ │ ├── News.Demo.Entities.pdb
│ │ │ ├── News.Demo.Entities.xml
│ │ │ ├── News.Demo.Web.dll
│ │ │ ├── News.Demo.Web.pdb
│ │ │ └── News.Demo.Web.xml
│ │ ├── Common
│ │ │ └── Calendar
│ │ │ ├── CalendarControl.css
│ │ │ └── CalendarControl.js
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── entlib.config
│ │ ├── Images
│ │ │ ├── collapse_blue.jpg
│ │ │ ├── excel.gif
│ │ │ ├── expand_blue.jpg
│ │ │ ├── loading.gif
│ │ │ ├── minical.gif
│ │ │ ├── sortascending.gif
│ │ │ └── sortdescending.gif
│ │ ├── MasterPages
│ │ │ └── admin.master
│ │ ├── Web.config
│ │ └── Web.Sitemap
│ ├── References
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.Cryptography.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Logging.Database.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Logging.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Security.dll
│ │ ├── Microsoft.Practices.ObjectBuilder.dll
│ │ ├── News.DemoCodeSmithProject.csp
│ │ └── nunit.framework.dll
│ ├── report.html
│ ├── report.xml
│ └── web.config
└── 数据库
└── 数据库.bak
215 directories, 1455 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论