.net-3.0 Questions

4

Solved

ALL of my .net core dockerfiles are 99% the same except for this last line: ENTRYPOINT ["dotnet", "<APP NAME HERE>.dll"] seems pretty dumb of me because they could all be ...
Clarenceclarenceux asked 10/11, 2020 at 1:45

4

Solved

I recently installed '.net 6 (SDK 6.0.302)' on build and deployment environments. Now these environments have following SDKs installed: 2.1.504 2.1.510 2.1.511 2.1.518 2.1.807 2.1.810 2.1.811...
Cheetah asked 20/7, 2022 at 18:17

2

Solved

There is a requirement in my project that I need to unzip some zip folder. I googled and came to know without using external libraries I can not achieve this or with GzipStream class we can decompr...
Delaney asked 3/1, 2014 at 8:46

7

Solved

Does anyone know of a way to disable the mouse scroll wheel when a control such as a combobox or listbox has focus? For my purposes, combobox is all I need the answer for. I have a combobox set to...
Field asked 3/6, 2010 at 17:8

3

Solved

I have a XML Example: <Fruits> <Red_fruits> <Red_fruits></Red_fruits> </Red_fruits> <Yellow_fruits> <banana></banana> </Yellow_fruits> ...
Elison asked 17/7, 2013 at 18:27

2

Solved

I've got a simple client-server application based on TcpClient/TcpListener and SslStream. Clients can authenticate themselves to the server using a X509Certificate or by sending a user name and pas...
Cush asked 14/3, 2009 at 18:8

1

Solved

When I try to add an extension method using the .NET 2.0 or 3.0 runtime, I get the error: Cannot define a new extension method because the compiler required type 'System.Runtime.CompilerService...
Korfonta asked 5/7, 2012 at 14:34

1

Solved

I have a LinkedList that I am using to track consecutive numbers that are sent to this class. (I ultimately want to find the missing numbers). I now need to use the method ranges.AddAfter(recentNo...
Ait asked 13/5, 2012 at 4:58

6

Solved

I'm confused as to the difference. Being fairly new to .Net, I know I can query IEnumerables using the Linq extensions. So what is this IQueryable and how does it differ? See also What is ...
Lifer asked 12/3, 2010 at 14:22

1

Solved

I have an application that I was writing that communicates with a third-party application via a Component Object Model library. I must reference this COM library within the Visual Studio project it...
Glaab asked 17/10, 2011 at 18:39

34

Solved

Most restrictions and tricks with windows forms are common to most programmers. But since .NET 3.0 there is also WPF available, the Windows Presentation Foundation. It is said that you can...
Sipple asked 11/9, 2008 at 23:33

3

Solved

The .NET Framework contains since version 3.0 the ObservableCollection<T>, but why isn´t there a ObservableKeyedCollection<TKey, TValue>. Okay i could implement my own collection by de...
Illustrate asked 3/3, 2010 at 8:41

4

Solved

I'm a desktop C# developer (that is not ASP) and am wondering about version targeting for small personal projects. These are, of course, trying to reach as wide an audience as possible, and so I've...
Derivative asked 20/4, 2010 at 0:4

3

Solved

I have a project which can only be deployed on a server running .NET 3.0. I desperately want to use LINQ to simplify some excruciatingly tedious logic. Is there a simple way to accomplish this? I'l...
Danialah asked 27/7, 2010 at 21:53

2

Solved

I'm building a series of WCF Services that are going to be used by more than one application. Because of that I'm trying to define a common library to access WCF services. Knowing that each servic...
Nonalignment asked 1/12, 2009 at 12:47

4

Solved

What's the best way to do it in .NET? I always forget what I need to Dispose() (or wrap with using). EDIT: after a long time using WebRequest, I found out about customizing WebClient. Much better....
Adriel asked 17/11, 2008 at 13:21

15

Solved

People have been developing own solutions to the following problems: Consistent messaging frameworks for remote information exchange (webservices,rpc,...) SDK's for state managements for t...
Relay asked 1/10, 2008 at 10:42

1

Solved

I can add endpoints using ServiceHost.AddServiceEndpoint. How do I get that list of endpoints back out?
Sight asked 4/3, 2009 at 23:0

4

I have a string and its value is: <ROOT> qwerty <SampleElement>adsf</SampleElement> <SampleElement2>The text of the sample element2</SampleElement2> </ROOT&gt...
Embus asked 26/2, 2009 at 14:59

1

Solved

WCF: Why does passing in a remote endpoint fail when passing the same endpoint via the configuration file works? This works: Using con As New OfferingTap.OfferingTapClient(New ServiceModel.Insta...
Floreneflorentia asked 28/1, 2009 at 23:41

3

Solved

I need to create a transparent blurred background. Lets suppose I have a border with a white blurry transparent background. Everything that is behind the border is blurred. I'm trying to avoid dep...
Maggee asked 7/1, 2009 at 20:37
1

© 2022 - 2024 — McMap. All rights reserved.