.NET core nasted dependancy
Hi,I have class library created in .NET core. Which have several dependency (DLL and nuget packages).I am using this .NET core DLL in another .NET core project. I have GAC this DLL and using reference...
View ArticleI create a search functionality where I get List from partial view in asp.net...
Hi everyone,I'm beginner in .Net Mvc tehnology and started to work on one project who is ended but should be make additional things how Search area. I make big part of code but appear error on...
View ArticleHow to do TripleDES encryption implementation with three different keys?
Hi Experts,We have been given three different encryption keys(Key1, key2, key3) and we were asked to implement Triple DES algorithm.As per .net documentation, Triple DES class constructor only accepts...
View ArticleFileSystemWatcher Deleted event
I have learned the hard way that deleting a file in Windows does not necessarily mean that the file gets deleted right away, it will just be marked for deletion until the last handle to the file is...
View ArticleWindows Service - Veeam Broker Service
Found an error when start the services error :- The veeam broker service service on local computer started and then stopped. some services stop automatically if they are not in use by other services or...
View ArticleTcpClient write error
Hi I am following article in Code Project. I am getting error at the point where client tries to send data to server (write() method). this is the server (TcpListener) code. I made change in port...
View ArticleSorting List Based on some conditions c#
I want to sort entries in a given list on Entry column in most efficient way. Below is the example how my i entries looks like.#NoDetail Entry Number...
View ArticleAsync memory leak
The code below is a simple async sample but over time it leaks memory. Would anyone have any suggestions as to why?using System; using System.Threading; using System.Threading.Tasks; namespace...
View ArticleHow the task manager functions work
I'm new to C# programming...I'm trying to make a logic something like making 2 applications never die. If application(A) process is exited then the other application(B) will start that application(A)...
View ArticleHaving thread loop in Windows Form application
As shown in code below is there anyway to have the test thread in loop while the form app is running?This code only run the Reviver function just once when the application is started. public partial...
View ArticleCompress images more
Hi all; Is it possible to compress jpg and/or png images more in a loss-less manner? I've found websites that do this, but I assumed that these files were all compressed the same way. By compress, I...
View ArticleDuplicate/Triplicate E-mails: .NET Framework 4.5.2; public class SmtpClient :...
Hi, Everybody!...I have noticed that when I send an e-mail using the subject method with exactly oneTo MailAddress and an attachment, it sends exactly one e-mail. But when I send an e-mail using the...
View ArticleHaving thread loop in Windows Form application
As shown in code below is there anyway to have the test thread in loop while the form app is running?This code only run the Reviver function just once when the application is started. public partial...
View ArticleRE: Libraries for Country forms
I need to build some multi-country websites in various languages. Example, I'll build a web form but I need to collect City, State, County, Postcode and phone numbers. Are there any libraries that will...
View ArticleDisplay attribute not displaying in Swagger - EF Core API Core
Our current production API is ASP.Net Web API 2 with EF 6. We have custom DTO models and we use the display attribute as follows:[Display(Description = "Some description of this data item")] and the...
View ArticleInternal server errror in azure webapp
Hello,I have webapp (used for webapi calls) hosted in azure. Web api calls working fine till tuesday. I haven't updated anything since last 2 months. Suddenly from yesterday onwards some of the api...
View ArticleEF core relational database
I have some question related to EF core.1) Is it good to use relational database in EF core 2.1?2) If i want to maintain one to one relation between then do i need to define navigation property in both...
View ArticleRequired ACMS OpenVMS Support for DOT NET
Hi,We are using acmsdi.dll/acmsdi32.dll for connecting/transaction between VB6 and OpenVMS. Now we are migrating from VB6 to VB.NET 4.5.2. Please help us with the equivalent DLL/approach for connecting...
View Articlesingle.Epsilon isn't.
The value reported by float.Epsilon isn't actually Epsilon.According to documentation (and confirmed by experiment), Single.Epsilon has a value of 1.4E-45, which is the (as the documentation states)...
View ArticleWrong path returned by...
On my test machine running (Windows XP, IIS5.1) the following code executed within a C# .NET WebService (.SVC) under a custom process identity (using machine.config to specify the...
View Article