Do NOT use for questions about .NET Core - use [.net-core] instead.
I want to find the prime number between 0 and a long variable but I am not able to get any …
c# .net primes sieve-of-eratosthenesI'm getting the following error when trying to do a linq query: LINQ to Entities does not recognize the method …
.net linq entity-framework linq-to-entities specification-patternI received the contents of a text file returned in binary values: Byte[] buf = new Byte[size]; stream = File.InputStream; …
c# .net file-upload bitconverterIf you set ResizeMode="CanResizeWithGrip" on a WPF Window then a resize grip is shown in the lower right corner, …
.net wpf window controltemplate resizegripI have a list of people's ID and their first name, and a list of people's ID and their surname. …
c# .net linq outer-join full-outer-joinHow to get the applications installed in the system using c# code?
c# .net installation