Questions tagged as 'c#'

1
answer

How to send WinForm images to a C # WebAPI service on both sides

I have two applications, a WinForm running location and a WebApi hosted remote. I already send data to the server from WinForm, the code looks like this: JavaScriptSerializer json_serializer = new JavaScriptSerializer(); string DAT...
asked by 20.05.2015 / 16:43
1
answer

Meaning of expression% # "example"%

I'm used to seeing expressions like <%= "Olá" %> but I came across a code: <asp:Image id="imagemStatusDocumento" runat="server" ImageUrl='<%# ObtemImagem(Eval("NomeTipo")) %>' /> Highlighting the...
asked by 27.10.2017 / 14:41
1
answer

Winform - Bug on using Tabcontrol with MetroFramework

So, I'm having a problem when I use Tabcontrol customized by Modern UI MetroFramework . It turns out that a bar appears on the upper left side (scrollbar) and only disappears if I give a click event on it. Ex: I have already looked...
asked by 26.06.2017 / 17:14
1
answer

What are the differences between BCL and FCL?

The Base Class Library (BCL) Framework Class Library (FCL) is a .NET component. What defines what each one does? What goes into each one?     
asked by 03.04.2017 / 14:43
3
answers

App being recognized as potentially dangerous

I usually copy the exe of the path:   C: \ Users \ Username \ source \ repos \ ChatWinForms \ AppName \ bin \ Debug \ AppName.exe But when I send it to my coworkers to test it, the browser says the file is often dangerous and block...
asked by 03.10.2017 / 02:32
3
answers

'NT AUTHORITY \ ANONYMOUS LOGON' failed in SQL Server 2012 on remote server

I have a cool running application on my local server. I made some changes to it and prepared to publish a test approval environment. Since we are migrating the local banks and servers to a new data center , I decided to test the new applic...
asked by 24.09.2014 / 20:50
2
answers

ASP NET MVC Include Url Parameter on all pages

I have an ASP NET MVC application that is multi-client and multi-user, that is, it is prepared to be used by multiple clients and each client can have multiple users. Initially, the login form has the text entry for the client code. However I...
asked by 03.03.2015 / 18:27
1
answer

How to identify and count prefab collisions at Unity

I'm developing a game for android on the unity platform that is similar to the Tetris game, the difference that is geared towards chemistry, and instead of going down the tetrominos will go down the elements to compose a molecule. Well, what log...
asked by 20.06.2016 / 16:52
1
answer

Phonetic search on SQL server

I need to implement phonetic search for Portuguese (br). Does anyone have any solution for phonetic searching in SQL Server with C #? Should the search fetch within a string using the SOUNDEX function or some similar function that works in pt...
asked by 25.06.2016 / 15:00
1
answer

App.config how to use 'ConnectionString' encrypted

In my app.config I have a section that for my String connection: </configSections> <connectionStrings> <add name="Azure.Onee" connectionString="Server=tcp:tps****.database.windows.net,1433;Data Source=tps****.databas...
asked by 12.09.2016 / 14:52