Tag - ASP NET MVC
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
http://tugberkugurlu.com/archive/windows-azure-ssl-self-signed-certificate-and-annoying-https-input-endpoint-does-not-contain-private-key-error
0 comment
268 times
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.
http://tugberkugurlu.com/archive/how-to-use-windows-azure-blob-storage-service-with-asp-net-mvc-web-application
0 comment
1128 times
Entity Framework DbContext Generic Repository Implementation Is Now On Nuget and GitHub: PM> Install-Package GenericRepository.EF
http://tugberkugurlu.com/archive/entity-framework-dbcontext-generic-repository-implementation-is-now-on-nuget-and-github
2 comments
682 times
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
http://tugberkugurlu.com/archive/asp-net-mvc-code-review-sharp2-a-way-of-working-with-html-select-element-aka-dropdownlist-in-asp-net-mvc
0 comment
729 times
This is #1 of the series of blog posts which is about some core scenarios on ASP.NET MVC: File Upload With HttpPostedFileBase Class
http://tugberkugurlu.com/archive/asp-net-mvc-code-review-sharp1-file-upload-with-httppostedfilebase-class
0 comment
1464 times
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
http://tugberkugurlu.com/archive/how-to-work-with-generic-repositories-on-asp-net-mvc-and-unit-testing-them-by-mocking
12 comments
3259 times
We will see how we can implement Generic Repository Pattern with Entity Framework and how to benefit from that.
http://tugberkugurlu.com/archive/generic-repository-pattern-entity-framework-asp-net-mvc-and-unit-testing-triangle
35 comments
11349 times
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
http://tugberkugurlu.com/archive/asp-net-mvc-server-side-remote-validation
0 comment
1199 times
This blog post demonstrates how to implement Donut Hole Caching in ASP.NET MVC by Using Child Actions and OutputCacheAttribute
http://tugberkugurlu.com/archive/donut-hole-caching-in-asp-net-mvc-by-using-child-actions-and-outputcacheattribute
0 comment
1540 times
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.
http://tugberkugurlu.com/archive/asp-net-mvc-remote-validation-for-multiple-fields-with-additionalfields-property
3 comments
5550 times
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.
http://tugberkugurlu.com/archive/check-instantly-if-username-exists-asp-net-mvc-remote-validation
5 comments
4032 times
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.
http://tugberkugurlu.com/archive/unit-testing-with-xunit-net-for-asp-net-mvc-web-applications-part-1
6 comments
4300 times
We will see How to detect errors of our ASP.NET MVC views on compile time inside Visual Studio.
http://tugberkugurlu.com/archive/how-to-detect-errors-of-our-asp-net-mvc-views-on-compile-time-blow-up-in-my-face-theory
0 comment
1059 times
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
http://tugberkugurlu.com/archive/remove-trailing-slash-from-the-urls-of-your-asp-net-web-site-with-iis-7-url-rewrite-module
3 comments
2253 times
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.
http://tugberkugurlu.com/archive/working-with-jquery-ajax-api-on-asp-net-mvc-3-0-power-of-json-jquery-and-asp-net-mvc-partial-views
8 comments
16672 times
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.
http://tugberkugurlu.com/archive/tinymce-html-text-editior-and-asp-net-mvc-setting-it-up-has-become-easy-with-nuget
11 comments
8870 times
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.
http://tugberkugurlu.com/archive/how-to-handle-multiple-checkboxes-from-controller-in-asp-net-mvc-sample-app-with-new-stuff-after-mvc-3-tools-update
5 comments
17646 times
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...
http://tugberkugurlu.com/archive/running-asp-net-mvc-under-iis-6-0-and-iis-7-0-classic-mode---solution-to-routing-problem
2 comments
13137 times
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
http://tugberkugurlu.com/archive/asp-net-mvc---throwing-404-exceptions-manually-from-controller-when-model-is-null
0 comment
3992 times
Microsoft MIX11 : Students & Academic Staff Discount is Available For the Conference / The chance that every geek student wants to catch!
http://tugberkugurlu.com/archive/microsoft-mix11---students-and-academic-staff-discount-is-available-for-the-conference
0 comment
1182 times
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...
http://tugberkugurlu.com/archive/deployment-of-asp-net-mvc-3-rc-2-application-on-a-shared-hosting-environment-without-begging-the-hosting-company
13 comments
16614 times
Recently, I have been playing around with MVC a lot and I decided to use the latest MVC tecnology on my web site...
http://tugberkugurlu.com/archive/best-solution-to-my-web-site-with-asp-net-mvc-3-and-razor-view-engine
2 comments
1823 times
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...
http://tugberkugurlu.com/archive/custom-errors-on-asp-net-mvc-redirectmode-responserewrite-issue
3 comments
3646 times
|
Connect With MeTagsArchive
Blogroll |
