Upcoming ASP.NET stories

SimpleImageUpload control available via GitHub and NuGet(github.com)

submitted by CodeCarvingsCodeCarvings(15) 20 hours, 7 minutes ago

SimpleImageUpload is an user control that allows the final user to: - Upload an image to the server - Interactively crop, resize, rotate/flip and color adjust the uploaded image (WYSIWYG) - Automatically apply post-processing filters (e.g.: image resize + watermark) - View a preview of the uploaded image - Edit a previously uploaded image maintaining the image parameters selected in the past (crop coordinates, resize factor, rotation angle, color adjustments, etc.. ) read more...

add a comment |category: |Views: 2

tags: another

ASP.NET Web API Basics(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1347) 21 hours, 56 minutes ago

We have seen that now web is really becoming cross plate form and you can see your services or API can be exposed to any client. Till now one of big challenges is to choose platform for this kind of service. There are so many options available like web services, WCF services,Generic Handlers, directly writing responses on aspx page etc. There are plenty of options available and each one has their own pros and cons. But now we have one simpler answer for that is ASP.NET Web API. What is Web API? ASP.NET Web API is a framework for building web API on the top of .NET framework. It’s a framework for building and consuming web services that can be use at broad range of clients like browsers,tablets phones etc. You can expose JSON or XML whatever you want to use. read more...

add a comment |category: |Views: 4

tags: another

User Password Expired filter attribute with ASP.NET MVC(www.leniel.net)

submitted by lenielleniel(504) 1 day, 1 hour ago

A recent set of requirements I’ve been playing with deals with passwords. This one specifically handles password expiration. Given that I’m working with ASP.NET MVC I know I can rest assured that there’s some great (read awesome) way of implementing a given requirement. This is exactly what happened and I want to show you how to have a clean and beautiful solution to this problem. Read on... read more...

add a comment |category: |Views: 3

tags: another

ASP.NET MVC Performance Profiling(www.adathedev.co.uk)

submitted by AdaTheDevAdaTheDev(123) 2 days, 3 hours ago

The benefits of using MiniProfiler for profiling an ASP.NET / ASP.NET MVC application read more...

add a comment |category: |Views: 8

tags: another

Asp.Net Validation Of ViewState MAC Failed(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1176) 2 days, 9 hours ago

If you are receiving Validation of viewstate MAC failed error in asp.net web application. read more...

add a comment |category: |Views: 4

tags: another

Calling a web service from javascript using XMLHttpRequest(pavanarya.wordpress.com)

submitted by pavanaryapavanarya(131) 3 days, 14 hours ago

In this post we can how to call a web service from javascript using XMLHttpRequest read more...

add a comment |category: |Views: 4

tags: another

Publishing RSS feeds from ASP.NET(www.keivansadra.com)

submitted by techiemaetechiemae(64) 5 days, 22 hours ago

Publishing RSS feeds is a very effective and easy way to get your website's content out there. It helps with SEO, and with your networks. In the previous article, we described how to consume RSS feeds. Now, let's move on to publishing your own content! read more...

add a comment |category: |Views: 7

tags: another

ConfirmButtonExtender With ModalPopUp In GridView Ajax Asp.Net(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1176) 11 days, 4 hours ago

In this example i'm explaining how to implement Ajax ConfirmButtonExtender With ModalPopUp Extender In Asp.Net GridView to show Delete Confirmation before deleting records. read more...

add a comment |category: |Views: 9

tags: another

Windows Dedicated Servers vs. Virtual Private Servers(www.epicwinhosting.com)

submitted by bsenoffbsenoff(1583) 15 days, 13 hours ago

Our friends of Epic Win Hosting spell out all of the differences you need to know about. read more...

add a comment |category: |Views: 200

tags: another

Binding DropDownList With XML File In Asp.Net(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1176) 13 days, 8 hours ago

This Example explains how to Populate Or Bind DropDownList With XML Data From File In Asp.Net Using C# And VB. read more...

add a comment |category: |Views: 3

tags: another

ASP.NET 4.0 WCF RESTful Service(www.zachhunter.com)

submitted by zhunterzhunter(15) 13 days, 17 hours ago

A step-by-step demo of setting up a new ASP.NET Web Application to use a RESTful ".svc"-less WCF Service. read more...

add a comment |category: |Views: 6

tags: another

Client Side Keyword Search with jQuery UI Autocomplete and MVC 4(www.arroyocode.com)

submitted by ArroyocodeArroyocode(101) 13 days, 23 hours ago

Avoid the traditional search field. Improve it with an on-the-fly keyword suggestion dropdown that auto forwards the user to targeted content on selection in addition to standard search from the same user input. read more...

add a comment |category: |Views: 7

tags: another

Hello Services / WCF, WebAPI, REST, JSON And Ajax(www.kendoui.com)

submitted by burkehollandburkeholland(48) 15 days, 1 hour ago

This is the second module in the series "HTML5 Development For ASP.NET Developers". This screencast / post covers how to create RESTful services with WCF WebAPI and how to consume those services with jQuery using JSON serialization. read more...

add a comment |category: |Views: 8

tags: another

URL Routing in .NET 4.0 - SEO Friendly URLs(www.keivansadra.com)

submitted by techiemaetechiemae(64) 15 days, 16 hours ago

There is no doubt that friendly URLs are beneficial for a number of reasons. One of the most beneficial and well-known of these reasons is that it's an important factor in Search Engine rankings. Algorithms deal with words better than cluttered URLs. read more...

add a comment |category: |Views: 11

tags: another

AutoRefresh Or Update GridView Automatically In Asp.Net Ajax(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1176) 16 days, 6 hours ago

This Example describes how to Auto Refresh Or Update GridView Automatically At Regular Interval In Asp.Net Using Ajax And Timer. read more...

add a comment |category: |Views: 8

tags: another

Select GridView Row On Cell Click Without Postback Using JavaScript(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1176) 17 days, 5 hours ago

This Example explains how to Select GridView Row On Click Of Cell Programmatically Without Postback Using JavaScript In Asp.Net. read more...

add a comment |category: |Views: 8

tags: another

Upload Files Asynchronously With JQuery Uploadify In Asp.Net(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1176) 18 days, 4 hours ago

In this example i'm explaining how to Upload Multiple Files Asynchronously In Gmail Style With Progress bar Using JQuery Uploadify Plugin In Asp.Net C# and VB. read more...

add a comment |category: |Views: 5

tags: another