Blogs about: Asp Net Mvc 3

Featured Blog

SyncIpswich 2 brought us Continuous Delivery and Windows Azure Cloud1 comment

smaley wrote 2 weeks ago: Wow! SyncIpswich’s second meetup and around 80 people crammed into the Eastern Enterprise Hub … more →

Tags: Agile, Application Development, Application Lifecycle Management, Cloud Computing, Community, continuous innovation, Events, Java, JavaScript

MVC 3 JQuery Model

darrindossey wrote 1 month ago: var model = @Html.Raw(Json.Encode(Model)); if (model == null) { } else { } … more →

Tags: Controller Tips and Techniques

JQuery Document Ready

darrindossey wrote 1 month ago: $(document).ready(function() { }); OR $(function() { }); … more →

SQL CE MVC Connection String

darrindossey wrote 1 month ago: <add name=”InventoryManagerDBContext” connectionString=”Data Source=|DataDirect … more →

VS 2010 SP1 and SQL CE

darrindossey wrote 1 month ago:   ScottGu’s Blog http://weblogs.asp.net/scottgu/archive/2011/01/11/vs-2010-sp1-and-sql-ce … more →

MVC SQL CE 4.0 Membership Provider

darrindossey wrote 1 month ago: PM> Install-Package Microsoft.AspNet.Providers   … more →

Example DBContext Class

darrindossey wrote 1 month ago: Imports System Imports System.Data.Entity Imports System.Data.Entity.Infrastructure Imports System.D … more →

Tags: Model Tips and Techniques

Key and Display Annotation

darrindossey wrote 1 month ago: <Key(), Display(Name:=”Project #:”)> … more →

Tags: Data annotations

online file system with asp.net mvc

yemrekeskin wrote 2 months ago: hi everyone, I was not writing my blog for 1 month , perhaps more.So I’m a little upset.I am s … more →

Tags: Sample Projects, online file system in asp.net, ASP .NET MVC, Sample Project

About reading technical materials

sangrua wrote 2 months ago: reading materials about .net (asp.net mvc 3 c#) has a feeling very difficult => bored => disco … more →

Tags: Materials, Reading, technical, .NET, C#, Open-Source, android

[Blog Post(Turkish)] ASP.NET MVC İle İlgili Tüm Yazılarım (29 Yazı, 1 Yazı Dizisi ve 1 İpucu Serisi)2 comments

Mahmut Can Sozeri wrote 4 months ago: Merhaba Arkadaşlar, Blogumda şimdiye kadar yazdığım ASP.NET MVC ile ilgili tüm kaynakları tek bir sa … more →

Tags: ASP.NET MVC 4, ASP.NET MVC 2, asp.net mvc 3 razor, ASP.NET-MVC, ASP.NET MVC 4 Razor, ASP.NET MVC Razor, ASP.NET MVC Uygulama Geliştirme Yazı Dizisi, empty template, html helpers

PongR part 3: client side

thewayofcode wrote 4 months ago: In part 1 of “PongR – my first experience with HTML5 multiplayer gaming” , I talked about the spirit … more →

Tags: Software Architecture Design, Tutorial, Canvas, HTML5, HTML5 game, html5 multiplayer game, javascript, pongr, qunit

Updated NHibernate articles2 comments

Dave wrote 4 months ago: It wouldn’t surprise me if nobody noticed, but I overhauled my NHibernate articles. They are n … more →

Tags: .NET, C# - Csharp, Castle Windsor, dependency injection, Domain Driven Design, Fluent-Nhibernate, inversion of control, Microsoft Visual Studio, MOQ

Yeni Projem: RenderTag Yayında - Microsoft Tag ve QR Code Oluşturmanın En Kolay Yolu

Mahmut Can Sozeri wrote 5 months ago: Merhaba Arkadaşlar, Uzun zamandır hayata geçirmek istediğim projelerimden birisi olan “RenderT … more →

Tags: microsoft tag, jQuery, Microsoft Tag Render, asp.net mvc 3 razor, ASP.NET MVC 2, QR Code, html 5, microsoft tag creation api, rendertag

PongR part 2: server side

thewayofcode wrote 6 months ago: This is part 2 of “PongR – my first experience with HTML5 multiplayer gaming”  (http://thewayofcode. … more →

Tags: Tutorial, HTML5, HTML5 game, html5 multiplayer game, pongr, Server side update loops, SignalR

ASP.NET MVC 3: Global action filters

dotnetrockstar wrote 9 months ago: If you need to perform some custom logic before displaying each view you should create and register … more →

Tags: ASP. NET, .NET, C#, ASP .NET MVC, MVC 3, global filters, Action Filter, Global Action Filters, asp.net mvc filter

ChatR: just another chat application using SignalR6 comments

thewayofcode wrote 9 months ago: Update (30 November, 2012): David Fowler (SignalR co-creator) has made ChatR into an example applica … more →

Tags: Tutorial, .NET, appharbor, ASP. NET, C#, chat, github, HTML5, javascript

Fluent NHibernate, auto mappings, ASP.NET MVC 3, Castle Windsor, and NUnit... and Moq2 comments

Dave wrote 10 months ago: I’m going for a record: internet’s longest blog post title. FNHAMASPDNMVC3CWNUM is the o … more →

Tags: .NET, C# - Csharp, Castle Windsor, dependency injection, Domain Driven Design, Fluent-Nhibernate, inversion of control, Microsoft Visual Studio, MOQ

What is unit testing? Dependency injection?1 comment

Dave wrote 11 months ago: Previously, I mentioned that dependency injection is important for unit testing. If you are unfamili … more →

Tags: .NET, C# - Csharp, dependency injection, inversion of control, Programming, Unit Testing


Related Tags
All →

Follow this tag via RSS