TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About proto
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (5)
Najath Risni (2)
Sarthak Varshney (2)
Saravanan Ganesan (2)
Sourav Kayal (2)
Jin Vincent Necesario (2)
Amit Choudhary (2)
Lalit Bansal (2)
Stephen Simon (2)
Mohammad Irshad (2)
Abhishek Kumar Ravi (2)
Ahsan Siddique (2)
Shweta Lodha (2)
Ramesh Kartik (2)
Destin Joy (2)
Gustav Stiegr (1)
Shubhankar Banerjee (1)
C# Curator (1)
Harshal Limaye (1)
Aneez A (1)
Maruthi Palllamalli (1)
Anjali Joshi (1)
Ripon Datta (1)
Periyasamy Vellingirisamy (1)
Bishwanath Dey Nayan (1)
Anupam Maiti (1)
Vitalii Honcharuk (1)
Divya Sharma (1)
Nikunj Satasiya (1)
Ahmar Husain (1)
Ajay Mor (1)
Aman Gupta (1)
Sachin Kalia (1)
Shivanand Arur (1)
Ramaprasad Upadhyaya (1)
Afzaal Ahmad Zeeshan (1)
Guest User (1)
Kamal Rawat (1)
Ramasagar Pulidindi (1)
Sukanya Mandal (1)
Mahak Gupta (1)
Venkatesh Kumar (1)
Dhanush M (1)
Sibeesh Venu (1)
Prabhakar Maurya (1)
Pravesh Dubey (1)
Imran Ghani (1)
Shivprasad Koirala (1)
Prasad Raveendran (1)
Sukesh Marla (1)
Mehreen Tahir (1)
Henry He (1)
Kailash Chandra Behera (1)
Avirup Basu (1)
Nilesh Jadav (1)
Debendra Dash (1)
Manas Mohapatra (1)
Pankaj Kumar Choudhary (1)
Asma Khalid (1)
Anupam Singh (1)
Ibrahim Ersoy (1)
Jignesh Trivedi (1)
Sekhar Srinivas (1)
Santosh Kumar Adidawarpu (1)
Sateesh Arveti (1)
Prakash Tripathi (1)
Ravi Kandel (1)
Suresh M (1)
Vithal Wadje (1)
Akshay Patel (1)
Deepak Kumar Jena (1)
Marcus Santodonato (1)
Ehtesham Mehmood (1)
Amalendu Dey (1)
Shashank Srivastava (1)
James Gibson (1)
Anubhav Chaudhary (1)
Sachin Bhardwaj (1)
Deepak Middha (1)
Mahesha Channabasappa (1)
Anand Narayan (1)
Tulasi Guraja (1)
Related resources for proto
No resource found
How to Create and Configure DHCP Scope?
11/28/2023 7:16:44 AM.
This article provides a comprehensive guide on creating and configuring DHCP (Dynamic Host Configuration Protocol) scope efficiently. DHCP is vital for automatically assigning and managing IP addresse
How to Install DHCP Service in Windows Server?
11/27/2023 5:06:34 AM.
Learn how to install the Dynamic Host Configuration Protocol (DHCP) on Windows Server 2019. This step-by-step guide ensures a proper setup and understanding of DHCP service installation.
NSX-T 4.0 Features and Updates: Revolutionizing Network Virtualization and Security
10/20/2023 10:11:46 AM.
This article introduces readers to VMware NSX-T 4.0, explores its key features and updates, and provides examples of how it impacts network virtualization and security. You can further expand on each
ASP.NET Core Web API Development with Onion Architecture using Prototype Design Pattern
10/9/2023 8:44:38 AM.
ASP.NET Core Web API using the Onion Architecture and Prototype Design Pattern. Note that this example is simplified for demonstration purposes, and in a real-world scenario, you might want to add mor
Using MockingContext: A Flexible IServiceProvider Implementation in C#
10/3/2023 5:43:56 AM.
Explore the MockingContext class: a custom implementation of the IServiceProvider interface in C#. Learn how this class provides an efficient way to automatically instantiate or mock services on-the-f
Real-time Communication with WebSocket Protocol in ASP.NET Core
9/4/2023 5:13:27 AM.
This example provides a foundational structure for real-time communication in ASP.NET Core using WebSockets. You can expand upon this foundation to create more complex real-time applications, such as
Exploring Fusion of CAN Bus and Azure IoT for Bridging
8/31/2023 5:43:19 AM.
Unlocking Smart Industry with Azure IoT and CAN Bus Integration: Real-time data collection and cloud-powered analytics revolutionize decision-making, efficiency, and predictive maintenance across sect
Legacy Modbus Devices Connected to Azure IoT
8/22/2023 6:32:13 AM.
Discover the fusion of Modbus, a time-honored protocol in industrial automation, with Azure IoT. Seamlessly connect legacy systems to cloud services for insights, efficiency, and transformative power.
Building Custom Middleware Components for Logging, Error Handling, and Request/Response Modification
8/9/2023 5:05:33 AM.
ASP.NET Core to handle cross-cutting concerns like logging, error handling, and request/response modification:
What are Functional Requirements?
7/31/2023 5:52:22 AM.
Functional Requirements of the system are a very critical part of the system in which we defined the overall functionality of the system. Functional Requirements define the behavior of the system mean
Entering the Next Phase with Polygon 2.0
7/27/2023 9:45:57 AM.
Polygon 2.0: Game-changing blockchain platform offering scalable dApps. Enhanced protocol architecture, POL tokenomics, and decentralized governance.
Software Prototype Used In Software Development
6/28/2023 6:25:48 AM.
Software Prototypes is the process of building the working model of software that is under development. But prototype may not be holding the exact functionality of the real software product. Software
What Is The Purpose Of The 'Prototype' Property In JavaScript?
3/17/2023 10:22:41 AM.
What is the 'prototype' property in JavaScript and how to use it in your web page.
Understanding The Prototype Chain In JavaScript
3/16/2023 10:35:27 AM.
In this post, we'll go over a short overview of prototype chain in JavaScript, and will understand how the prototype chain works.
Design Pattern For Beginner- Part-3: Prototype Design Pattern
1/27/2023 10:53:58 AM.
In today’s article we will learn one more very common design pattern called Prototype design pattern.
MQTT Vs AMQP - A Basic Comparison
8/2/2022 10:25:16 PM.
In this article, we will compare the fundamental differences between MQTT and AMQP.
FTP Using C# .NET
2/10/2022 10:59:11 AM.
In this article you will learn about File Transfer Protocol operations using C# .NET.
Protocols In Swift
1/7/2022 5:42:13 AM.
This article explains about protocols and how to implement and extend them in Swift.
How To Make a Chat Application in C#
1/5/2022 7:32:25 AM.
In this article I will show you how to make a chat application in C#,
Generic Implementation For Serializer/Deserializer Using Google Protocol Buffer
9/24/2021 3:35:47 PM.
Serialize or deserialize the input using google protocol buffer library in generic implementation.
Exploring OData Protocol With ASP.NET Core
8/11/2021 8:25:15 AM.
In this article, first we will explore some basic concepts about OData protocol and later on we will try to implement OData for empowering ASP.NET Core Web API.
Web Security Vulnerabilities On SSL/TLS Protocols And Set-Cookie Attributes
7/22/2021 4:36:58 AM.
In this article, you will learn about Web Security Vulnerabilities On SSL/TLS Protocols And Set-Cookie Attributes.
RESTful API Additional Standards And Protocols
7/9/2021 10:19:38 AM.
In this article, I collected basic info about 4 related to RESTful API standards and protocols that are widely used, such as OData, JSON:API, JSON Schema, OpenAPI.
What Is Storage Area Network And Storage Protocols
5/23/2021 2:47:46 AM.
In this article, you will learn what is Storage Area networks and Storage Protocols?
JavaScript Sort In A Nutshell
4/26/2021 2:26:53 PM.
JavaScript Array sort demystified for you and explains to you its default behavior and shows examples on how to use the comparer functions.
Application State in ASP.Net
4/8/2021 11:39:22 AM.
This article explains the life cycle of Application State; the Global.asax file is also explained with a real-life example.
Error | Object Doesn't Support Property Or Method 'Includes' In Internet Explorer 8
3/10/2021 4:40:43 PM.
In this article, I am going to explain how to fix the error Object doesn't support property or method 'includes' as well as Object doesn't support property or method 'indexOf'
How to Configure FTP Server on Windows
3/9/2021 7:43:21 AM.
How to use FileZilla as a FTP Server and how to use C# as a FTP client.
HTTP Message Handler in Web API: Real Time Implementation of Message Handler
3/3/2021 5:42:16 AM.
In this article, we will see a few real-time applications with a custom HTTP Message Handler.
Handling Range Specific Content Request in WebAPI ASP.Net
2/10/2021 10:08:44 AM.
In this article, we'll talk about downloading the full and partial contents of a file from a server.
gRPC with .net core
1/4/2021 12:26:10 PM.
gRPC with .net core
Prototype Design Pattern With Java
12/30/2020 8:40:30 PM.
In this article, you will learn the Prototype Design Pattern using Java.
Upload a File Using File Transfer Protocol (FTP)
12/30/2020 10:55:22 AM.
This article demonstrates how to upload a file using File Transfer Protocol (FTP).
ASP.NET State Management Techniques
12/7/2020 5:05:25 AM.
This article is for complete beginners who are new to ASP.NET and want to get some good knowledge about ASP.NET State Management.
Remoting in .NET
11/23/2020 9:19:07 AM.
Distributed computing is an integral part of almost every software development. Before .Net Remoting, DCOM was the most used method of developing distributed application on Microsoft platform.
Creating a Server/Client Application Using Only TCP Protocol
11/10/2020 6:45:16 AM.
In this article, I will go through variosu stages of programming a server/client application framework in native .NET framework using TCP protocol only.
Identify If A Variable Is An Array Or Object In JavaScript
10/26/2020 1:25:06 PM.
This article will show and guide you to choose the functions and operators when checking if a variable is an array or object.
Top 3 Reasons Why a Prototype Should Be Prepared Before the MVP
9/8/2020 11:20:07 AM.
In this article, you will learn about Top 3 Reasons Why Prototype Should be Prepared before MVP.
Prototype Vs MVP vs PoC - What's The Best Strategy For Product Market Fit
7/24/2020 8:00:16 AM.
In this article, you will learn about Prototype vs MVP vs PoC: What’s the Best Strategy for Product-Market Fit.
Power of UX Prototyping - AMA
6/12/2020 5:17:33 AM.
Learn why prototyping in important, different tools available, and a lot more in this AMA episode.
Voice of a Developer: Javascript WebSocket - Part 27
6/4/2020 7:52:25 AM.
In this article, we will understand WebSocket that is a new revolution in client server communication. This is Part 27 of the article series.
Prototype In JavaScript
6/2/2020 6:01:52 AM.
In this article, you will learn about prototype in JavaScript.
Properties Of Object.prototype In JavaScript
5/29/2020 4:17:48 AM.
Object.prototype is used to inherit properties and methods to the Constructor method, it may be overridden. We can use any constructor to create the object of another type with the help of Object.crea
Learn How to Build a Rapid POC - AMA
5/27/2020 7:16:49 AM.
Watch this episode of AskMeAnything series to learn how you can build rapid POC.
Prototype Objects in JavaScript
5/1/2020 12:38:29 AM.
This article explains Prototype Objects in JavaScript.
Inheritance and the Prototype Chain in JavaScript
4/28/2020 1:01:55 AM.
This article explains inheritance and the prototype chain in JavaScript.
Internet of Things (IoT) - Part 4 (Network Protocols and Architecture)
4/22/2020 12:22:26 AM.
In this article you will learn Network Protocols and Architecture in the Internet of Things (IoT).
Constructors in JavaScript
4/20/2020 4:30:46 AM.
A constructor is a function that instantiates a new object. This is done only when memory has been allocated for it.
Create gRPC Consoles And WorkerService Client Applications
4/9/2020 8:11:10 AM.
In this article, you will learn how to create gRPC Consolse and WorkerService client applications.
Arduino Temperature Detector Prototype
4/6/2020 1:41:59 AM.
In this article, we are going to read the environment’s temperature, its humidity and show it on a LCD display.
Introduction to Adobe XD
3/28/2020 8:49:06 AM.
This article is about Adobe XD, which is used for multiple purposes.
Xamarin.Forms - Controlling Your PC 🖥️ With Your Phones📱Using TCP/IP Protocol - Part Two
2/13/2020 8:37:30 AM.
In this article, you will learn how to control Your PC ??? With Your Phones??Using TCP/IP Protocol
Xamarin.Forms - Controlling Your PC 🖥️ With Your Phones📱Using TCP/IP Protocol - Part One
2/13/2020 8:33:41 AM.
In this article, you will learn how to control Your PC ??? With Your Phones??Using TCP/IP Protocol.
Fix To: 'One or more Network Protocols are Missing on this Computer' Error in Windows 10
1/16/2020 11:49:17 AM.
In this article we are going to see a fix to the error “One or more network protocols are missing on this computer” in Windows 10.
Reset Internet Protocol (TCP/IP) in Windows 8
12/31/2019 12:51:50 AM.
In this article we are explaining how to reset Internet Protocol (TCP/IP) in Windows 8.
Protocols in Swift
9/27/2019 10:54:03 PM.
In this article, I will give you a brief introduction of protocols in Swift.
Understanding WCF Bindings and Channel Stack
9/23/2019 1:19:12 AM.
In order to understand WCF Bindings in details, it's important to understand the Channel Stack as part of the WCF runtime.
Creating OData Service Using WCF DataService
9/19/2019 4:12:16 AM.
The Open Data Protocol (OData) is a Web protocol for querying and updating data that provides a way to unlock your data and free it from silos that exist in applications today.
Must Know Design Pattern Interview Questions
9/16/2019 11:47:32 PM.
This article covers most popular design pattern interview questions and answers including factory design pattern, abstract factory design pattern, prototype pattern and more.
Overview Of HTTP/2 Protocol
4/4/2019 8:16:06 AM.
In this article, I will explain some of the key features of the new protocol HTTP/2 like browser and server compatibility and will detail the things you might need to think about as we see more adopti
Learn Design Pattern - Prototype Pattern
2/26/2019 12:17:56 AM.
In this article we will understand the Prototype Pattern and try to implement it in an ASP.NET Web application.
Protocol Buffer - A Walk Through For Beginners
9/20/2018 10:28:57 AM.
This article would introduce you the third option when it comes to data serialization. Let's move beyond XML and JSON for better. Protocol Buffer is a language-agnostic binary data format develope
Blockchain Basics - BIP
8/14/2018 12:53:12 AM.
Bitcoin started the Blockchain revolution. It disrupted many industries with the decentralized database concept. There is no central authority controlling the network. It reduced overhead and gave ind
Enable Other Protocols (TCP, PIPE, MSMQ etc.) In IIS
12/29/2017 12:20:29 PM.
By default it's available only HTTP, HTTPS and FTP protocols Windows IIS though it supports others like TCP, PIPE protocols as well. This blog demonstrates how to enable other protocols like TCP i
What And How Of Requirement Gathering - Part Two
12/27/2017 1:00:39 PM.
Prototyping allows gathering information by faking the production environment. In this technique, quite a lot of tools can be used to collect information, such as software programs to monitor/record m
Home Automation Using Node MCU And MQTT Protocol
5/25/2017 12:40:03 AM.
Learn to implement home automation using a tiny ESP8266 12E module and MQTT protocol. This is a slight descriptive video.
Two Phase Commit Protocol In C#
4/15/2017 1:38:16 AM.
In this article, you will learn about Two phase commit protocol in C#.
Asynchronous Communications Using RabbitMQ Message Broker
1/14/2017 2:54:24 PM.
In this article, we are going to learn about a new message queuing protocol, RabbitMQ.
Serialization And Deserialization In C# Using Protobuf-net.dll
12/23/2016 2:00:17 PM.
This article describes how to implement serialization and deserialization using Protobuf-net.dll.
Node.js - Prototype Inheritance - Day Seven
11/3/2016 11:22:25 AM.
In this article you will learn about Prototype Inheritance in Node.js.
A Brief Introduction Of UI And UX Prototyping
10/24/2016 7:44:41 PM.
In this article, you will learn about UI and UX Prototyping.
Protocol Bridging In WCF
10/13/2016 3:02:01 PM.
In this article, you will learn about protocol bridging in WCF.
Design Pattern In JavaScript: Prototype
8/1/2016 5:45:57 PM.
In this article, I am going to explain Prototype design pattern, using JavaScript.
Design Patterns In WinJS #5: Prototype
5/30/2016 12:56:29 AM.
This article covers the implementation of Prototype Design Pattern. This is part five of the article series.
Introduction To OData
4/20/2016 1:28:13 PM.
In this article you will learn about OData. Open Data Protocol is an open protocol for sharing the data. It is OASIS standard which defines best practice for building and consuming REST API.
Understanding JDBC Driver Types
3/8/2016 3:39:28 AM.
This video will provide a clear understanding of 4 Types of JDBC Drivers. How each Driver works and what is the advantage and disadvantage of each Driver For Complete JDBC Video Series : https://app.
Overview of Open Data Protocol (ODP)
3/3/2016 12:55:59 AM.
In this article you will learn about Open Data Protocol (ODP).
Create FTP Site Using IIS 7.5
2/29/2016 9:49:47 AM.
In this article, we will look into the creation of an FTP site for file sharing using II 7.5. FTP is used to share files with other users remotely, we can use IIS to host it.
Design Patterns Simplified - Part 6 (Prototype)
12/30/2015 6:18:25 AM.
This article explains what Prototype Design Pattern is and how to use it in software development.
Deploying A Website In Azure via FTP (File Transfer Protocol)
10/31/2015 2:07:26 PM.
In this article you will learn how to deploy a website in Azure via FTP.
Implementing Extensible Messaging And Presence Protocol (XMPP) In Windows Phone
10/22/2015 9:28:35 AM.
In this article you will learn how to implement Extensible Messaging and Presence Protocol (XMPP) in Windows Phone.
Creating WCF REST Service Step by Step
10/7/2015 12:12:03 PM.
This video tutorial explains about the creations of WCF REST Service step by step.
Prototype Design Pattern With Real-World Scenario
4/6/2015 11:09:55 PM.
This article explains the prototype pattern and its practical implementation with a real-world scenario.
Technologies Behind SOA
1/29/2015 3:33:18 AM.
In this article you will see few technologies in the world for SOA, like WSDL and UDDI.
What a SSL Certificate Is and How It Works
12/18/2014 10:03:47 PM.
In this article you will learn about SSL Certificates and how they work.
Using Light Weight Directory Access Protocol (LDAP) to Bind Your Corporate Directory to an Object Within an Application
8/5/2014 8:31:14 AM.
In this brief article, I provide a practical implementation of LDAP within a C# application.
Database Hardening For SharePoint 2013
7/3/2014 12:48:09 PM.
This article explains how to secure communication between servers in a farm by blocking the default ports used for SQL Server communication and establishing custom ports for this communication instead, in SharePoint 2013.
Overview of CDN
4/15/2014 11:33:12 AM.
In this article you will learn about Content Delivery Networks (CDNs).
Demonstration of Client FTP
3/31/2014 11:14:50 PM.
This article explains further how to implement FTP in a C# application. In this tutorial, I will play with a FTP class.
Software Process Models
2/28/2014 11:29:52 AM.
This article shows the software process models used in Software Engineering.
C# Corner Delhi Chapter Meet, 21 September, 2013: Official Recap
9/23/2013 12:27:31 PM.
The C# Corner Delhi Chapter organized its monthly event at MCN Solutions Pvt. Ltd. It was another very successful session.
FTP Connection in PHP
8/8/2013 2:15:36 AM.
The methods in this article implement client access to file servers speaking the File Transfer Protocol (FTP).
ExpertTexting SMS API Guide
4/14/2013 4:30:57 PM.
Here you will learn how to use the ExpertTexting gateway for sending SMS messages.
New Features of JavaScript in Visual Studio 2012: Prototype
3/3/2013 7:26:48 PM.
In this article you will learn about one of New Feature of JavaScript in Visual Studio 2012 i.e Prototype and Prototype Inheritance.
Difference Between REST and SOAP Protocols in iPhone
2/16/2013 5:00:53 PM.
In this article I explain the differences between the REST and SOAP protocols.
How to Configure Business Data Connectivity Service SharePoint 2013
1/24/2013 9:30:23 PM.
In this article we learn how to configure a Business Data Connectivity Service in SharePoint 2013.
Ms-appdata Protocol in Windows Store Apps
11/12/2012 1:05:24 PM.
In this app I described the ms-appdata protocol in a Windows Store App using JavaScript.
WS-Security Protocol with .NET – A Overview
10/13/2012 5:55:41 AM.
WS-Security is a security mechanism for web services coined by IBM, Microsoft and VeriSign. WS-Security introduces the concept of security tokens. These XML-based tokens contain claims about the sender of a SOAP message, and can include data sufficient to prove these claims.
Business Process Execution Language for Web Services 1.0
10/13/2012 5:50:50 AM.
Web Services use a loosely coupled integration model to allow flexible integration of heterogeneous systems in a variety of domains including business-to-consumer, business-to-business and enterprise application integration.
Measure Web Service Performance using NetMon
10/13/2012 5:43:34 AM.
This article gives an idea how to identify the performance of web method calls by using NETMon tool.