-
- CarRent.WebAPI
- CarRent.SecitityAPI
- CarRent.Persistance ( entity framework implementation )
-
- [x] Entity Relationship Diagram
- [x] Framework for Database
- [x] Create tables
- [x] Implement Db and connect to application using connection string
- [x] Observe change made on application ta…
-
The physics broadphase logic has been refactored.
It uses custom BVH for the world and each entity children entity.
This new framework is entirely multi-threaded so there is no performance impact.
…
-
```
What steps will reproduce the problem?
Attempt to use a 'shared' gwt package resource that has non-translatable code
in it, then try open the UI in GWT Designer.
What is the expected output? Wha…
-
## File a bug
[x] Please check that the documentation does not explain the behavior you are seeing.
[x] Please search in both open and closed issues to check that your bug has not already been filed…
-
**Is your feature request related to a problem? Please describe.**
This feature request is not related to a problem. It is an exploratory idea to consider replacing AutoMapper with Mapperly.
**Des…
-
**Problem Statement**:
Current implementations leveraging PUSH (RFC 8935) require receivers to have publicly exposed endpoints. This setup complicates real-time communication and scalability.
**Pr…
-
ITNOA
I see in [NuGet](https://www.nuget.org/packages/Cake.EntityFramework) this package is mark deprecated. my question is why this package is deprecated? and what is alternative for this package?…
-
```
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder.UseCollation("Chinese_PRC_CI_AS");
modelBuilder.Entity(entity =>
{
entity.Property(e =…
-
If you run the below code in interpreter:
```
>>> safety = t1.get('strategies', 319492, child='safety', full="*")
>>> safety.include = []
>>> safety.save()
>>> safety = t1.get('strategies', 319492, c…