Download chirpyr dncmag 01 Free Java Code

Description

ChirpyR A Micro Blogging platform like Twitter using ASP.NET MVC 4, SignalR, Knockout.js and jQuery. The source code has been explained in the DNC Magazine, Issue 01. This magazine is "absolutely free" and you can get it over here.

Icons

chirpyr dncmag 01

Source Files

The download file chirpyr-dncmag-01-master.zip has the following entries.


.gitignore//  w  w w.j a va 2 s .c  o m
.nuget/NuGet.exe
ChirpR.Data.Test/App.config
ChirpR.Data.Test/ChirpR.Data.Test.csproj
ChirpR.Data.Test/ChirpyRDataServiceTest.cs
ChirpR.Data.Test/Properties/AssemblyInfo.cs
ChirpR.Data.Test/packages.config
ChirpyR.Data/App.config
ChirpyR.Data/ChirpyR.Data.csproj
ChirpyR.Data/Context/ChirpyRDataContext.cs
ChirpyR.Data/Model/Chirp.cs
ChirpyR.Data/Model/ChirpTag.cs
ChirpyR.Data/Model/ChirpyRRelation.cs
ChirpyR.Data/Model/ChirpyRUser.cs
ChirpyR.Data/Model/IDataEntity.cs
ChirpyR.Data/Properties/AssemblyInfo.cs
ChirpyR.Data/Repository/ChirpyRSqlRepository.cs
ChirpyR.Data/Service/ChirpyRDataService.cs
ChirpyR.Data/packages.config
ChirpyR.Domain/ChirpyR.Domain.csproj
ChirpyR.Domain/Model/Chirp.cs
ChirpyR.Domain/Model/ChirpTag.cs
ChirpyR.Domain/Model/ChirpyRUser.cs
ChirpyR.Domain/Properties/AssemblyInfo.cs
ChirpyR.Domain/Repository/IChirpyRRepository.cs
ChirpyR.Mvc4/App_Start/BundleConfig.cs
ChirpyR.Mvc4/App_Start/FilterConfig.cs
ChirpyR.Mvc4/App_Start/RouteConfig.cs
ChirpyR.Mvc4/ChirpyR.Mvc4.csproj
ChirpyR.Mvc4/CompositionRoot.cs
ChirpyR.Mvc4/Content/Custom.css
ChirpyR.Mvc4/Content/Site.css
ChirpyR.Mvc4/Content/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
ChirpyR.Mvc4/Content/themes/base/images/ui-bg_flat_75_ffffff_40x100.png
ChirpyR.Mvc4/Content/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png
ChirpyR.Mvc4/Content/themes/base/images/ui-bg_glass_65_ffffff_1x400.png
ChirpyR.Mvc4/Content/themes/base/images/ui-bg_glass_75_dadada_1x400.png
ChirpyR.Mvc4/Content/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png
ChirpyR.Mvc4/Content/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png
ChirpyR.Mvc4/Content/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png
ChirpyR.Mvc4/Content/themes/base/images/ui-icons_222222_256x240.png
ChirpyR.Mvc4/Content/themes/base/images/ui-icons_2e83ff_256x240.png
ChirpyR.Mvc4/Content/themes/base/images/ui-icons_454545_256x240.png
ChirpyR.Mvc4/Content/themes/base/images/ui-icons_888888_256x240.png
ChirpyR.Mvc4/Content/themes/base/images/ui-icons_cd0a0a_256x240.png
ChirpyR.Mvc4/Content/themes/base/jquery.ui.accordion.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.all.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.autocomplete.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.base.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.button.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.core.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.datepicker.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.dialog.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.progressbar.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.resizable.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.selectable.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.slider.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.tabs.css
ChirpyR.Mvc4/Content/themes/base/jquery.ui.theme.css
ChirpyR.Mvc4/Controllers/BaseChirpyRController.cs
ChirpyR.Mvc4/Controllers/ChirpyRController.cs
ChirpyR.Mvc4/Controllers/HomeController.cs
ChirpyR.Mvc4/Controllers/LoginController.cs
ChirpyR.Mvc4/Controllers/RegistrationController.cs
ChirpyR.Mvc4/Global.asax
ChirpyR.Mvc4/Global.asax.cs
ChirpyR.Mvc4/Images/NuGetGallery.png
ChirpyR.Mvc4/Images/accent.png
ChirpyR.Mvc4/Images/aspNetHome.png
ChirpyR.Mvc4/Images/bullet.png
ChirpyR.Mvc4/Images/facebook.png
ChirpyR.Mvc4/Images/findHosting.png
ChirpyR.Mvc4/Images/heroAccent.png
ChirpyR.Mvc4/Images/orderedList0.png
ChirpyR.Mvc4/Images/orderedList1.png
ChirpyR.Mvc4/Images/orderedList2.png
ChirpyR.Mvc4/Images/orderedList3.png
ChirpyR.Mvc4/Images/orderedList4.png
ChirpyR.Mvc4/Images/orderedList5.png
ChirpyR.Mvc4/Images/orderedList6.png
ChirpyR.Mvc4/Images/orderedList7.png
ChirpyR.Mvc4/Images/orderedList8.png
ChirpyR.Mvc4/Images/orderedList9.png
ChirpyR.Mvc4/Images/twitter.png
ChirpyR.Mvc4/Images/windowsLive.png
ChirpyR.Mvc4/Properties/AssemblyInfo.cs
ChirpyR.Mvc4/Scripts/_references.js
ChirpyR.Mvc4/Scripts/custom/chirpyr-ajax-utils.js
ChirpyR.Mvc4/Scripts/custom/chirpyr-authorization.js
ChirpyR.Mvc4/Scripts/custom/chirpyr-signalr.js
ChirpyR.Mvc4/Scripts/jquery-1.7.2-vsdoc.js
ChirpyR.Mvc4/Scripts/jquery-1.7.2.js
ChirpyR.Mvc4/Scripts/jquery-1.7.2.min.js
ChirpyR.Mvc4/Scripts/jquery-ui-1.8.11.js
ChirpyR.Mvc4/Scripts/jquery-ui-1.8.11.min.js
ChirpyR.Mvc4/Scripts/jquery.signalR-0.5.1.js
ChirpyR.Mvc4/Scripts/jquery.signalR-0.5.1.min.js
ChirpyR.Mvc4/Scripts/jquery.unobtrusive-ajax.js
ChirpyR.Mvc4/Scripts/jquery.unobtrusive-ajax.min.js
ChirpyR.Mvc4/Scripts/jquery.validate-vsdoc.js
ChirpyR.Mvc4/Scripts/jquery.validate.js
ChirpyR.Mvc4/Scripts/jquery.validate.min.js
ChirpyR.Mvc4/Scripts/jquery.validate.unobtrusive.js
ChirpyR.Mvc4/Scripts/jquery.validate.unobtrusive.min.js
ChirpyR.Mvc4/Scripts/knockout-2.0.0.debug.js
ChirpyR.Mvc4/Scripts/knockout-2.0.0.js
ChirpyR.Mvc4/Scripts/ko-protected-observable.js
ChirpyR.Mvc4/Scripts/modernizr-2.0.6-development-only.js
ChirpyR.Mvc4/SignalR/ChirpyRHub.cs
ChirpyR.Mvc4/Views/Account/Create.cshtml
ChirpyR.Mvc4/Views/Account/Delete.cshtml
ChirpyR.Mvc4/Views/Account/Details.cshtml
ChirpyR.Mvc4/Views/Account/Edit.cshtml
ChirpyR.Mvc4/Views/Account/Index.cshtml
ChirpyR.Mvc4/Views/Home/Index.cshtml
ChirpyR.Mvc4/Views/Shared/Error.cshtml
ChirpyR.Mvc4/Views/Shared/_ChirpPartial.cshtml
ChirpyR.Mvc4/Views/Shared/_ChirpStreamPartial.cshtml
ChirpyR.Mvc4/Views/Shared/_Layout.cshtml
ChirpyR.Mvc4/Views/Shared/_LoginPartial.cshtml
ChirpyR.Mvc4/Views/Web.config
ChirpyR.Mvc4/Views/_ViewStart.cshtml
ChirpyR.Mvc4/Web.Debug.config
ChirpyR.Mvc4/Web.Release.config
ChirpyR.Mvc4/Web.config
ChirpyR.Mvc4/WebApiDependencyResolver.cs
ChirpyR.Mvc4/favicon.ico
ChirpyR.Mvc4/packages.config
ChirpyR.sln
ChirpyR.vsmdi
Local.testsettings
README.md
TraceAndTestImpact.testsettings

Download

Click the following link to download chirpyr-dncmag-01-master.zip.

chirpyr-dncmag-01-master.zip




















Home »
  Javascript Free Code Download »
    Development »




Algorithm
API
Asp.Net
Azure
CoffeeScript
Collection
Component
Data Structure
Date
Demo
Django
Drupal
Example
Filter
GeoLocation
Markdown
MVC
Parse
Php
Plugin
Prototype
Python
Sample
SDK
Snippet
Stream
Titanium
Utility
Web
WebApplication
XML
YAML
ZooKeeper