
Search In
While writing codes in MVC we use different way to interact with the database.
Then we can use LINQ for doing it in the database it will make our code easy to read and make the manipulation easy and faster.
First we will create a Da
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
Protocols
Protocols are the set of standards that is followed while making any communication in the network.
Any node in the network cannot send or receive the data without following the protocols defined for the networking process.
Over the past decade, many organizations have adopted the Agile development models, for successfully developing software products. Agile Model has various development methodologies which essentially involve iterative and incremental approach to softw
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
In writing the code in MVC we can use the LINQ Language Integrated Query then we use this query for interacting with the database that will make the manipulations easier and time efficient in terms of execution and in terms of programming .
&n
In today's world, we need to display the data in tabular format with edit and delete functionality. For example, in ASP.NET we have Gridview control, which is more simple to achieve this. We have Edit data template and view template in ASP.NET Gr
STUFF():-
STUFF is SQL SERVER function which is used to insert the string in another string. It deletes the specified number of characters from first string and insert the new string in the place of d
Welcome to FindNerd.
Today we are going to discuss settings api functions and how we can use these functions to add extra field on general settings page. Here we will use three functions. Please have a look.
add_settings_secti
Hello Readers,
In this tutorial, i am going to explain How to add a new Custom Shipping Method to existing Magento Installation which will accept value (i.e shipping charges) from System->configuration option. Here i have used Custom as a module n
