(Ramana Kumar Akula) Let me justify why i choosed these technologies for developing a sample Reservation application.
Tag: Development
Asp.net Textbox With Clear Button in JQuery | Clearable Textbox With JQuery Plugin
(Suresh Dasari) In this article I will explain how to implement clearable textbox or textbox with clear button in JQuery using asp.net.
Capturing Document-Click Events With AngularJS
(Ben Nadel) As I have been trying to learn AngularJS, one of the biggest stumbling blocks [for me] is the extreme separation of the Controller layer from DOM (Document Object Model) manipulation. In an AngularJS application, none of the Controllers are supposed to touch the document in anyway; all m
Building an ASP.NET Web Api RESTful service
(Zoran Maksimovic) In this short tutorial I will show how to create quickly a RESTful service by using Visual Studio 2012, ASP.NET Web API and Fiddler.
Databinding a ListView with Mono for Android
(Wallace McClure) The world lives on data. Data is all around us and in many forms: salespeople need to know what customers have spent; twitter users want to know what their friends are saying. How do we as developers present data to a user? In Android, we use the ListView in its various forms. In
Working with Hashtables in .NET
(Hannes Du Preez) There are millions of Namespaces in the .NET Framework, as we all know. Coming from a VB 6 background, I was accustomed to arrays and arrays only. Luckily all has changed with .NET, in that the .NET Framework supports Collections.
Deep Dive into ASP.NET Bundling and Minification
(Mira Javora) In the previous post, I went on about how to use System.Web.Optimization library to minimize your page load times. However, the new library offers quite a lot of extensibility and even if you don’t want to use the default minification, you can still use the framework.
How to Drag and Drop in TextBox using VB.NET
This topic helps to drag drop text content from one TextBox to another TextBox using VB.NET.
ASP.NET 4.5 Hosting: Filtering using Model Binding in ASP.NET Web Forms
(Sandeep Mukhela) In ASP.NET 4.5, we are provided with the ‘System.Web.ModelBinding’ namespace. This namespace contains value provider classes e.g. ControlAttribute, QueryStringAttribute etc. These classed are inherited from ‘ValueProviderSourceAttribute’.
Creating a Secure Textbox
(Richard Carr) The SecureString class holds confidential information in an encrypted format, reducing the risk that the information could be obtained by reading a computer’s memory directly. However, there is no easy way to obtain the secure information from a user.
