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

Search In

Type casting in C

Type casting is to change the  data type of a variable according to programming need.   Type casting is done to assign values to dissimilar data type or to perform manipulation over dissimilar data type.       Type ca

Direct vs. Indirect Routing

  Direct routing is the process of sending data to the same network or we have the sender and the receiver at the same point.     When the packet needs to be send in  the same network means the source and the destination are a

  • 7.17k
View Without Controller Action in ASP.NET MVC

View Without Controller Action in ASP.NET MVC   In MVC, the request from browser actually comes in the form of "controllername/actionname" where the request is actually directed to actionname in the controller which then capable

Using Webstorm For NodeJS

Webstorm is an IDE developed by JetBrains in order to help quick development with Javascript.  To start using Webstorm on linux machine we 

How to post images on Whatsapp from another android application

This tutorial will help you share image and text on whatsapp from other android application. We can do it by adding filter to intent, where we will provide package name of the application. In my code I am sharing image stored on drawable folder, you

Binding values at runtime using directives in .NET

In writing codes in the .NET framework, we can do the bindign of data at the way in which the values gets binded according to the dataset received and the column generation is being made automatically.       But in that case, we ne

Data Reader in ADO.NET

DataReader Object in ADO.NET is forward only stream based that do not update the data.   The DataReader cannot be created directly from code, they can be created by calling Execute Reader method.   Data Reader in ADO is mostly used whil

  • 139
Validation Group in asp.net

Validation group in asp.net helps to validate controls in a group. we can define any number of validation group on a page as per requirement. Each validation group will work independently than other. We set a ValidationGroup property with the same na

Checkbox validation with Html5

Hello Readers!   In my earlier blog post, I explained about the checkbox validation using Javascript. This blog post will explain you the same thing using HTML5. Let me give a brief overview of checkbox validation here too. While filling an o

Working with Oracle in ADO.NET

While working with ADO.NET ActivexDataObject we use datasources for retrieving ,updating,inserting and deleting data.   Oracle is most used database in the modern industry. In Ado.net to make connection we can have multiple options. For this p

1 36 44
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: