Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged .net

0 votes
1.4k views
1 answer
    Consider a network folder: \desiisc$CompanyB2bMonitor On that machine, any process that tries to delete the directory Monitor receives an error because a user ... has a particular directory open/in use? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    It is necessary to check implementation of 'MyMethod' virtual method in the abstract 'MyAbstractClass': public abstract MyAbstractClass { public void MyMethod( ... bunch of properties to be implemented... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    Is there a way / plugin to help the image resizer with png compression? I have a png image that I use in navigation and would like to keep ... the image was compressed using http://tinypng.org/ See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I am using IBM WebSphere MQ 8.0 version. I have configured one of my channels with "TLS_RSA_WITH_AES_256_CBC_SHA256" Cipher Spec encryption along with ... REQUIRED. Thanks to @JoshMc for pointing out. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    I want to launch an application after installation with Visual Studio setup&deployment output. I follow the article 'How do I launch an application after install ... 'TARGETDIR', '[TARGETDIR]App.exe')"; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I am not a VB developer but I am heading up a large project in which VB is partially used. One of the requirements is to implement a plugin architecture ... load it into the core platform??? Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I am running the code below and the result is totally different when it runs in Release mode. While in Debug mode, it never collects the object of ... false; GC.SuppressFinalize(this); } #endregion } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    I am shopping for a BinaryFormatter alternative/replacement. The current issues I have with BinaryFormatter (and the alternatives should address this) are 1) ... or something else would care to comment. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I wish to know if .Net-3.5 comes with a built-in List<string> or string[] TypeConverter or UITypeEditor so that I can edit this kind of property from a property grid. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I'm developing a program that needs to call an outside program, but needs to wait for it to execute. This is being done in C# (to which I am brand new ... I don't have anything to compare it to). Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I have a vb.net 3.5 class library project that needs to reference two assemblies that have the same namespace. We have two third party dll's in which ... can I reference both dll's in the same project? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    Is there any way to write Hebrew in the Windows Console? I tried the following: Console.OutputEncoding = new UTF8Encoding(false); Console.WriteLine("u05D0u05D1"); ... not in the Hebrew ABC. Any ideas why? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    Let's say i have 2 date ranges. Those date ranges could be represented as time spans. i want to find a date range, that falls within the two time ... From > iRange.To) iRange = null; return iRange; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    Environment: Windows Server 2003 R2 Enterprise 64bit, SP2 .NET framework is supposedly installed (2.0 SP2, 3.0 SP2, 3.5 SP1) I say "supposedly" ... getting is: %1 is not a valid Win32 application. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm having this code in a class private string test; public string Test { get => test; set => test = value; } But the compiler won't let me compile. ... with a MVC 5 Project Any idea why it isn't working? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    Trying to get a better understanding of why this is a language feature: We have: public static DateTime? Date { get; set; } static void Main(string[] ... about why we need .Value on each nulllable type? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I wanted to implement forms authentication with membership in my asp.net MVC Core application. We had forms authentication setup in our previous ... authentication and AD. Would appreciate inputs. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
4.8k views
1 answer
    What is the best way to redirect to the login page when the session expires. I'm using sessionState mode="InProc" Can I set this in the web.config file? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    A .NET application can get a managed StackTrace that describes which methods were called and holds references to them to get their name, token and ... my current method and its called methods do. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I want to set a session timeout of 30 seconds. To do so I wrote: <wsHttpBinding> <binding name="ServicesBindings"> <security mode="Message"> <message ... . Can someone explain this to me? Thanks, Alberto See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I can't see a way to see which tasks are running. There is the Task.Current property, but what if there are multiple tasks running? Is there a way ... way to get notified when a task starts or completes? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I am trying to use reflection to check if properties on a given class have a ReadOnly attribute set. The classes I am using are MVC View Models ... for attributes on meta data classes. Any suggestions? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    Let's assume this class in C#: public class LimitedList<T> : List<T> { private int _maxitems = 500; public void Add(T value) /* Adding a new Value to ... have to do to avoid this warning? Thx 4 your help See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    Is there a clean way of handling multi-part MIME data in C#. After a call to a closed application (I have no access to change it) I get a MIME ... portion (which is much longer than what is shown above) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    I have set up a simple sample menu. <Menu> <MenuItem Header="Top Menu"> <MenuItem Header="Item 1"> <MenuItem Header="Sub Menu 2" /> </ ... a property that controls where a MenuItem opens on the screen? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I have a complex JSON object that I want represent as C# class. I have a head start on the parent class called "Form", but how can I represent a ... "Json". Any help or ideas would be greatly appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    We have encountered an unexpected performance issue when traversing directories looking for files using a wildcard pattern. We have 180 folders each containing ... what might be wrong with our approach? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I'm looking at a the cs file here: https://www.microsoft.com/net/learn/apps/machine-learning-and-ai/ml-dotnet/get-started/windows and in my attempt ... .PredictedLabels}") 0 // return an integer exit code See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
...