ASP.NET MVC (42)

Exciting Things About ASP.NET vNext Series: MVC View Components
6 October 2014 · 9 minutes read

A few days ago, I started a new blog post series about ASP.NET vNext. Today, I would like to talk about something which is MVC specific and takes one of our pains away: view components :)

Exciting Things About ASP.NET vNext Series: The Ultimate Guide
3 October 2014 · 10 minutes read

As of today, I am starting a new blog post series about ASP.NET vNext. To kick things off, I would like to lay out the resources about ASP.NET vNext here which is probably going to be an ultimate guide on ASP.NET vNext.

AspNet.Identity.RavenDB: Fully asynchronous, new and sweet ASP.NET Identity implementation for RavenDB
29 November 2013 · 4 minutes read

A while back, ASP.NET team has introduced ASP.NET Identity, a membership system for ASP.NET applications. Today, I'm introducing you its RavenDB implementation: AspNet.Identity.RavenDB.

Microsoft Turkey Summer School Presentation Samples and Links for .NET Web Stack
25 August 2013 · 3 minutes read

I was at Microsoft's Turkey headquarters giving talks on Microsoft Web Stack for Microsoft Summer School and here are presentation samples and links for .NET Web Stack

Links, Source Code and Slides From My Microsoft Web Camp Talks
7 April 2013 · 2 minutes read

Web Camp Istanbul was held at Microsoft Istanbul office yesterday and here are the links, source code and slides from my talks

Microsoft Web Camps Istanbul on the 6th of April
23 March 2013 · 1 minutes read

One leg of Microsoft Web Camps spring 2013 tour will be held in Microsoft Istanbul office on the 6th of April, 2013.

MSP Turkey Kickoff Microsoft Web Stack Presentation Slides, Samples and Links
9 February 2013 · 2 minutes read

I was at MSFT Istanbul office yesterday to give a presentation on Microsoft Web Stack for MSPs. Slides and samples are now available online.

Clean, Better, and Sexier Generic Repository Implementation for Entity Framework
10 January 2013 · 6 minutes read

With the new release of the GenericRepository.EntityFramework package, we now have clean, better and sexier generic repository implementation for Entity Framework. Enjoy!

Sides and Source Code for DEU Bilgisayar Topluluğu Izmir 2. Teknoloji Zirvesi
8 January 2013 · 1 minutes read

This weekend, I participated in an event as a speaker in Izmir, DEU Bilgisayar Topluluğu Izmir 2. Teknoloji Zirvesi. Sides and Source Code for my sessions are available.

List of Resources on Asynchronous Programming for .NET Server Applications with C#
5 January 2013 · 2 minutes read

I listed some resources on asynchronous programming for .NET server applications with C# which consist of blog posts, presentations and podcasts.

Newsflash! ASP.NET Web API does not Sit on Top of ASP.NET MVC! In Fact, It does not Sit on Top of Anything
20 October 2012 · 3 minutes read

One of the common misconceptions about ASP.NET Web API is that it is being built on top of ASP.NET MVC. Today, I am going to break it!

Asynchronous .NET Client Libraries for Your HTTP API and Awareness of async/await's Bad Effects
21 September 2012 · 9 minutes read

Writing asynchronous .NET Client libraries for your HTTP API and using asynchronous language features (aka async/await) and some deadlock issue you might face.

Why do I Need ASP.NET Web API When I Already Have ASP.NET MVC
30 August 2012 · 1 minutes read

Gleen Block explains why we need ASP.NET Web API when we already have ASP.NET MVC and what can we achieve with ASP.NET Web API

The Perfect Recipe to Shoot Yourself in The Foot - Ending up with a Deadlock Using the C# 5.0 Asynchronous Language Features
2 June 2012 · 4 minutes read

Let's see how we can end up with a deadlock using the C# 5.0 asynchronous language features (AKA async/await) in our ASP.NET applications and how to prevent these kinds of scenarios.

