Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Bind RSS Feeds to Repeater Control

Hi All, RSS feeds are the Rich Site Summary feeds, benefit users who want to receive timely updates from favorite websites or to aggregate data from many sites. Here i am using ABC News RSS feeds to get the news Update. A particular RSS feeds are on

Proxy Servers

While making requests to a server you never thought how that request gets fulfilled .   For ex : If you are accessing the Gmail its main server will be out of India so if its out of india how the processing is so fast that we get data in less

  • 173
SqlCommand class in ADO.NET

While working with ADO.NET you need to understand the thing why SqlCommand is used.   We have two kind of operations related to database:   1 That will make changes in the database  Insert Update Delete   2 That will n

What is checked keyword in c#

Arithmetic operations are very basic in every strongly type programming languages. We will oftenly save the result of this arithmetic computation in certain type of variable.  Suppose if I am adding two integers then i will save the result in in

Parallel Programming with .NET

There might be some scenario in your code, where some of the tasks should be performed in the background without affecting the current task. Some time we have scenario, where we needed to fire the function, which consists of some function call, where

Understanding STD: Definition, Formulas, and Solved Problems

 Standard deviation is a measure used in statistics to understand how spread out or dispersed a set of values is from their average or mean. It helps us grasp the variability within a dataset, showing the extent to which individual values differ

What are the Core Benefits of Automation Testing

If you are a programmer, you will undoubtedly be used to the annoying and ungrateful task of testing your code over and over again until you make sure it works. What's more, you should also make sure that your program does exactly what you want i

LINQ Delete in MVC

While working in MVC we use LINQ to make our task easier and to make the manipulations easier   First we will create the action for doing this task.   [HttpPost] public JsonResult Remove(int id) { n

Understanding Partial View from Beginning in MVC

Partial View in MVC is used when we want to use section for the master or the main page again and again.   It is just like a user control that is used to display or get data in the view that we want.   So as a beginner, you first need t

Binding Jquery Grid Dynamically in MVC

In MVC while making bindings with the data into the collective form as in the table usually with the JQuery functionality is easy to use.   First you will download and include the CSS and scripts for it       The files rel

  • 332
1 8
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: