Still about ASP.NET Identity , following another question I asked about it ( ASP.NET Identity Example using SQL Server ), an interesting topic within the same subject would be about < in> Claims .
What is it about? What would be a...
I'm creating an application that will use an Oracle database, but when I enter .edmx (Entity Data Model) I came across the following situation!
I can not create a connection with Oracle Database. What do I need to do to make this work?...
Context
I have two steps in my service, uploading and downloading the file.
In uploading to the service I get the data through an array of ASCII bytes .
This data is stored in a database. In the download, the data related to the file is s...
I am modifying an open source project created by Pavel Torgashov, called Fast Colored TextBox, and am having problems with the VB language in the editor, since methods and properties are indented within Interfaces ...
Instead of lookin...
Good afternoon, I'm having a problem implementing external login in a project I'm working on.
ASP.NET Web API + Owin + OAuth.
Environment:
I work with two Server1 and Server2 servers.
Server1: Server published on the WEB. It hos...
Using non-primitive variable type in C # can affect performance?
I've seen a lot of code in which, instead of using primitive C # types, many use types similar to other languages that IDE supports.
I already questioned a programmer why he...
Good afternoon,
I have an application in the language C # that develops an application for android (using xamarin).
The application works normally for android versions 2, 3, 4 and 5. However, using a device with android 6 (marshmallow), t...
I would like to know if you can restrict requests to a web api specifically for a machine.
My api web will be hosted on computer A.
My client (at first only one) will be hosted on the computer B .
Different servers, different machines....
In a Windows Forms application I can create configuration properties.
HoweverthereisnotypeList<T>orDictionary<TKey,TValue>.Clicking"Browse" and searching mscorelib > System.Collections.Generics I see only the type KeyNotFoun...
I have a question regarding JSON, I have the following JSON:
{
"jsonrpc":"2.0",
"result":{
"nr":26,
"lista":[
{
"codigo":"2",
"nome":"Pratos Quentes",
"foto":"./images/cupcake.png"
},
{...