Asynchronous Database Calls With Task-based Asynchronous Programming Model (TAP) in ASP.NET MVC 4
9 April 2012 · 6 minutes read

Asynchronous Database Calls With Task-based Asynchronous Programming Model (TAP) in ASP.NET MVC 4 and its performance impacts.

Slides of My MS Web Platform & ASP.NET MVC 101 Talks
23 March 2012 · 1 minutes read

Today, I was at Computer Engineering Department of Mugla University and I gave two introduction talks on MS Web Platform and ASP.NET MVC 101.

Involving Action Selection Process in ASP.NET MVC with ActionNameSelectorAttribute
21 March 2012 · 3 minutes read

We will see how we can involve action selection process in ASP.NET MVC with ActionNameSelectorAttribute with a real world use case scenario.

My Take on Task-base Asynchronous Programming in C# 5.0 and ASP.NET MVC Web Applications
26 February 2012 · 7 minutes read

I'm trying to show you what new C# 5.0 can bring us in terms of asynchronous programming with await keyword. Especially on ASP.NET MVC 4 Web Applications.

Getting Started With ASP.NET Web API - Tutorials, Videos, Samples
24 February 2012 · 5 minutes read

I would like to point you those resources (Tutorials, Videos, Samples) in order to get started with ASP.NET Web API.

Windows Azure, SSL, Self-Signed Certificate and Annoying HTTPS Input Endpoint Does Not Contain Private Key Error
3 February 2012 · 4 minutes read

Deploying a Web Role with HTTPS Endpoint enabled with Self-Signed Certificate and a annoying problem of HTTPS input endpoint does not contain private key

How to Use Windows Azure Blob Storage Service With ASP.NET MVC Web Application
18 January 2012 · 6 minutes read

This blog post provides a Windows Azure Blob Storage example which walks you through on how to use Blob Storage service with ASP.NET MVC.

Entity Framework DbContext Generic Repository Implementation Is Now On Nuget and GitHub
15 January 2012 · 2 minutes read

Entity Framework DbContext Generic Repository Implementation Is Now On Nuget and GitHub: PM> Install-Package GenericRepository.EF

ASP.NET MVC Code Review #2 - A Way of Working with Html Select Element (AKA DropDownList) In ASP.NET MVC
30 December 2011 · 2 minutes read

This is the #2 of the series of blog posts which is about some core scenarios on ASP.NET MVC: A Way of Working with Html Select Element (AKA DropDownList) In ASP.NET MVC

ASP.NET MVC Code Review #1 - File Upload With HttpPostedFileBase Class
29 December 2011 · 2 minutes read

This is #1 of the series of blog posts which is about some core scenarios on ASP.NET MVC: File Upload With HttpPostedFileBase Class

How to Work With Generic Repositories on ASP.NET MVC and Unit Testing Them By Mocking
22 December 2011 · 8 minutes read

In this blog post we will see how to work with generic repositories on ASP.NET MVC and unit testing them by mocking with moq

Generic Repository Pattern - Entity Framework, ASP.NET MVC and Unit Testing Triangle
22 December 2011 · 5 minutes read

We will see how we can implement Generic Repository Pattern with Entity Framework and how to benefit from that.

ASP.NET MVC Server Side Remote Validation
6 November 2011 · 3 minutes read

In this quick post, I will show you a way of implementing ASP.NET MVC Server Side Remote Validation just like ASP.NET MVC Remote Validation

Donut Hole Caching In ASP.NET MVC by Using Child Actions and OutputCacheAttribute
30 October 2011 · 4 minutes read

This blog post demonstrates how to implement Donut Hole Caching in ASP.NET MVC by Using Child Actions and OutputCacheAttribute

ASP.NET MVC Remote Validation For Multiple Fields With AdditionalFields Property
24 October 2011 · 5 minutes read

