Questions tagged [disconnected-environment]
9 questions
4
votes
3 answers
Disconnected Behavior of Entity Framework when Updating Object Graph
I'm currently working with a project that use following technologies.
ASP.net MVC - presentation Layer
Data Service Layer - (WCF)
Data Transfer Objects(DTO) Layer with Auto Mapper
Domain Layer (POCO, Code First Entity Framework)
Repository Layer +…

marvelTracker
- 4,691
- 3
- 37
- 49
1
vote
2 answers
MVC 3/EF repository pattern and proper data access
Being rather new to MVC 3 and EF, I'm trying to understand the best architectural approach to developing an application for my company. The application will be a large-scale application that potentially handles hundreds of users at the same time, so…

S9Designs
- 271
- 2
- 12
1
vote
0 answers
How to attach graph with existing parent and new child in EF Core
How to attach graph with added child in EF Core ?
private static void AttachGraphWithExistingParentNewChild()
{
Class class;
using (var context = new SchoolContext())
{
class =…

Anyname Donotcare
- 11,113
- 66
- 219
- 392
1
vote
2 answers
Are there any truly disconnectable web solutions available for cloud computing?
Cloud computing offers a lot of up-side (I currently favour Google’s App Engine), but have encountered resistance from customers who are worried that basing their business platform on the Internet (as opposed to internet servers) would risk staff…

Mark
- 9,320
- 6
- 57
- 70
1
vote
1 answer
what is a good strategy to implement user authentication with a single credential for multiple applications in both online and offline environments?
A company I work for develops winforms .net applications in which users are required to login. These applications are deployed in an online environment, e.g desktops in a LAN where the client app connects to a service on a server. The same…

stombeur
- 2,704
- 22
- 45
0
votes
2 answers
Offline git clone Drone CI using proxy as Nexus
I am running :
drone-server on top of kubernetes
and drone-kubernetes-runner to dynamically provisioning runner as pods.
After investigation, i found the Pod YAML of each runner defines the 1st step "git clone" using the image drone/git.
I am…

Abdennour TOUMI
- 87,526
- 38
- 249
- 254
0
votes
1 answer
Client needs a application which can work in disconnected mode from server and synchronise when connected
I have a clients requirement here for an application. The application is an extension on a client server application. Basically the client is a medical facility and they would maintain a central server for all of their data input. They commission…

Ali
- 7,353
- 20
- 103
- 161
0
votes
1 answer
Custom TimeStamp property in EF code first
I'm using EF 6.1 code first in my project. For following entity, I want to increment Version field value in database when onlyCode and Name values changed(I update my Entities in a disconnected scenario):
public class Product
{
public int Id…

Masoud
- 8,020
- 12
- 62
- 123
0
votes
1 answer
Best practice for updating a excel or xml data-source in a disconnected environment?
I have a application that will be run offline so there is no database connection.
My options for the data-source are Excel Spreedsheet, CSV, or XML files.
The application needs to be able to search for a record and update it.
What's the best way to…

aron
- 2,856
- 11
- 49
- 79