Why can not we use the Await operator within the statements Catch , Finally and Synclock in VB?
The C # 6.0 has support for using Await within Catch / Finally .
I have a Paradox BD that returns me the following string after a query in an industry table that a given worker gets: Maintenance. Actually it should be Electrical Maintenance. I need to return this string to a browser.
From my research, this...
I have seen in a system a separation of the methods in a partial and the events in another in UserControl and Window as the example below:
"Pessoa.xaml.cs"
public partial class Pessoa: UserControl
{
//Construtor
//...
I'm doing a project for the university that consists of making software that sort from a listbox using quicksort, BlubbleSort etc ... In VB.NET
I made an array to generate the random numbers in the listbox, but my difficulty now is to get the nu...
I would like to make a code, which when executed, would know if the solution was changed and which project has changed, but I do not know if there is a method to take as a basis. Then I would like your help.
I was making a class that contains an Array of class Episode :
public Episode[] EpisodesList;
Then I implemented IEnumerable<T> in my class. And as expected, I implemented the method GetEnumerator() ...
p...