95 results found
-
samanalysts1@gmail.com
NBA Top Shot Clone Script app or web - iMeta Technologies
Experience the thrill of the NBA Top Shot NFT Marketplace with our pre-engineered NBA Top Shot Clone Script app or web. Buy, sell, and exchange officially licensed NBA highlights in the form of rare NFT collectibles, revolutionizing the traditional trading card experience into a digital NFT format. Our script offers unparalleled flexibility, allowing the integration of cutting-edge features to captivate players and establish a formidable presence in the dynamic NFT market. https://imetatech.io/nba-topshot-clone-script
1 vote -
what are the problems face as developer
Developers encounter a myriad of challenges, including technical glitches, tight deadlines, and changing project requirements. The constant pressure to meet deadlines can lead to stress and compromises on code quality. Additionally, communication barriers within teams or with clients can result in misunderstandings, causing rework. Limited access to resources and the continual need to stay abreast of evolving technologies further contribute to the complexities developers face. Navigating these challenges demands resilience, effective communication, and a commitment to ongoing skill development to ensure success in the ever-evolving software development landscape. (https://www.tekrevol.com/mobile-app-development-new-york-city) Mobile app development company nyc</a> is also guides their…
1 vote -
Add property 'HasTrigger ' for table to support EF Core 7.0
For support the new features of EF Core 7.0 it is necessary to tell the modelBuilder if a table has one or more triggers:
12 votes -
EntitySet Pluralization: Add suffix
Add option 'Add suffix' to 'EntitySet Pluralization'
3 votes -
Associations duplicates
When there is a duplicity in an association
FKTableATableB (TableBId = TableBId)
FKTableATableB_Another (TableBId = TableBId)It doesn't have an impact but the Entity Developer could change for the error to be fixed.
1 vote -
Add support for dark mode or additional DX dark themes
Given that the product uses DX libraries, I would love to see the new DX SVG themes integrated into the application. This is one of the few apps that don't have a true "dark mode" or theme that replicates a "dark mode". Seems like this would be an easy upgrade that would add a tremendous amount of value for our team and their eyes.
https://docs.devexpress.com/WindowsForms/2399/build-an-application/skins
Thanks!
3 votes -
.NET 5 Source Generation Support
Create a template that supports using .NET 5 Source Generation instead of creation of traditional class files.
https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/
3 votes -
Create class with constant strings from mysql table row values
Template to create a class with constant strings from mysql table row values using .NET Core 5.
Example:
CREATE TABLE listpermissions (
permissionname varchar(255) binary NOT NULL,
PRIMARY KEY (permissionname)
)
INSERT INTO listpermissions(permissionname) VALUES
('allowedtodox'),
('allowedtodo_y');Desired imported class:
using System;
namespace MyApp
{
public static class Permissions
{
public const string AllowedToDoX= "allowedtodox";
public const string AllowedToDoY= "allowedtodoy";
}
}3 votes -
All changing the appsettings.json filename where the connection string is saved
At a minimum allow us to specify something other than appsettings.json. In the case where multiple projects have hardcoded references to appsettings conflicts occur. (In regards to any .NET EF project).
1 vote -
Improve support for custom types (NHibernate)
Currently you can define 'Typedefs' and assign an 'IUserType' converter to properties, but there's a lot of room for improvement:
1.- Add support for 'ICompositeUserType' converters. That implies adding the possibility of assigning more than one column to a single property.
Allow defining known 'IUserType' and 'ICompositeUserType' coonverters, with their expected column types and property types, so they can be selected inside the 'Edit Property' view instead of having to manually type their name in the property grid. When a converter is selected the columns list for that property should be pre-filled acording to its definiton.
Include typedefs in the…
3 votes -
1 vote
-
PLease let us lock tables and relationships to protect them from sync.
I run a non trivial database - some hundreds of tables. We often use (sql server) views to generate statistical data for entities (i.e. they see how many sub objects are there etc.) so that we can easilfy filter by them (some of those views include some quite complex properties.
Views can not have primary keys. Mine have them (i.e. they are not double) but I can not set that up in SQL Server.
In order to us them properly I have to manually define a primary key and then I can use an association between the view and the…
4 votes -
Export <auto-generated /> code documentation element to generated code files
We are using StyleCop.Analyzers extensively to ensure a unique coding style in our projects.
The problem is, we receive a lot of warnings about coding style rule violations in code files generated from EntityDeveloper's DbContext
code generation template.Some of the warnings can be easily suppressed by activating the DbContext template's property "Generate GeneratedCode Attribute" .
But some disturbing warnings remain (e.g. SA1027, SA1200, SA1210 especially in generated enum code files or pregenerated views).
These warnings can be suppress using global suppression file. But unfortunately only for all code files in the particular project, instead of only for the affected…5 votes -
Allow to add extended properties to class properties of type ValidationErrorMessages
Allow adding extended properties of type ValidationErrorMessages to class properties, so that we can use them customizing validation templates
30 votes -
Generate typescript classes from DTOs
add an option to the DTO generation template, so that it would also generate typescript classes on a given folder
6 votes -
Support generating EF Core & EF 6 from same model
As EF Core gains traction there must be millions of developers out there faced with migrating EF frameworks while supporting existing .NET Framework projects. To be able to define a data model and then generate both EF Core and EF 6 configuration & contexts would be amazing.
1 vote -
debugging Templates
It is a basic need for any developer... being able to debug.
In this case it is of great value being able to debug ED Templates... many of requests I have seen here could be solve with ability of developing templates.
However to do so it is needed ability to debug templates as it is done with T4.10 votes -
Implement search in database explorer and model; datatype colorfull
Sometimes we just want to add/update some tables;
Currently process for finding them is quite tedious as there is no shortcut for findeing them...
Having a searchbox to define a filter criteria would help a lot (aslo being able to filter by status - add, update, remove)8 votes -
Template for DTO Generation - ToEntityWithRelated(...)
Implement as it is done in ToDtoWithRelated(...)
6 votes -
Start ED without admin rights
Unfortunately it is necessary to start EntityDevoloper with Admin-Rights. That means, DE is useless for compannies with strict user policies (just normal user rights for all users). It would be very helpful to modify the configuration settings to store at a place accessible for all users!
39 votes
- Don't see your idea?