406,369 questions

Sort by: Updated
3 answers

Convert GUID back to string C#

Hello, Using below code I am converting string to GUID. I want to convert back my GUID to string using C#. static void Main(string[] args) { string messageId = "RunBatch"; string supplierId = "HST"; …

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,306 questions
asked 2021-04-03T17:06:21.167+00:00
PARTH DESAI 61 Reputation points
commented 2021-04-11T11:15:03.563+00:00
Viorel 120K Reputation points
2 answers One of the answers was accepted by the question author.

C# LINQ Not able to update datatable value

I am trying to find data in xml file using LINQ but my ANY() or WHERE clause found no data. what is the problem in my approach not clear. I have a xml file which which has been created by Dataset WriteXml() function. that file i am querying by LINQ…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,306 questions
asked 2021-04-10T10:29:16.913+00:00
T.Zacks 3,996 Reputation points
commented 2021-04-11T11:06:23.257+00:00
Viorel 120K Reputation points
1 answer

Problem with visual studio

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,446 questions
asked 2021-04-11T08:32:09.15+00:00
Yordan Yordanov 1 Reputation point
answered 2021-04-11T11:04:08.803+00:00
Ken Tucker 5,856 Reputation points
1 answer One of the answers was accepted by the question author.

rs.exe script to deploy all reports from one folder

Hi What is the simple rss script to upload all the reports in my local folder in one time to SSRS server using RS.exe command? My sql server version is 2012

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,996 questions
asked 2021-04-06T08:03:09.803+00:00
arielman2304 676 Reputation points
commented 2021-04-11T10:53:11.46+00:00
arielman2304 676 Reputation points
1 answer One of the answers was accepted by the question author.

msbuild deploy command fails with exception

I'm trying to deploy sql server database thought CMD with msbuild (it works fine from VS). This is the command I'm using: msbuild "Database Services\Database Services.sqlproj" /t:deploy /p:TargetConnectionString="TEST05,123;Integrated…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,485 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,090 questions
asked 2021-04-07T08:24:11.73+00:00
arielman2304 676 Reputation points
accepted 2021-04-11T10:50:09.843+00:00
arielman2304 676 Reputation points
2 answers One of the answers was accepted by the question author.

How to get Dependency-Object and -Property for Usercontrol in VB and WPF?

With VB and WPF I build a Usercontrol "ToggleSwitch". Want to bind it's IsChecked-Property to another signal as I did with Checkbox. How to get Dependency-Object and Dependency-Property for that in VB and WPF? Thanks

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,780 questions
asked 2021-04-09T09:46:32.26+00:00
Hans Hissen 21 Reputation points
answered 2021-04-11T10:35:31.057+00:00
Hans Hissen 21 Reputation points
1 answer

xamarin.essentials.SmsMessage return value

Hi all! I am writing on an APP, that makes use of SmsMessage.composeasync. My problem is that I need to register if the user has cancelled out, og pressed send in SMS window. Is there any way to do this? Regards, Morten

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-03-13T12:47:42.287+00:00
Morten Bang Olin 1 Reputation point
commented 2021-04-11T10:34:13.847+00:00
Morten Bang Olin 1 Reputation point
1 answer One of the answers was accepted by the question author.

Creating work items using vb.net and JSON.

Hi, I'm working on a desktop application to create work items using vb.net. Where I find myself stuck is on how to use the JSON document object and it's properties (operations values and elements) Below is my code. Any help is much appreciated. …

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,780 questions
asked 2021-04-01T11:25:14.397+00:00
LoveToCode 161 Reputation points
accepted 2021-04-11T10:32:32.707+00:00
LoveToCode 161 Reputation points
0 answers

Using vscode to connect to SQL Db connection using java kerberos

Hi all, Using vscode, I have managed to connect to sql db using sql authentication. But I’m having trouble using Integrated Java Kerberos in vscode. My db is set up for Java Kerberos in jdbc url. …

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,090 questions
asked 2021-04-11T09:55:12.497+00:00
VishyV 1 Reputation point
1 answer

Why Visual Studio 2015 IDE switches Editor font from my own choice to its default (Console)

I'm experiencing a strange behavior when Visual Studio (2015) occasionally switches from my own choice of Editor font (Courier New) to its default (Console). Did not find and did not notice a specific scenario when it happens. It just happens, after some…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,446 questions
asked 2021-04-04T10:44:35.457+00:00
croxx 1 Reputation point
commented 2021-04-11T09:33:28.073+00:00
croxx 1 Reputation point
2 answers One of the answers was accepted by the question author.

Delete a storage instance

