Learn With Code
Learn With Code
  • 27
  • 124 126

วีดีโอ

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.
KL Tower Visit Dec 2021
มุมมอง 1032 ปีที่แล้ว
KL Tower Visit Dec 2021
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 Tutorial Change default binding
มุมมอง 564 ปีที่แล้ว
WCF Tutorial Change default binding
How to create WCF Service in .NET
มุมมอง 6794 ปีที่แล้ว
How to create WCF Service in .NET
Using JSONP with WCF and jQuery
มุมมอง 3846 ปีที่แล้ว
Using JSONP with WCF and jQuery
How to implement Binary Min Heap in C#
มุมมอง 2.6K7 ปีที่แล้ว
How to implement Binary Min Heap in C#
WCF Duplex Contract/Binding - Chat Application
มุมมอง 11K8 ปีที่แล้ว
WCF Duplex Contract/Binding - Chat Application
How to convert string into base64 in c#
มุมมอง 7K8 ปีที่แล้ว
How to convert string into base64 in c#
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
How to use MSMQ Binding in WCF
มุมมอง 12K8 ปีที่แล้ว
How to use MSMQ Binding in WCF
How to create REST Service in WCF
มุมมอง 1.4K8 ปีที่แล้ว
How to create REST Service in WCF
How to create WCF service
มุมมอง 3728 ปีที่แล้ว
How to create WCF service

