- 27
- 124 126
Learn With Code
เข้าร่วมเมื่อ 21 มิ.ย. 2015
Hi! I’m Santosh Kumar Singh On my channel, you will find .NET, C#, WCF,Node.JS and Data Structure tutorial. I love .net and sharing my experiences with you. Subscribe to see more tutorial on .Net and Data Structure and Algorithm on your feed!
Facebook: Code-Guru-108409794158799
Blog/Website: www.codeguru.co.in
Facebook: Code-Guru-108409794158799
Blog/Website: www.codeguru.co.in
วีดีโอ
How to Use LINQ Zip Operator for Powerful Data Combination
มุมมอง 54ปีที่แล้ว
In this step-by-step guide, we'll walk you through the process of harnessing LINQ (Language Integrated Query) and its fantastic Zip operator.
How to implement Linked List in C#
มุมมอง 3.9K4 ปีที่แล้ว
In this video, I will show you how to implement Linked List in C#.
How to implement Binary Search Algorithm in C#
มุมมอง 4.5K4 ปีที่แล้ว
In this video tutorial, I will show you how to implement a binary search algorithm in C#. The binary search algorithm is based on divide and conquers] technique and it works only on a sorted array
How to implement Quick Sort Algorithm in C#
มุมมอง 8K4 ปีที่แล้ว
In this video, I will show you how to implement Quick Sort Algorithm in C#
How to implement Selection Sort Algorithm in C#
มุมมอง 3.5K4 ปีที่แล้ว
In this video tutoiral I wil show you how to implement selection sort Algorithm in C#. What is Selection Sort? In computer science, selection sort is an in-place comparison sorting algorithm. It has an O(n²) time complexity, which makes it inefficient on large lists, and generally performs worse than the similar insertion sort. en.wikipedia.org/wiki/Selection_sort Selection sort Class Sorting a...
How to Implement Insertion Sort Algorithm in C#
มุมมอง 7534 ปีที่แล้ว
In this video tutorial I will show you how to implement Insertion sort in C#
How To Implement Bubble Sort Algorithm in C#
มุมมอง 1.3K4 ปีที่แล้ว
In this video tutorial I will show you how to implement bubble sort algorithm in C#.
How to calculate hash of given string in C#
มุมมอง 1.1K4 ปีที่แล้ว
In this short video tutorial, I will show you how to calculate the hash of a given string in C#. You can read more about the Hash algorithm at following URL docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.hashalgorithm?view=netcore-3.1
Find 2nd Highest Salary (nth) using Linq in C#
มุมมอง 1.6K4 ปีที่แล้ว
In this video tutorial, I will show you how to find 2nd Highest Salary using LINQ. What is LINQ? Language Integrated Query is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages, originally released as a major part of .NET Framework 3.5 in 2007 docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/
Encrypt and Decrypt a given string in C# using TripleDESCryptoServiceProvider
มุมมอง 3K4 ปีที่แล้ว
In this video tutorial I will show you how to encrypt and decrypt a given string in C# using TripleDesCryptoServiceProvider . What is Encryption? Encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. What is Symetric Encryption? Symmetric encryption is a type of e...
How to integrate Serilog in .Net Core Application
มุมมอง 8K4 ปีที่แล้ว
Serilog is a newer logging framework for.NET. It was built with structured logging in mind. It makes it easy to record custom object properties and even output your logs to JSON.
How to Implement Dependency Injection (DI) in .net Core Console Application
มุมมอง 4.8K4 ปีที่แล้ว
In this video, I will show you how to implement Dependency Injection (DI) I in .net core application. What is .NET Core? .NET Core is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor to .NET Framework. The project is primarily developed by Microsoft employees by way of the .NET Foundation, and released ...
WCF Duplex Contract/Binding - Chat Application
มุมมอง 11K8 ปีที่แล้ว
WCF Duplex Contract/Binding - Chat Application
How to compress and decompress file using C#
มุมมอง 22K8 ปีที่แล้ว
How to compress and decompress file using C#
How to send data from nodejs tcp client to c# socket server
มุมมอง 10K8 ปีที่แล้ว
How to send data from nodejs tcp client to c# socket server
How to upload and download file using WCF Service
มุมมอง 17K8 ปีที่แล้ว
How to upload and download file using WCF Service
From where you have taken key?
the contents of the group is a sequence of whatever values were in the projection (in our case Salary) present for the given key.
How to convert base64 Data to Generate QR code and print
I need a sample for this but with a huge amount of data pulled from a distributed database.
Thank you so much!
Glad it helped!
Appreciated
Excellent
Good video but Jesus Christ are you using a shotgun as a mouse clicker?
Thanks :)
please winform
How is for descending order ?
Thank you! Verry useful
Good brief explanation on serilog, thanks for sharing. Could you please help me to share details about the inserting data into db using serilog in .net core application
I think you can follow the same way that I showed in the video for writing into file.
Sir how to send message between client using nodejs and server using c
Just create a tcp server in c. you can google how to create tcp server in c
Great insights into data structures
Hi Thanks for such a nice explanation.
Glad it was helpful!
Nice explanation... Thank you...
So nice of you
Thanks helped a lot!
Glad to hear it!
I've been working with the Serilog and iIloger to log into the log file, bit um not able to log the logDebug() into the log file. Any help?
Try to change the LogLevel in appsettings.json
Good brief introduction on serilog
The only thing missing from this tutorial is that in the namespace you have to include System.IO.Compression. INCLUDE SYSTEM.IO.COMPRESSION !
Thank you!! Very solid
Huge supporter for this channel, you saved me hours, I wish the codes were on github+ please do more tutorials I support you
Appreciated, very well explained, thank you. :)
Glad it was helpful!
Please zoom visual studio Not able to see it
Sure
very nice
Thanks
Thank you nice and concise, cutting out all the confusing frills.
You're welcome!
Hello friend, I was clicking on the url in the same way as you, and when my browser opens, it tells me that you cannot access that site, so I cannot copy the address to add the reference, someone knows how to solve this ?
Run VS as admin and rerun the program. Had same issue and it resolved once I ran VS as admin.
Could you upload the code please the current link is broken
what language is this?? i only hear cuackcuakc cuakc cuakc
Supongo que el chico es de la India
@@NewKevinK Yes you right I am Indian :)
good type bro :D
How would you do a WCF, for Update, Delete, Create, in an image with a database (Filename, Img, etc), in the database an IMG Nvarchar (Max) variant or another way of doing it with a database ?
I was wasnt put thw readline in console so the host wasnt open, now im able to see the wsdls in http:17.0.0.1 but (i s0uposs) an issue working with 2017 if teh project is in execution cannot add references to it :( if anyone can help i will appreciate
also ive opened the port 3000 for incoming and outcomming in the windows firewall
Well running VS as administrator the error goes by but when y try to navigate to 127.0.0.1:3000 appears the error 404 page not found, ive created a website on 127.0.0.1:3000
When i want to verify the running service fails in the part that instantiate a host with the message : acce4ss deniedhttp could not register the address + :3000 the process has no rights to access this namespace... anyone can help?
Thanks for the comment. Try to run your application as Admin and then test. If the issue still exists then check your firewall and open the port 3000. www.windowscentral.com/how-open-port-windows-firewall
thanks sir great vedio
So nice of you
Nice algorithm. Thanks.
Welcome!
thank you , my friend santosh
it is received not recived abaha waas
Thanks for the comment. Will take care in future
so good
Thanks
Thanks a lot, Sir.
Where did you get Element from?
Its list
very nice ..........!
Thank you! Cheers!
buen video pasa el codigo el github cayo.
Dios te bendiga....
thank you so much for a great video :D
Спасибо, ты лучший!
thank you
This vid is fire, much respect!
Possible to replace the console application (server accepting responses) with a Windows Service?
Hi source code link is not working
Thank you, my brother..