Download NBlog Free Java Code
Description
A lightweight blog engine built with ASP.NET MVC 3, Razor, jQuery and C#.
Icons
Source Files
The download file NBlog-master.zip has the following entries.
.gitignore// www . j a va 2 s.c o m
NBlog.Tests/App.config
NBlog.Tests/EntryControllerTests.cs
NBlog.Tests/NBlog.Tests.csproj
NBlog.Tests/Properties/AssemblyInfo.cs
NBlog.Tests/RepositoryTests.cs
NBlog.Tests/SlugTests.cs
NBlog.Tests/packages.config
NBlog.Web/App_Data/localhost/Config/settings.json
NBlog.Web/App_Data/localhost/Entry/fusce-eget-neque-molestie-lorem-vestibulum-accumsan-sed-nec-augue.json
NBlog.Web/App_Data/localhost/Entry/lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit.json
NBlog.Web/App_Data/localhost/Entry/pellentesque-orci-mauris-imperdiet-et-varius-id.json
NBlog.Web/App_Start/ContainerConfig.cs
NBlog.Web/App_Start/RouteConfig.cs
NBlog.Web/Application/Infrastructure/AdminOnlyAttribute.cs
NBlog.Web/Application/Infrastructure/AutofacJobFactory.cs
NBlog.Web/Application/Infrastructure/BuildNumberProvider.cs
NBlog.Web/Application/Infrastructure/DateExtensions.cs
NBlog.Web/Application/Infrastructure/HtmlExtensions.cs
NBlog.Web/Application/Infrastructure/HttpTenantSelector.cs
NBlog.Web/Application/Infrastructure/LayoutController.cs
NBlog.Web/Application/Infrastructure/LayoutModel.cs
NBlog.Web/Application/Infrastructure/NoBindingAttribute.cs
NBlog.Web/Application/Infrastructure/RouteExtensions.cs
NBlog.Web/Application/Infrastructure/RssResult.cs
NBlog.Web/Application/Infrastructure/SecurityExtensions.cs
NBlog.Web/Application/Infrastructure/StringExtensions.cs
NBlog.Web/Application/Infrastructure/ThemeableRazorViewEngine.cs
NBlog.Web/Application/Jobs/Backup.cs
NBlog.Web/Application/Service/Entity/Config.cs
NBlog.Web/Application/Service/Entity/Entry.cs
NBlog.Web/Application/Service/Entity/Theme.cs
NBlog.Web/Application/Service/Entity/User.cs
NBlog.Web/Application/Service/ICloudService.cs
NBlog.Web/Application/Service/IConfigService.cs
NBlog.Web/Application/Service/IEntryService.cs
NBlog.Web/Application/Service/IServices.cs
NBlog.Web/Application/Service/IThemeService.cs
NBlog.Web/Application/Service/IUserService.cs
NBlog.Web/Application/Service/Internal/CloudService.cs
NBlog.Web/Application/Service/Internal/ConfigService.cs
NBlog.Web/Application/Service/Internal/EntryService.cs
NBlog.Web/Application/Service/Internal/MessageService.cs
NBlog.Web/Application/Service/Internal/Services.cs
NBlog.Web/Application/Service/Internal/ThemeService.cs
NBlog.Web/Application/Service/Internal/UserService.cs
NBlog.Web/Application/Service/MessageService.cs
NBlog.Web/Application/Storage/Azure/AzureBlobRepository.cs
NBlog.Web/Application/Storage/Azure/AzureExtensions.cs
NBlog.Web/Application/Storage/IRepository.cs
NBlog.Web/Application/Storage/Json/JsonRepository.cs
NBlog.Web/Application/Storage/Mongo/MongoRepository.cs
NBlog.Web/Application/Storage/RepositoryKeys.cs
NBlog.Web/Application/Storage/Sql/PetaPoco.cs
NBlog.Web/Application/Storage/Sql/SqlRepository.cs
NBlog.Web/Controllers/AdminController.cs
NBlog.Web/Controllers/AuthenticationController.Models.cs
NBlog.Web/Controllers/AuthenticationController.cs
NBlog.Web/Controllers/ContactController.Models.cs
NBlog.Web/Controllers/ContactController.cs
NBlog.Web/Controllers/EntryController.Models.cs
NBlog.Web/Controllers/EntryController.cs
NBlog.Web/Controllers/ErrorController.Models.cs
NBlog.Web/Controllers/ErrorController.cs
NBlog.Web/Controllers/FeedController.cs
NBlog.Web/Controllers/HomeController.Models.cs
NBlog.Web/Controllers/HomeController.cs
NBlog.Web/Controllers/ResourceController.cs
NBlog.Web/Controllers/SearchController.Models.cs
NBlog.Web/Controllers/SearchController.cs
NBlog.Web/Global.asax
NBlog.Web/Global.asax.cs
NBlog.Web/Jobs.Debug.config
NBlog.Web/Jobs.config
NBlog.Web/NBlog.Web.csproj
NBlog.Web/Properties/AssemblyInfo.cs
NBlog.Web/Scripts/Fancybox/blank.gif
NBlog.Web/Scripts/Fancybox/fancy_close.png
NBlog.Web/Scripts/Fancybox/fancy_loading.png
NBlog.Web/Scripts/Fancybox/fancy_nav_left.png
NBlog.Web/Scripts/Fancybox/fancy_nav_right.png
NBlog.Web/Scripts/Fancybox/fancy_shadow_e.png
NBlog.Web/Scripts/Fancybox/fancy_shadow_n.png
NBlog.Web/Scripts/Fancybox/fancy_shadow_ne.png
NBlog.Web/Scripts/Fancybox/fancy_shadow_nw.png
NBlog.Web/Scripts/Fancybox/fancy_shadow_s.png
NBlog.Web/Scripts/Fancybox/fancy_shadow_se.png
NBlog.Web/Scripts/Fancybox/fancy_shadow_sw.png
NBlog.Web/Scripts/Fancybox/fancy_shadow_w.png
NBlog.Web/Scripts/Fancybox/fancy_title_left.png
NBlog.Web/Scripts/Fancybox/fancy_title_main.png
NBlog.Web/Scripts/Fancybox/fancy_title_over.png
NBlog.Web/Scripts/Fancybox/fancy_title_right.png
NBlog.Web/Scripts/Fancybox/fancybox-x.png
NBlog.Web/Scripts/Fancybox/fancybox-y.png
NBlog.Web/Scripts/Fancybox/fancybox.png
NBlog.Web/Scripts/Fancybox/jquery.easing-1.3.pack.js
NBlog.Web/Scripts/Fancybox/jquery.fancybox-1.3.2.css
NBlog.Web/Scripts/Fancybox/jquery.fancybox-1.3.2.js
NBlog.Web/Scripts/Fancybox/jquery.fancybox-1.3.2.pack.js
NBlog.Web/Scripts/Fancybox/jquery.mousewheel-3.0.4.pack.js
NBlog.Web/Scripts/MicrosoftAjax.debug.js
NBlog.Web/Scripts/MicrosoftAjax.js
NBlog.Web/Scripts/MicrosoftMvcAjax.debug.js
NBlog.Web/Scripts/MicrosoftMvcAjax.js
NBlog.Web/Scripts/MicrosoftMvcValidation.debug.js
NBlog.Web/Scripts/MicrosoftMvcValidation.js
NBlog.Web/Scripts/Prettify/lang-apollo.js
NBlog.Web/Scripts/Prettify/lang-css.js
NBlog.Web/Scripts/Prettify/lang-hs.js
NBlog.Web/Scripts/Prettify/lang-lisp.js
NBlog.Web/Scripts/Prettify/lang-lua.js
NBlog.Web/Scripts/Prettify/lang-ml.js
NBlog.Web/Scripts/Prettify/lang-proto.js
NBlog.Web/Scripts/Prettify/lang-scala.js
NBlog.Web/Scripts/Prettify/lang-sql.js
NBlog.Web/Scripts/Prettify/lang-vb.js
NBlog.Web/Scripts/Prettify/lang-vhdl.js
NBlog.Web/Scripts/Prettify/lang-wiki.js
NBlog.Web/Scripts/Prettify/lang-yaml.js
NBlog.Web/Scripts/Prettify/prettify.css
NBlog.Web/Scripts/Prettify/prettify.js
NBlog.Web/Scripts/Profiling/charts.swf
NBlog.Web/Scripts/Profiling/config.js
NBlog.Web/Scripts/Profiling/yahoo-profiling.css
NBlog.Web/Scripts/Profiling/yahoo-profiling.min.js
NBlog.Web/Scripts/dd_belatedpng.js
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/aolW.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/blogger.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/claimid.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/facebookW.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/fadegrey.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/flickr.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/flickrW.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/googleB.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/googleW.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/livejournal.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/myopenid.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/myopenidB.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/myopenidW.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/myspaceW.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/openidB.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/openidW.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/openidico.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/technorati.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/verisign.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/vidoop.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/wordpress.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/yahooB.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/images/yahooW.png
NBlog.Web/Scripts/jQueryOpenIdPlugin/jquery.openid.js
NBlog.Web/Scripts/jQueryOpenIdPlugin/openid.css
NBlog.Web/Scripts/jquery-1.4.4.min.js
NBlog.Web/Scripts/jquery.unobtrusive-ajax.js
NBlog.Web/Scripts/jquery.unobtrusive-ajax.min.js
NBlog.Web/Scripts/jquery.validate-vsdoc.js
NBlog.Web/Scripts/jquery.validate.js
NBlog.Web/Scripts/jquery.validate.min.js
NBlog.Web/Scripts/jquery.validate.unobtrusive.js
NBlog.Web/Scripts/jquery.validate.unobtrusive.min.js
NBlog.Web/Scripts/jquery.watermark.js
NBlog.Web/Scripts/modernizr-1.5.min.js
NBlog.Web/Scripts/plugins.js
NBlog.Web/Scripts/wmd/images/wmd-buttons.png
NBlog.Web/Scripts/wmd/jquery-wmd-plugin.js
NBlog.Web/Scripts/wmd/jquery.wmd.js
NBlog.Web/Scripts/wmd/jquery.wmd.min.js
NBlog.Web/Scripts/wmd/wmd.css
NBlog.Web/Themes/Default/Views/Authentication/Login.cshtml
NBlog.Web/Themes/Default/Views/Contact/Confirm.cshtml
NBlog.Web/Themes/Default/Views/Contact/Index.cshtml
NBlog.Web/Themes/Default/Views/Entry/Delete.cshtml
NBlog.Web/Themes/Default/Views/Entry/Edit.cshtml
NBlog.Web/Themes/Default/Views/Entry/Show.cshtml
NBlog.Web/Themes/Default/Views/Error/Index.cshtml
NBlog.Web/Themes/Default/Views/Home/Index.cshtml
NBlog.Web/Themes/Default/Views/Search/Index.cshtml
NBlog.Web/Themes/Default/Views/Web.config
NBlog.Web/Themes/Default/Views/_Layout.cshtml
NBlog.Web/Themes/Default/Views/_ViewStart.cshtml
NBlog.Web/Themes/Default/favicon.ico
NBlog.Web/Themes/Default/style.css
NBlog.Web/Web.Debug.config
NBlog.Web/Web.config
NBlog.Web/packages.config
NBlog.Web/robots.txt
NBlog.sln
README.md
Download
Click the following link to download NBlog-master.zip.
NBlog-master.zip