Questions tagged as 'c#'

0
answers

Geolocator Xamarin Plugin

I need to get the current location of the user's device and with this to help me I'm using the Xamarin Geolocator Plugin, I can get the current location normally on my smartphone but the Google emulator does not pick up the current location even...
asked by 17.03.2017 / 19:52
1
answer

Set margins and paper size with PrintDocument

I need to print labels and I'm using PrintDocument , but there's a problem I do not know how I create the page for printing. Ex. my tag has 4cm height and 10cm wide with margins of 0.2cm . How can I configure these private void b...
asked by 26.01.2017 / 23:10
0
answers

Application in C # that collects data from a computer network [closed]

Good evening, I'm developing a C # application that collects data from several computers with logically different IPs, this access is being done at the same time and the information is handled in the application. However, I'm noticing that the s...
asked by 19.02.2017 / 01:15
0
answers

UI and .NET desktop development [closed]

I'm beginning to develop a commercial application in C #, however, I have my doubts about how I'll do the visual part of the application (UI). I have worked with Windows Forms and WPF. In the Microsoft Build event in 2014, it was said that Wi...
asked by 28.01.2017 / 12:45
0
answers

Report in C #

I am trying to develop a report ( report ) in C# and using ReportViewer to display. I am using SGBD Postgresql , and I am not able to connect to the database and report , to get the data because an error occurs...
asked by 13.01.2017 / 22:13
2
answers

Automatic Click at a certain time

I'm new to programming in C # and would like to know if there is any way to create a program that displays local time in the format HH: mm: ss: mmm and allows the user to choose a time specific for an automatic Click of the mouse, for exampl...
asked by 13.01.2017 / 21:52
0
answers

Namespace error 'LinqToDb' could not be found

I downloaded Linq2Db.Firebird via Nuget and changed the file as instructed: <#@ template language="C#" debug="True" hostSpecific="True" #> <#@ output extension=".generated.cs"...
asked by 14.01.2017 / 21:00
0
answers

Faster parallel process but duplicate ticket number

I have a process that needs to go through a list of 3000 accounts receivable, generate a ticket number, and save. I did a parallel approach that is much faster, but doubles the number of tickets, and a sequential one, which takes 1 minute but do...
asked by 18.01.2017 / 15:10
1
answer

Error after migrations (backend .Net)

My backend is built in .NET, and by including a certain table in the solution, I get the following error:    Can not create more than one clustered index on table 'dbo.Favorit'.   Drop the existing clustered index 'PK_dbo.Favorit' before   cr...
asked by 29.01.2017 / 21:18
1
answer

How to compile the database to install together with a C # application?

I'm developing a C # application, and I need to know if I can build the database to install with the application, I've already seen something here about SQLite, but I do not know the tool and I do not know if it stores images, my case will have...
asked by 18.12.2015 / 06:25