ความคิดเห็น

  • @satyamverma05
    @satyamverma05 8 หลายเดือนก่อน

    From where you have taken key?

    • @learnwithcode4211
      @learnwithcode4211 6 หลายเดือนก่อน

      the contents of the group is a sequence of whatever values were in the projection (in our case Salary) present for the given key.

  • @gopinakavya
    @gopinakavya 10 หลายเดือนก่อน

    How to convert base64 Data to Generate QR code and print

  • @jorgefigueroa1285
    @jorgefigueroa1285 ปีที่แล้ว

    I need a sample for this but with a huge amount of data pulled from a distributed database.

  • @sicimho
    @sicimho 2 ปีที่แล้ว

    Thank you so much!

  • @muhammadzeshan7434
    @muhammadzeshan7434 2 ปีที่แล้ว

    Appreciated

  • @harishmehta2992
    @harishmehta2992 2 ปีที่แล้ว

    Excellent

  • @ROSHing1
    @ROSHing1 2 ปีที่แล้ว

    Good video but Jesus Christ are you using a shotgun as a mouse clicker?

  • @victorjoaquin4
    @victorjoaquin4 2 ปีที่แล้ว

    please winform

  • @ixb17
    @ixb17 2 ปีที่แล้ว

    How is for descending order ?

  • @SmallScaleFun
    @SmallScaleFun 2 ปีที่แล้ว

    Thank you! Verry useful

  • @sudhakaraj8780
    @sudhakaraj8780 2 ปีที่แล้ว

    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

    • @learnwithcode4211
      @learnwithcode4211 2 ปีที่แล้ว

      I think you can follow the same way that I showed in the video for writing into file.

  • @anushmamp6339
    @anushmamp6339 2 ปีที่แล้ว

    Sir how to send message between client using nodejs and server using c

    • @learnwithcode4211
      @learnwithcode4211 2 ปีที่แล้ว

      Just create a tcp server in c. you can google how to create tcp server in c

  • @nelsonmudanya3015
    @nelsonmudanya3015 2 ปีที่แล้ว

    Great insights into data structures

  • @asifshamim5934
    @asifshamim5934 2 ปีที่แล้ว

    Hi Thanks for such a nice explanation.

  • @swathikrishnan3956
    @swathikrishnan3956 2 ปีที่แล้ว

    Nice explanation... Thank you...

  • @jurij15yt
    @jurij15yt 3 ปีที่แล้ว

    Thanks helped a lot!

  • @727Rajeev
    @727Rajeev 3 ปีที่แล้ว

    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?

    • @learnwithcode4211
      @learnwithcode4211 3 ปีที่แล้ว

      Try to change the LogLevel in appsettings.json

  • @hanifzubair4239
    @hanifzubair4239 3 ปีที่แล้ว

    Good brief introduction on serilog

  • @468erpeashooter9
    @468erpeashooter9 3 ปีที่แล้ว

    The only thing missing from this tutorial is that in the namespace you have to include System.IO.Compression. INCLUDE SYSTEM.IO.COMPRESSION !

  • @JesusMartinez-zu3xl
    @JesusMartinez-zu3xl 3 ปีที่แล้ว

    Thank you!! Very solid

  • @kiw.
    @kiw. 3 ปีที่แล้ว

    Huge supporter for this channel, you saved me hours, I wish the codes were on github+ please do more tutorials I support you

  • @tanishkavlog9889
    @tanishkavlog9889 3 ปีที่แล้ว

    Appreciated, very well explained, thank you. :)

  • @kartheeknandini3767
    @kartheeknandini3767 3 ปีที่แล้ว

    Please zoom visual studio Not able to see it

  • @naughtguap3832
    @naughtguap3832 3 ปีที่แล้ว

    very nice

  • @pietswanepoel3500
    @pietswanepoel3500 3 ปีที่แล้ว

    Thank you nice and concise, cutting out all the confusing frills.

  • @jeremiascardoso2023
    @jeremiascardoso2023 4 ปีที่แล้ว

    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 ?

    • @jthib2028
      @jthib2028 2 ปีที่แล้ว

      Run VS as admin and rerun the program. Had same issue and it resolved once I ran VS as admin.

  • @pablobonfante633
    @pablobonfante633 4 ปีที่แล้ว

    Could you upload the code please the current link is broken

  • @user-cc2tu8jw5l
    @user-cc2tu8jw5l 4 ปีที่แล้ว

    what language is this?? i only hear cuackcuakc cuakc cuakc

    • @NewKevinK
      @NewKevinK 3 ปีที่แล้ว

      Supongo que el chico es de la India

    • @learnwithcode4211
      @learnwithcode4211 3 ปีที่แล้ว

      @@NewKevinK Yes you right I am Indian :)

  • @Flint559
    @Flint559 4 ปีที่แล้ว

    good type bro :D

  • @guillermofloresalcantara2989
    @guillermofloresalcantara2989 4 ปีที่แล้ว

    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 ?

  • @thekodekeeper
    @thekodekeeper 4 ปีที่แล้ว

    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

  • @thekodekeeper
    @thekodekeeper 4 ปีที่แล้ว

    also ive opened the port 3000 for incoming and outcomming in the windows firewall

  • @thekodekeeper
    @thekodekeeper 4 ปีที่แล้ว

    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

  • @thekodekeeper
    @thekodekeeper 4 ปีที่แล้ว

    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?

    • @learnwithcode4211
      @learnwithcode4211 4 ปีที่แล้ว

      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

  • @kalyanidotnet5905
    @kalyanidotnet5905 4 ปีที่แล้ว

    thanks sir great vedio

  • @andrespineda8981
    @andrespineda8981 4 ปีที่แล้ว

    Nice algorithm. Thanks.

  • @hosein_a_kh
    @hosein_a_kh 5 ปีที่แล้ว

    thank you , my friend santosh

  • @reindervis6859
    @reindervis6859 5 ปีที่แล้ว

    it is received not recived abaha waas

    • @learnwithcode4211
      @learnwithcode4211 3 ปีที่แล้ว

      Thanks for the comment. Will take care in future

  • @davidkyharchyk9043
    @davidkyharchyk9043 5 ปีที่แล้ว

    so good

  • @semikolon4229
    @semikolon4229 5 ปีที่แล้ว

    Thanks a lot, Sir.

  • @BlackOpsZombiePlaye1
    @BlackOpsZombiePlaye1 5 ปีที่แล้ว

    Where did you get Element from?

  • @fahimakhtar5194
    @fahimakhtar5194 5 ปีที่แล้ว

    very nice ..........!

  • @elvisherrera4456
    @elvisherrera4456 5 ปีที่แล้ว

    buen video pasa el codigo el github cayo.

  • @CitizenFive07
    @CitizenFive07 6 ปีที่แล้ว

    Dios te bendiga....

  • @HungPham-uu5nv
    @HungPham-uu5nv 6 ปีที่แล้ว

    thank you so much for a great video :D

  • @МихаилЗаморов-ж2ь
    @МихаилЗаморов-ж2ь 6 ปีที่แล้ว

    Спасибо, ты лучший!

  • @bellaearlich4885
    @bellaearlich4885 6 ปีที่แล้ว

    thank you

  • @notanxiousanxiety
    @notanxiousanxiety 6 ปีที่แล้ว

    This vid is fire, much respect!

    • @notanxiousanxiety
      @notanxiousanxiety 6 ปีที่แล้ว

      Possible to replace the console application (server accepting responses) with a Windows Service?

  • @kirkdouglas8089
    @kirkdouglas8089 6 ปีที่แล้ว

    Hi source code link is not working

  • @mdora3983
    @mdora3983 6 ปีที่แล้ว

    Thank you, my brother..