Tag - C SHARP
One of the missing feature of .NET framework was a support for Zip file manipulation. In .NET 4.5, we have an extensive support for manipulating zip archives.
http://tugberkugurlu.com/archive/net-4-5-to-support-zip-file-manipulation-out-of-the-box
0 comment
142 times
Asynchronous Database Calls With Task-based Asynchronous Programming Model (TAP) in ASP.NET MVC 4 and its performance impacts.
http://tugberkugurlu.com/archive/asynchronous-database-calls-with-task-based-asynchronous-programming-model-tap-in-asp-net-mvc-4
2 comments
4854 times
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.
http://tugberkugurlu.com/archive/slides-of-my-ms-web-platform-and-asp-net-mvc-101-talks
0 comment
406 times
In this post, we will see how to create a custom CSVMediaTypeFormatter in ASP.NET Web API for comma-separated values (CSV) format
http://tugberkugurlu.com/archive/creating-custom-csvmediatypeformatter-in-asp-net-web-api-for-comma-separated-values-csv-format
3 comments
1927 times
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.
http://tugberkugurlu.com/archive/my-take-on-task-base-asynchronous-programming-in-c-sharp-5-0-and-asp-net-mvc-web-applications
5 comments
3614 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
1033 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
2171 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
7872 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
45 comments
27477 times
This blog post will give you an introduction to WCF Web API and show you how to get started with WCF Web API along with Dependency Inject support with Ninject.
http://tugberkugurlu.com/archive/introduction-to-wcf-web-api-new-rest-face-ofnet
13 comments
21833 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
1664 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
2044 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
7264 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
6 comments
6093 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
10 comments
24331 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
28 comments
12883 times
In this blog post we will see how to consume a web page methods using JQuery on ASP.NET Web Forms and use ASP.NET page methods as services. You will find some cool stuff about other things as well :)
http://tugberkugurlu.com/archive/asp-net-web-forms---calling-web-service-page-methods-using-jquery
13 comments
29893 times
This awesome blog post will demonstrate how to create a complete, sub-grouped product list in a single grid. Get ready for the awesomeness...
http://tugberkugurlu.com/archive/parent-child-view-in-a-single-table-with-gridview-control-on-asp-net-web-forms
2 comments
11363 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
21802 times
In this blog post, we will see how ClientIDMode property of Web Controls makes our lives easier. Also, we will demonstrate couple of scenarios on how it works...
http://tugberkugurlu.com/archive/we-lovenet-4-clean-web-control-ids-with-clientidmode-property-to-static-and-predictable
3 comments
6357 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
4839 times
Windows Live Writer Codehighlighting Plugin For Alex Gorbatchev's SyntaxHighlighter is available on codeplex
http://tugberkugurlu.com/archive/windows-live-writer-codehighlighting-plugin-for-alex-gorbatchev-s-syntaxhighlighter
6 comments
4982 times
Most of the Asp.Net developers are using Membership class of Asp.Net and in this blog post we will see how to send e-mail to all of the membership users at once...
http://tugberkugurlu.com/archive/sending-e-mail-to-all-list-of-membership-users-with-asp-net-using-built-in-membership-api
21 comments
12718 times
You created a cookie on you asp.net forms application now you would like to delete it. This quick article show how to do the trick...
http://tugberkugurlu.com/archive/how-to-delete-a-previously-created-cookie-with-c-sharp-asp-net-deleting-cookie-asp-net
1 comment
2416 times
After you read this article, you will be able to use the 'Switch Case' Function on your C# Projects. This function becomes so handy with DropDownList & RadioButtonList !
http://tugberkugurlu.com/archive/how-to-use-c-sharp-c-sharp-switch-case-switch-case-samples
4 comments
6689 times
This article will give you an idea to validate a checkbox in ASP.Net 3.5 ! It is so easy to implement and so handy to use !
http://tugberkugurlu.com/archive/how-to-validate-a-checkbox-in-asp-net-3-5-checkbox-validation-control-sample-code-in-asp-net-c-sharp-c-sharp-and-visual-basic
14 comments
18397 times
|
Connect With MeTagsArchive
Blogroll |