This post shows the implementation of ASP.NET MVC Remote Validation for multiple fields with AdditionalFields property and we will validate the uniqueness of a product name under a chosen category.

Check Instantly If Username Exists - ASP.NET MVC Remote Validation
19 October 2011 · 4 minutes read

This blog post will walk you through on implementation and usage of ASP.NET MVC Remote Validation. As a sample, we will validate the availability of the username for membership registration.

Unit Testing With xUnit.net for ASP.NET MVC Web Applications - Part 1
16 October 2011 · 3 minutes read

In this blog post, we will see how we set up our environment for xUnit.net Unit Testing Framework. This is the first blog post of the blog post series on Unit Testing With xUnit.net for ASP.NET MVC.

How to Detect Errors of Our ASP.NET MVC Views on Compile Time - Blow up In My Face Theory
29 September 2011 · 3 minutes read

We will see How to detect errors of our ASP.NET MVC views on compile time inside Visual Studio.

Remove Trailing Slash From the URLs of Your ASP.NET Web Site With IIS 7 URL Rewrite Module
11 September 2011 · 4 minutes read

One of the aspect of SEO (Search Engine Optimization) is canonicalization. In this blog post, we will see how easy to work with IIS Rewrite Module in order to remove evil trailing slash from our URLs

Working With JQuery Ajax API on ASP.NET MVC 3.0 - Power of JSON, JQuery and ASP.NET MVC Partial Views
9 September 2011 · 9 minutes read

In this post, we'll see how easy to work with JQuery AJAX API on ASP.NET MVC and how we make use of Partial Views to transfer chunk of html from server to client with a toggle button example.

TinyMCE HTML Text Editior & ASP.NET MVC - Setting It Up Has Become Easy With Nuget
7 September 2011 · 6 minutes read

One of the best Javascript WYSIWYG Editors TinyMCE is now up on Nuget live feed. How to get TinyMCE through Nuget and get it working is documented in this blog post.

How To Handle Multiple Checkboxes From Controller In ASP.NET MVC - Sample App With New Stuff After MVC 3 Tools Update
27 April 2011 · 5 minutes read

In this blog post, we will see how to handle multiple checkboxes inside a controller in ASP.NET MVC. We will demonstrate a sample in order to delete multiple records from database.

Running ASP.NET MVC Under IIS 6.0 and IIS 7.0 Classic Mode : Solution to Routing Problem
26 February 2011 · 5 minutes read

In this blog post, we will see how to run ASP.NET MVC application under IIS 6.0 and IIS 7.0 classic mode with some configurations on IIS and Global.asax file...

ASP.NET MVC : Throwing 404 Exceptions Manually From Controller When Model is Null
17 February 2011 · 1 minutes read

This post is a quick demonstration of how you can throw HttpException of 404 manually from a controller on ASP.NET MVC when the model you're passing is null

Microsoft MIX11 : Students & Academic Staff Discount is Available For the Conference
16 February 2011 · 4 minutes read

Microsoft MIX11 : Students & Academic Staff Discount is Available For the Conference / The chance that every geek student wants to catch!

Deployment of ASP.Net MVC 3 RC 2 Application on a Shared Hosting Environment Without Begging The Hosting Company
18 December 2010 · 3 minutes read

After the release of ASP.Net MVC RC 2, we are now waiting for the RTM release but some of us wanna use RC 2 already... But how to deploy it on a shared hosting acount is the mind-exploding problem...

Best Solution to My Web Site With ASP.Net MVC 3 & Razor View Engine!
9 December 2010 · 2 minutes read

Recently, I have been playing around with MVC a lot and I decided to use the latest MVC tecnology on my web site...

Custom Errors on ASP.Net MVC - redirectMode="ResponseRewrite" Issue
8 December 2010 · 2 minutes read

I assume that some of you folks have tried that in your ASP.Net MVC applications and try to figure out why it doesn't work. Well, I have figured it out...