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

Search In

Java 8 Vs Java 9 : Strengthining the Features of Interface

Java 8 came with the enhanced functionality to the Interfaces. Prior to Java 8, interfaces were contracted only with the abstract methods and subclass was obliged to implement the contract. Child class has to implement the abstract functions in order

Reasons That Show the Importance of Technology in Business

  Have you ever considered the benefits of technology in business? There are various benefits of technology. Look at it from a broader perspective. In the current setting, our lives depend on it. It means that technology has resounding benefi

Findnerd Product Release - 22-March-2022

Important Notes Please ensure that you clear the browser cache to ensure proper functioning of the changed user interface. Steps to clear browser cache : press Ctrl-Shift-Delete (Windows) or Command-Shift-Delete (Mac). Select ‘Cookies a

LINQ in MVC

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

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

LINQ Update in MVC

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

  • 120
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

What is optional paramter in c#

The concept of optional parameter was introduced in C#4.0. Optional parameters enables you to pass the only required parameters. Each optional parameter has its default value, if no value is passed for this default parameter then its default value wo

Learn How to Export & Consume Modules in Node.js

What is node js module? In node js module are JavaScript libraries, or set of functions you want include in your application. Also, each module can be placed in a separate.js file under separate folder. Node js module make your application more stru

Network Topologies

A network topology is the geometric arrangement of nodes and cable links in a LAN,     There are mainly three topology in the networks . These are start ring and bus Star, in a star topology each node has a dedicated set of wires conne

  • 281
1 6 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: