RSS Feed




More...



New!!! Stay tuned with more options
Want to stay tuned with latest happenings on our website? Now you have more than one options - RSS, Twitter, Facebook subscription, Google+ and FeedBurner Email subscription. Opt for one or more of these options as per your preference and be informed about new additions and interesting updates to the website. Click here to know about available subscription options.

Latest Articles

Using BrowserID Authentication in ASP.NET Web Sites
Using a single user ID and password across multiple web sites is not a new idea. Software companies have played with this idea with varying success. Unfortunately developers often find it complicated to implement support for these systems in their ASP.NET web sites. That is where Browser ID initiative from Mozilla Labs shines. Browser ID offers a simple way of authenticating users of your web site using their single sign-on credentials. Under Browser ID scheme, users can use any verified email address as their user ID. The actual login credentials are not stored in your database but in the Browser ID system. Thus users are free to use a single user ID and password across all the web sites that support Browser ID. In this article you will learn to use ASP.NET Forms Authentication and Browser ID hand in hand.
Posted On : 01 May 2012
Using Model Binding in ASP.NET Data Controls
ASP.NET Web Forms became popular due to the wide range of data bound controls such as GridView, DetailsView and ListView. The earlier versions of ASP.NET, however, were a bit rigid about how data was bound to these controls. Most of the time developers had to use one or the other data source control (SQL Data Source, Object Data Source, Entity Data Source etc.) to bind data from the underlying data store with the data bound controls. ASP.NET 4.5 provides a flexible alternative to data bind these controls - model binding. Using the new model binding features you can use methods instead of data source controls to perform CRUD operations. This article explains how the new model binding features can be used. You will also learn to use strongly typed data controls.
Posted On : 19 Apr 2012
Tapping the Juice UI with ASP.NET
jQuery and jQuery UI are quite popular JavaScript libraries amongst ASP.NET developers. jQuery UI provides several widgets and plugins that help you develop professional looking websites quickly and easily. Though ASP.NET developers have been using jQuery UI in their websites, one downside of the jQuery UI from an ASP.NET perspective is that it is purely a client side library. ASP.NET web forms often rely on server side processing, and configuring the jQuery UI widgets can become tedious in such cases. Juice UI attempts to provide a solution in such cases. Juice UI essentially acts as a wrapper over jQuery UI widgets so that they can be accessed in your server side script just like any other server control. This article gives you a quick overview of Juice UI components and shows how they can be used in ASP.NET Web Forms applications.
Posted On : 12 Apr 2012
Applying AJAX to your ASP.NET Web Sites Using jQuery
With more and more web applications making use of jQuery and AJAX based techniques for communicating with the server, it has become important for any ASP.NET developer to have good grasp of jQuery AJAX techniques that can be used in ASP.NET. AJAX allows you to communicate with the server without requiring full page post back. AJAX requests perform some operation in the background while a user is still working with a page. AJAX techniques not only improve the overall performance of your web application but they can also make your web pages more responsive. jQuery offers a variety of ways to make AJAX calls to the server and this article discusses many of them as applicable to ASP.NET.
Posted On : 06 Apr 2012
Working with Asynchronous Operations in ASP.NET MVC
Whenever you call action methods in an ASP.NET MVC application, by default they are executed in synchronous fashion. In order to improve the overall performance and responsiveness of your application you may wish to execute the code asynchronously. You may execute code asynchronously from two distinct places - server-side and client-side. This article discusses both of these scenarios and shows how to create asynchronous controllers and use SessionState attribute.
Posted On : 27 Mar 2012
Using Areas in ASP.NET MVC Application
ASP.NET MVC relies on certain folder and class naming conventions to organize models, views and controllers. A large application often consists of functionally independent modules with the result that the main application is essentially a bundle of these sub-applications. In such cases, organizing various models, views and controllers can be tedious. Luckily, ASP.NET MVC allows you to split your application into what is known as Areas. Each area mimics the folder structure and conventions as required by ASP.NET MVC. This article shows you how Areas are used in an ASP.NET MVC application.
Posted On : 20 Mar 2012
Confirming Delete Operations in ASP.NET MVC
Seeking confirmation of some important action, such as deleting a record, is a common practice in web applications. There are two common approaches to seek confirmation from the end user. In the first approach a dialog box is displayed to the user seeking his consent to perform the delete operation and in the second approach the user is shown a separate confirmation page. In the former approach the control remains in the page where deletion is taking place whereas in the latter case control moves to a confirmation page and the actual deletion operation happens in the confirmation page. This article illustrates how both of these techniques can be implemented in ASP.NET MVC.
Posted On : 06 Mar 2012
Using HTML5 Drag and Drop in ASP.NET
Drag and drop operations are common in desktop applications. Modern web applications also try to harness the ease and power of drag and drop operations to provide enhanced user experience. Web developers often resorted to JavaScript based libraries or custom techniques for enabling drag and drop behavior in their applications. Luckily, HTML5 comes with an inbuilt support for drag and drop. Using drag and drop features, you can drag an HTML element and drop it onto another. In the process you can also pass data from the source element to the target element. Integrating drag and drop with server side processing allows you to provide rich user experience. This article illustrates how HTML5 drag and drop features can be used in an ASP.NET website.
Posted On : 06 Mar 2012
Installing Windows 8 Consumer Preview using VirtualBox
Finally I decided to try out Windows 8 Consumer Preview yesterday. I skipped Windows 8 Developer Preview earlier so wanted to try CP for the sake of getting familiarize with Windows 8 and Metro interface. I encountered a few glitches while making it up and running so though of writing this post just in case somebody else is also facing the same problems.
Posted On : 03 Mar 2012
Implementing AutoPostBack in ASP.NET MVC
ASP.NET Web Forms allow you to automatically post a form back to the server when the selection in a DropDownList control changes. This is achieved by setting the AutoPostBack property of the DropDownList control. The AutoPostBack feature is a handy way to refresh a page when data being displayed is dependent on the selection made in the DropDownList. In ASP.NET MVC applications you need to add this feature programmatically since they often use plain HTML markup to render a DropDownList. This article explains how AutoPostBack can be implemented in ASP.NET MVC.
Posted On : 18 Feb 2012

Tag Cloud

.NET Framework Administration ADO.NET AJAX Architecture ASP.NET C# Components Configuration Custom Controls Data Access Data Controls Deployment HTML5 JavaScript jQuery LINQ Multithreading MVC Performance Programming Languages Projects Reviews Security Server Controls SQL Server VB.NET Visual Studio WCF Web Forms Web Services Windows Windows Forms XML


Copyright (C) bipinjoshi.net. All rights reserved.
Contact Us
Read Copyright & Terms Of Use
Hosted By DiscountASP.net