Category "c++sharp"

Test if a property is available on a dynamic variable

My situation is very simple. Somewhere in my code I have this: dynamic myVariable = GetDataThatLooksVerySimilarButNotTheSame(); //How to do this? if (myVariab

How to set up Firebase Push Notification with Deep Link with Unity3D

I am implementing Firebase Cloud Messaging to send Push Notifications to my Unity Project for Android and iOS Devices. I am now Debugging with Android. I receiv

Does java have something similar to C# properties? [duplicate]

C# properties (I mean get and set methods) are a very useful feature. Does java have something similar to C# properties too? I mean how we can

Reading Excel file with Selenium WebDriver C# and web form with values

I have a Selenium WebDriver script written in C# that reads some values from an Excel spreadsheet and then uses the values from the row to fill a web form. The

How do you convert epoch time in C#?

How do you convert Unix epoch time into real time in C#? (Epoch beginning 1/1/1970)

How can I refer to a binding converter in another namespace in Silverlight XAML?

Since you apparently can't create a Silverlight DataTemplate in C#, I'm trying to create one in XAML. I have a converter that I need to refer to, that I have de

Export and Import documents with UUID from MongoDB Compass Windows Application

Summary How to preserve UUIDs when exporting and importing documents? Export collection as JSON file Drop collection and re-create collection Import JSON file U

Class not inheriting from object?

I am working on a method that is using reflection to inspect parameter types of methods. This methods iterates through the ParameterInfo's and is doing somethin

How to detect if a property exists on an ExpandoObject?

In javascript you can detect if a property is defined by using the undefined keyword: if( typeof data.myProperty == "undefined" ) ... How would you do this

Class not inheriting from object?

I am working on a method that is using reflection to inspect parameter types of methods. This methods iterates through the ParameterInfo's and is doing somethin

What does "Beta: Use Unicode UTF-8 for worldwide language support" actually do?

In some Windows 10 builds (insiders starting April 2018 and also "normal" 1903) there is a new option called "Beta: Use Unicode UTF-8 for worldwide language sup

What does "Beta: Use Unicode UTF-8 for worldwide language support" actually do?

In some Windows 10 builds (insiders starting April 2018 and also "normal" 1903) there is a new option called "Beta: Use Unicode UTF-8 for worldwide language sup

How can I project into the same DTO type twice?

The goal here is to update an IQueryable that projects into a dto so it only includes a subset of the properties that it originally included. The "subset" is be

How can I project into the same DTO type twice?

The goal here is to update an IQueryable that projects into a dto so it only includes a subset of the properties that it originally included. The "subset" is be

WEB API Controller not loading in browser

Having some issues getting started in C#, here's the error I'm getting: HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its

WEB API Controller not loading in browser

Having some issues getting started in C#, here's the error I'm getting: HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its

How do I generate a random int number?

How do I generate a random integer in C#?

How do I generate a random int number?

How do I generate a random integer in C#?

How do I generate a random int number?

How do I generate a random integer in C#?