Loading ...
raghav_khunger's ASP.NET Articles | CodeAsp.Net
home
browse
articles
blogs
events
forums
jobs
people
wiki
Login
Register
×
Choose a location:
home
articles
forums
blogs
jobs
events
wiki
people
home
»
articles
articles
most recent
Most viewed
Highest rated
Most commented
PUT vs POST in REST
I have seen many programmers having confusion between PUT vs POST while making REST API It is not mandatory that you have to use both PUT and POST in our application, it depends on what is the requirement. If you want to use "POST" you must have a reason why you opted for "POST" and not "PUT" and a similar question arises while using "PUT". You have to ask y...
Raghav Khunger
· 2 days ago ·
1
·
10589
Post
REST
put
4.6
/5
Avg:
4.6
/5: (
1
votes)
Composite design pattern used in ASP.NET Framework
In this article I will explain one reference of Composite pattern used in ASP.NET framework. We all are familiar with Render method used in ASP.NET. It is the last hook to modify the content which is to be render. ASP.NET uses Composite Design Pattern to work with this render behavior. This pattern is used when there is manipulation of a hierarchical collection of “primitive” and “composite” objec...
Raghav Khunger
· 8/18/2012 ·
0
·
1345
.net
asp.net
composite-design-pattern
design-patterns
0
/5
Avg:
0
/5: (
0
votes)
Design Pattern: State design pattern
The State pattern allows an object to change its behaviour when its internal state changes. This pattern comes under Behavioral Patterns section. This pattern is used to represent the state of an object. By "internal state changes" it means, the object will appear to change its type at runtime
Raghav Khunger
· 12/31/2011 ·
1
·
7285
c#
Design Pattern: State design pattern
4.6
/5
Avg:
4.6
/5: (
6
votes)
JavaScript Design Pattern: Publisher Subscriber Pattern
This pattern enables to build agile software architecture by decoupling items/objects which produce information and items/objects which consume it. The publisher/subscriber pattern is a software design pattern in which an object, called the subject, maintains a list of its observers, and notifies them automatically of any state changes. It is mainly used to broadcast information to multiple subscr...
Raghav Khunger
· 9/22/2011 ·
4
·
6199
javascript design pattern: publisher subscriber pattern
javascript publisher subscriber
javascript publisher subscriber pattern
4.67
/5
Avg:
4.67
/5: (
3
votes)
How to use log4net in ASP.NET
The Apache log4net library is a means to help the programmers output assertions or logs to a variety of output targets. It is very helpful in the cases where you are facing problems with an application and want to log statements to locate the problem. The statements are logged with the help og log4Net during the runtime of the program.
Raghav Khunger
· 9/10/2011 ·
3
·
27062
How to use log4net in asp.net
using log4Net with ASP.NET
3.73
/5
Avg:
3.73
/5: (
2
votes)
Understanding CSS Overflow Property
Recently one of my developers asked me regarding the overflow property of CSS. He was having some confusion regarding various options (visible, hidden, scroll and auto) provided in overflow property. Therefore I decided to write an article on same which will put some light on the overflow property of CSS. While working with HTML pages we all have boxes on it. By boxes I mean to say square or recta...
Raghav Khunger
· 7/21/2011 ·
1
·
5929
Understanding CSS Overflow Property
0
/5
Avg:
0
/5: (
0
votes)
SQLDataSource: Insert, Update and Delete data
In this article I will show how to insert, update and delete data with SQLDataSource control. The SqlDataSource control makes use of ADO.NET classes (System.Data.Odbc, System.Data.OleDb, System.Data.SqlClient, System.Data.OracleClient) to connect to any DB which ADO.NET supports. SqlDataSource control grants you to access and manipulate data with d
Raghav Khunger
· 6/26/2011 ·
3
·
23191
SQLDataSource: Insert
Update and Delete data
3.6
/5
Avg:
3.6
/5: (
1
votes)
Using jqGrid with ASP.NET
In this article I will explain how to use jqGrid with ASP.NET. jqGrid is one of the most popular jquery grid and it is one of the best grid component. With the help of jqGrid wecan represent and manipulate tabular data for representing and manipulating tabular data . The grid is Ajax enabled JavaScript control and data is fetched to the grid via A
Raghav Khunger
· 1/23/2011 ·
11
·
61428
asp.net jqgrid
how to use jqgrid in asp.net
jqgrid demo in asp.net
jqgrid in asp.net
using jqgrid in asp.net
using jqgrid with asp.net
0
/5
Avg:
0
/5: (
0
votes)
Reorder list using jQuery and ASP.NET
In this article I will explain how to reorder list using jQuery and ASP.NET and the saving the item's updated order in the database. The advantage of reordering list with jQuery is that it is light weight, saving of bandwidth and good from user prespective. I have used jQuery UI Sortable List to sort the items. The changes are persisted to database
Raghav Khunger
· 1/21/2011 ·
16
·
27570
jquery reorder list
jquery reorder list and save in database
jquery reorder list asp.net
reorder list using jquery and asp.net
4.6
/5
Avg:
4.6
/5: (
1
votes)
Check username availability using jQuery and ASP.NET
In this article I will show how to check username with jQuery and ASP.NET. This will let the users know if a particular username is available or not during the process when they are filling out the registration form. In tradtional way if you are going with normal postback , that will irritates the user as the passowrds fields would become empty on
Raghav Khunger
· 1/14/2011 ·
8
·
15548
check username availability jquery
check username availability jquery and asp.net
jquery check username exists
username check availability jquery
0
/5
Avg:
0
/5: (
0
votes)
Why do we need flags attribute on enums
In this article I will explain what and where is the use of flags attribute in enums. By setting the flags attribute over the enum, each enum value will be treated as bitflag pattern. Enum should have flags attribute present only if each value defined in the enumeration is a power of two, or a combination of defined values. Enum should have flags a
Raghav Khunger
· 1/2/2011 ·
1
·
3178
c enum flags attribute
enum flags
enum flags attribute
enum flags attribute c
0
/5
Avg:
0
/5: (
0
votes)
How to shorten url with jQuery
In this article I will show how to shorten url with jQuery. I am going to use bit.ly api to shorten the urls. I have made a custom jQuery plugin which will use bit.ly API to shorten the longurl. URL shortening is a technique on the World Wide Web in which a URL is made shorter in length. An HTTP Redirect is made from short name link domain to the
Raghav Khunger
· 12/25/2010 ·
1
·
8049
3.6
/5
Avg:
3.6
/5: (
1
votes)
Calling web service using jQuery in ASP.NET
In this article I will show how to call ASP.NET webservice using jQuery. Webservice call using jQuery will let you to prevent the re-rendering the entire content of the page. The request is made partially and you can replace the content of the page without postback. Thus increasing usability and leads to less data transfer for the same cause
Raghav Khunger
· 11/21/2010 ·
5
·
137476
call webservice from jquery
Calling web service using jQuery
how to call webservice from jquery
0
/5
Avg:
0
/5: (
0
votes)
Cascading dropdownlist using jQuery and ASP.NET
In this article I will show how to implement jQuery cascading dropdownlist using jQuery and ASP.NET. Cascading drodpdownlist means when one dropdownlist is dependent on other dropdownlist. Let's take a common example of Country, State and Metro. Each country has its own states and each state has its own metros. So in many occasions we need three dr
Raghav Khunger
· 11/5/2010 ·
7
·
16876
Cascading dropdownlist using jQuery and ASP.NET
jQuery cascading dropdownlist
4.6
/5
Avg:
4.6
/5: (
1
votes)
Using jQuery Autocomplete in ASP.NET
In this article I will show how to use jQuery Autcomplete in ASP.NET application. Autocomplete is one of the most needed feature while making applications where user demands the auto predicting feature when he types something in the input textbox.
Raghav Khunger
· 10/31/2010 ·
18
·
29129
Using jQuery Autocomplete in ASP.NET
4.6
/5
Avg:
4.6
/5: (
1
votes)
jQuery : jqGrid with C# Asp.net
Using jqGrid with asp.net
Shaitender Singh
· 9/20/2010 ·
24
·
38413
0
/5
Avg:
0
/5: (
0
votes)
ASP.NET Horizontal Menu Control
An article on how to put together ASP.NET horizontal Menu control with access key and target window support
Bryian Tan
· 8/19/2010 ·
0
·
5554
0
/5
Avg:
0
/5: (
0
votes)
Html5 : Create html page using Html5 and CSS3
HTML5 will be the new standard for HTML, XHTML. HTML 5 introduces a whole set of new elements that make it much easier to structure pages. Through this article you know about html5 elements and how to create your own page in html5.
sarika pandey
· 7/24/2010 ·
2
·
4432
0
/5
Avg:
0
/5: (
0
votes)
Caching in ASP.NET
In ASP.NET data access is very slow operation that can effect to your web applications performance. If you want to improve your web applications performance, your data access shouldn’t use database at all. So if you don’t use database then how you can manage your data. Here you can use Caching. You can cache your database records in memo
mohit kumar
· 6/29/2010 ·
4
·
2389
Cache
0
/5
Avg:
0
/5: (
0
votes)
jQuery : How to avoid jquery clash with other libraries
Avoid clash between jQuery with other libraries like YUI, Prototype or Moo tools
Shaitender Singh
· 6/23/2010 ·
0
·
5626
jquery
Mootools
Prototype
YUI
0
/5
Avg:
0
/5: (
0
votes)
Parallel programming is not always the fastest way
This Article demonstrate use of Parallel.For in different situation and it's performance in different situation.
Prahlad Kumar
· 6/21/2010 ·
0
·
1483
0
/5
Avg:
0
/5: (
0
votes)
Introduction of Hashtable
Hash table is a collection class where objects are stores with key/value pair,key cannot be null, but value can be null. This comes under the System.Collections namespace.In Hash table each element is in key/value pair and store in DictionaryEntry objects.Data type of the hashtable is Object and the default size is 16.
Vijendra Shakya
· 6/9/2010 ·
1
·
5416
asp.net
c#
collection
Hashtable
0
/5
Avg:
0
/5: (
0
votes)
How to integrate Cute Chat Web Messenger in ASP.Net Application.
In this article you will get to know about how to integrate Cute Chat Web Messenger with Asp.net application.
Sumit Arora
· 6/4/2010 ·
0
·
6618
asp.net
cute chat web messenger
0
/5
Avg:
0
/5: (
0
votes)
ViewState Management in ASP.NET 4.0
This article explains the new property ViewStateMode regarding ViewState management in ASP.NET 4.0
Samir NIGAM
· 6/2/2010 ·
0
·
2348
0
/5
Avg:
0
/5: (
0
votes)
Introduction of LINQ
“LINQ provides uniform way to perform action on any object which Implements the IEnumerable
OR IQueryable
interface with different type of data sources.” LINQ is the new feature which is available in .Net 3.0 and onwards.LINQ stands for “Language Integrated Query”.
Vijendra Shakya
· 5/1/2010 ·
4
·
6076
asp.net
c#
LINQ
LINQ TO SQL
LINQ TO XML
0
/5
Avg:
0
/5: (
0
votes)
Page 1 of 3 (73 items)
« Previous
1
2
3
Next »
Go to page:
[Go]
Filter articles
Tags
asp.net
Calendar
mvc3
control
scheduler
c%23
mvc
event
booking
Gridview
jquery
tutorial
razor
Readonly+textbox
rental
reorder+list+using+jquery+and+asp.net
sageframe
put
Excel
collection
Category
--- all categories
.NET
ASP.NET
Hardware
JavaScript
Windows
Publish date
Top Producers
Raghav Khunger
32 articles
Vivek Thakur
9 articles
Vijendra Shakya
4 articles
Bryian Tan
3 articles
Matthew Harris
2 articles
Shaitender Singh
2 articles
Tim Eisenhauer
2 articles
sarika pandey
2 articles
mohit kumar
2 articles
Samir NIGAM
2 articles
Quick Vote
What kind of email newsletter would you prefer to receive from CodeAsp.Net?
18
A monthly digest
A weekly digest
A daily digest
All of the above
None of the above
×
Loading ...