Hello, I recently moved to Pay-as-you-go account. I have a storage account that I cannot delete it because it is not associate with any resource Group. I have another question: is there any Resource Group or any other instance created by Azure as…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,377 questions
asked 2021-04-09T08:52:28.253+00:00
Payman 21 Reputation points
accepted 2021-04-11T09:02:46.09+00:00
Payman 21 Reputation points
2 answers

reading excel sheets Dynamically in azure data factory

I am working on one of datafactory pipeline where I need to read all the sheets of excel files dynamically and use them as source in copy activity. For now, I could put all the names in variable and access, but I want to get them dynamically and load.…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,257 questions
asked 2020-09-30T11:41:43.647+00:00
Purushotham Chanda 6 Reputation points Microsoft Employee
commented 2021-04-11T08:52:34.753+00:00
Anmol Ganju 1 Reputation point
4 answers One of the answers was accepted by the question author.

My Layout /Views out of position when deploying App on Phone ?

Hi , I made a simple app using different views and placed them with respect to my background highlighting where my buttons are supposed to be I've marked the edges.So when Im positioning them in the xml file they're fine,when I deploy it on my phone all…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,306 questions
asked 2021-03-31T17:20:36.053+00:00
Owais Ahmed 81 Reputation points
answered 2021-04-11T08:12:42.98+00:00
Owais Ahmed 81 Reputation points
1 answer One of the answers was accepted by the question author.

Iterate List<T> with Parallel.ForEach

see my code and tell can i use this code in production ? any chances is there in below code that overlapping of data ? private void button3_Click(object sender, EventArgs e) { List<Person> persons = GetPerson(); …

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,306 questions
asked 2021-04-09T15:15:45.47+00:00
T.Zacks 3,996 Reputation points
accepted 2021-04-11T08:00:46.023+00:00
T.Zacks 3,996 Reputation points
4 answers

How to use xamarin push notification to specific page in the app?

I could not find anything or was outdated on when the app is in the background or not running, the user clicks the notification icon, and will be directed to a specific page inside the app (every time the page might be different), i am not sure where to…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
348 questions
asked 2020-11-26T02:22:27.79+00:00
Baha Masoud 41 Reputation points
commented 2021-04-11T05:02:43.957+00:00
Tarik YILGIN 1 Reputation point
2 answers

Best Azure Storage Solution

i need recommend on a data storage solution . It needs to meet the following requirements., accessible to application via REST connection. tables hosting with varying size and patterns. automatically replicate data to a secondary region can…

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
178 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,377 questions
asked 2021-04-09T20:24:19.37+00:00
Ankit Rathod 371 Reputation points
commented 2021-04-11T04:15:12.297+00:00
SUNOJ KUMAR YELURU 14,986 Reputation points MVP
3 answers One of the answers was accepted by the question author.

Combobox properties

I want to be able to input an item into a combobox that is data bound. If this is possible. I have a combobox that is bound to a table. I use this combobox to display a set of items from a table, each of which defines a type of document, e.g., SOP,…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,446 questions
asked 2021-04-09T20:52:37.187+00:00
Glenn Walker 251 Reputation points
accepted 2021-04-11T03:30:14.337+00:00
Glenn Walker 251 Reputation points
0 answers

[Known Issue] Unexpected results when printing from some apps after installing updates released March 9, 2021 or March 15, 2021 

Symptom: Issues might include: Elements of the document might print as solid black/color boxes or might be missing, including barcodes, QR codes, and graphics elements, such as logos. Table lines might be missing. Other alignment or…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,723 questions
asked 2021-03-29T09:25:42.137+00:00
Yi E Wang 646 Reputation points
commented 2021-04-11T03:17:51.773+00:00
TARIK 1 Reputation point
2 answers

C++ unresolved external symbol _main referenced in function "int __cdecl invoke_main(void)"

Hello Everybody. I had error. What must i do to fixing the problem? Thanks for help. #include <stdio.h> #include <windows.h> #include <mmdeviceapi.h> #include <endpointvolume.h> void Usage() { …

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,856 questions
asked 2021-04-10T20:52:33.943+00:00
Filip 831 Reputation points
answered 2021-04-11T02:42:24.633+00:00
WayneAKing 4,926 Reputation points
0 answers

Modbus communication over BLE in Xamarin.forms

Requirements are like that, I need to communicate with Modbus via BLE in xamarin.forms for all platforms. For sending on BLE, I'm searching libraries to create the Modbus packet, etc . So, which library I can use to communicate with Modbus over BLE? …

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-04-11T02:33:16.45+00:00
rmpQue 6 Reputation points