
SOFTWARE DEVELOPMENT
Get flash to fully experience Pearltrees
Serializing a PartialView as JSON in ASP.NET MVC « 2LeggedSpider
jQuery dünyasına adım atıyoruz
Brad Wilson: ASP.NET MVC
This is part 4 in a series on using Task Parallel Library when writing server applications, especially ASP.NET MVC and ASP.NET Web API applications. Simple Task Helpers I know we left off in part 3 with a problem, but we're not going to solve it yet, because we still need to build some foundation helper classes that will make it easier to do that. In particular, there are some good practices we can codify around the creation and conversion of tasks that led us to write the TaskHelpers class that we use today in ASP.NET Web Stack . Continue reading "Task Parallel Library and Servers, Part 4: TaskHelpers" » This is part 3 in a series on using Task Parallel Library when writing server applications, especially ASP.NET MVC and ASP.NET Web API applications.Model-View-Controller
Over last month over the holidays, Lance Olson and I spent some time porting ScottGu's excellent MVC example over the Entity Framework . I thought I'd share the results here and get your thoughts\feedback. 12-11-08: I updated a few links and the example to match latest bits.
ASP.NET MVC Example Application over Northwind with the Entity Framework - Brad Abrams
Displaying a Table of Database Data
In addition to the built-in server controls provided by ASP.NET, you can easily define your own controls using the same programming techniques that you have already learned for writing Web Forms pages. In fact, with just a few modifications, almost any Web Forms page can be reused in another page as a server control (note that a user control is of type System.Web.UI.UserControl , which inherits directly from System.Web.UI.TemplateParser ). A Web Forms page used as a server control is named a user control for short. As a matter of convention, the .ascx extension is used to indicate such controls. This ensures that the user control's file cannot be executed as a standalone Web Forms page (you will see a little that there are a few, albeit important, differences between a user control and a Web Forms page).
QuickStart Tutorial
I'm in the process of rewriting mikesdotnetting.com using the ASP.NET MVC framework. It's an interesting experience, in that this is my first exposure to MVC. The first stumbling block I encountered was how to pass data in a satisfactory way to Partial Views which only represent part of the data that is to be displayed in the View. Since I struggled to find clear guidance on this, I thought I would share a way to do it. There are a fair number of articles and blog pieces about the difference between ViewDataDictionery and ViewDataDictionery<TModel> , but there's no harm in taking the opportunity to recap - especially as the MSDN documentation is (at the moment) pretty thin on notes in the MVC Reference section.
ASP.NET MVC Partial Views and Strongly Typed Custom ViewModels
Asp.net MVC'de Kullanıcı Kontrolü (User Control) Kullanımı - mehmetduran.com
MVC Preview 5 and Form Posting Scenarios
Building Web Apps without Web Forms Chris Tavares This article is based on a prerelease version of the ASP.NET MVC Framework. Details herein are subject to change.
ASP.NET MVC: Building Web Apps without Web Forms
An Introduction to Meteor Mar 18, 2013 The goal of this blog post is to give you a brief introduction to Meteor which is a framework for building Single Page Apps. In this blog entry, I provide a walkt... Security Issues with Single Page Apps
AJAX
C# ve ASP.NET Makale Portalı | SQL SERVER’A DİZİ ŞEKLİNDE PARAMETRE GÖNDERMEK
Sql Server , Microsoft firması tarafından geliştirilen bir veritabanı yönetim sistemidir.(VTYS) Bir Veritabanı Yönetim Sisteminin tek işlevi tablo oluşturmak ve verilerinizi bu tablolarda modellemek değildir. Gerçek bir Veritabanı Yönetim sistemi; üzerinde çalıştırılabilir önceden derlenmiş hazır procedure’lere destek verir, tablolar üzerinde yapılan işlemlere göre otomatik olarak tetiklenecek mekanizmalara (Trigger) destek verir, tablo ve veritabanı oluşturma, silme, güncelleme imkanlarına destek verir …. vs.aspnet - Release: Dynamic Data 3.5 SP1 Samples
Database Image API Defaults From Filters Dynamic Label These samples have been moved into our new Dynamic Data Futures VS2008 SP1 RTM which has samples of what kinds of things we are looking at for Dynamic Data 2.0. Double Column This sample shows how to take two columns from the database and expose them in one single column in the data bound control. This is an advanced sample that shows how a field template control can use the Dynamic Data API's to get access to data from other columns and still keep the metadata driven display formatting.Seadragon Ajax Control - Quick Start Guide | jsenior
Download How do I download the videos? To download, right click the file type you would like and pick “Save target as…” or “Save link as…” Why should I download videos from Channel9?Pattern

