Fairfeeds.com - Stories tagged with .NET
2
Votes

Web 2.0 | Custom Sorting with Jquery UI

published 858 days, 23 hours, 58 minutes ago posted by farooqkaiserfarooqkaiser 868 days, 20 hours, 33 minutes ago
Tuesday, September 29, 2009 5:04:12 PM GMT Saturday, September 19, 2009 8:28:26 PM GMT
In this article, i will examine how to build custom sorting Using Jquery UI. The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse. Please see here for more details. In my demo application i will create an XML file to store the custom settings that will hold the sorting order. Here is our XML File. (more)
Category: Technology | Clicked: 2 | Comment | | Source: www.fairnet.com
Tags: .NET, ajax, ap.net, C#, Linq
2
Votes

Web 2.0 | The ABC of WCF

published 864 days, 2 hours, 57 minutes ago posted by farooqkaiserfarooqkaiser 873 days, 22 hours, 50 minutes ago
Thursday, September 24, 2009 2:04:34 PM GMT Monday, September 14, 2009 6:11:31 PM GMT
WCF is Microsoft's next-generation programming platform and runtime system for building, configuring and deploying service-oriented applications. It enables developers to build secure, reliable, transacted solutions that integrate across platforms and interoperate with existing investments. Most of the WCF functionality is included in a single assembly called System.ServiceModel.dll, located in the System.ServiceModel namespace. What are the ABCs of WCF? ABC stands for address, binding, and contract, t... (more)
Category: Technology | Clicked: 1 | Comment | | Source: www.fairnet.com
Tags: .NET, C#, WCF, WebService
2
Votes

Web 2.0 | Localizing ASP.NET MVC

published 872 days, 22 hours, 37 minutes ago posted by farooqkaiserfarooqkaiser 881 days, 14 hours, 8 minutes ago
Tuesday, September 15, 2009 6:24:57 PM GMT Monday, September 07, 2009 2:54:18 AM GMT
Localization is the process of customizing your application for a given culture and locale. The .NET framework offers the following namespaces and classes to facilitate the localization.System.Globalization (The System.Globalization namespace contains classes that define culture-related information, including the language, the country/region, the calendars in use, the format patterns for dates, currency, and numbers, and the sort order for strings) CutureInfo Provides information about a specific culture... (more)
Category: Technology | Clicked: 2 | Comment | | Source: www.fairnet.com
Tags: .NET, ASP.NET MVC, C#, Localization
1
Votes

Web 2.0 | Implementing HTTP File Upload with ASP.NET MVC

published 910 days, 48 minutes ago posted by farooqkaiserfarooqkaiser 912 days, 3 hours, 14 minutes ago
Sunday, August 09, 2009 4:13:24 PM GMT Friday, August 07, 2009 1:48:04 PM GMT
In this article, I will explore how to upload a file using ASP.NET MVC. Since MVC framework does not use server control, so it will be interesting to see how file upload works in MVC. Here is my view that renders a form for uploading files (more)
Category: Technology | Clicked: 0 | Comment | | Source: www.fairnet.com
Tags: .NET, ASP.NET MVC