Tag - ASP NET
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
We will see how we can involve action selection process in ASP.NET MVC with ActionNameSelectorAttribute with a real world use case scenario.
http://tugberkugurlu.com/archive/involving-action-selection-process-in-asp-net-mvc-with-actionnameselectorattribute
0 comment
597 times
We will see how API key authorization (verification) through query string would be implemented In ASP.NET Web API AuthorizationFilterAttribute
http://tugberkugurlu.com/archive/api-key-authorization-through-query-string-in-asp-net-web-api-authorizationfilterattribute
5 comments
5265 times
In this post, we will create RouteDataMapping. This custom MediaTypeMapping will allow us to involve the decision-making process about the response format according to RouteData values.
http://tugberkugurlu.com/archive/asp-net-web-api-custom-routedatamapping-mediatypemapping
2 comments
692 times
We will see how Content-Negotiation (Conneg) Algorithm works on ASP.NET Web API with MediaTypeFormatters and MediaTypeMappings
http://tugberkugurlu.com/archive/asp-net-web-api-mediatypeformatters-with-mediatypemappings
1 comment
1360 times
In this post, you can make Autofac work with ASP.NET Web API System.Web.Http.Services.IDependencyResolver. Solution to the 'controller has no parameterless public constructor' error.
http://tugberkugurlu.com/archive/autofac-and-asp-net-web-api-system-web-http-services-idependencyresolver-integration
4 comments
1066 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
I would like to point you those resources (Tutorials, Videos, Samples) in order to get started with ASP.NET Web API.
http://tugberkugurlu.com/archive/getting-started-with-asp-net-web-api-tutorials-videos-samples
9 comments
17931 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
1034 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
2173 times
See how WCF Web API Plays Nice With ELMAH. This blog post is a Quick introduction to WCF Web API HttpErrorHandler
http://tugberkugurlu.com/archive/wcf-web-api-plays-nice-with-elmah-a-quick-introduction-to-wcf-web-api-httperrorhandler
4 comments
6258 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
1665 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
2045 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
7265 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
6094 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
5095 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
1 comment
1555 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
4 comments
3225 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
24332 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
12884 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
Couple of days ago I took the Exam 70-515, TS: Web Applications Development with Microsoft .NET Framework 4 and I am gonna walk you through it in this post
http://tugberkugurlu.com/archive/mcts-70-515-failed-but-i-m-gonna-beat-it-next-time-throughout-mcts-exam-overview-and-experience
6 comments
11082 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
21803 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
Solution to an annoying error message! You are getting 'Could not write to output file 'c:\Windows\Microsoft.NET\Framework\....' message? You are at the right place.
http://tugberkugurlu.com/archive/local-iis-7-0-cs0016--could-not-write-to-output-file-microsoft-net-framework-v4-0-30319-temporary-asp-net-files
11 comments
9392 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
15916 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
4840 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
1308 times
SQL Injection and Lethal Injection... They are both dangerous and they can be easily fatal. But how? What is SQL Injection and how it can effect my project? The answers are in this blog post.
http://tugberkugurlu.com/archive/sql-injection-vs-lethal-injection-protection-against-sql-injection
6 comments
5963 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
19596 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
4136 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
12720 times
Sometimes we get sick to put our avatar pic. to every web site that we have registered to view our avatar. In this point gravatar.com helps us.
http://tugberkugurlu.com/archive/is-there-anybody-out-there-who-doesn-t-have-gravatar
2 comments
1408 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
On the 17th of Sepetember in 2010, Microsoft released a advisory for a very serious ASP.NET vulnerability which will cause to view data, such as the View State
http://tugberkugurlu.com/archive/asp-net-security-vulnerability-has-been-detected-by-microsoft
3 comments
1002 times
Country DropDownList for Asp.NET developers ! Save a lot of time by copying and pasting this code to your application for a country dropdownlist. Do not create it from scratch :)
http://tugberkugurlu.com/archive/country-dropdownlist-listitems-of-a-country-dropdownlist-includes-all-countries-country-dropdownlist-component
4 comments
1361 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
ASP.Net Chart Control On Shared Hosting Envronment (Parser Error) - Deployment of Chart Controls On Shared Hosting Environment Properly...
http://tugberkugurlu.com/archive/asp-net-chart-control-on-shared-hosting-environment-chartimagehandler-parser-error-problem-solution
57 comments
22705 times
|
Connect With MeTagsArchive
Blogroll |
