Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 days ago.
Improve this question
Our project is having multiple database. We follow microservice architecture and each microservice interact with their own database. When i try to insert data to one of the table in the database1 i need to do some valiation on the related tables of microservice 2 and microservice 3.
Consumer is written to select the values from one table1 (microservice1)using entity framework. Now i want to connect to the next table2 (microservice 2)? How to achiev this .
should i writ another consumer to check the validation (like if th data is already existing in the table)
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 days ago.
Improve this question
How can we connect the git repository using c# code.I have to perform the read write operation. Coping files from one repository to another or from local machine to another repository using c# code.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
After adding the framework to my project I am unable to add more tables to the framework. Tried "updating model from database" in the database design in Visual Studio but it does not save the new table I want to add though it sees the new table in the database that is not in my model but does not add it
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I need to implement push technology in my application. I need to display data on the web page as it gets inserted in the database in real time.
I am using ASP.NET MVC with IBM Informix as backend database. I am trying to figure out if it is possible to use SignalR with Informix?
Does SignalR have any dependency on the backend database? Or could it be used with any database?
Signal R is a system for real time (ish) communication over an HTTP connection and your database is for data storage. The two are solutions to completely separate problems, and there is no dependency between them. You can write code to link up these two parts of your application.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have an Asp.net MVC 5 application which is using the Microsoft.AspNet.Identity.EntityFramework provider classes. How do I implement my own version of the Users and roles tables and still using Identity provides for AspNet?
I have my own Class User(username,password) and i want to use the Identity for log in.
UPDATE
I've solved my problem, using a table whit relation one to one from AspNetUSer to my new table User.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
how is c# sqlite database daily backup ? (automatic everday)
On a project
I want to take backup of the database every day
I am writing with c #
sqlite database server
how can
You can copy the file or use the online backup api