aspnetskeleton2

A foundation for building robust web applications on ASP.NET Core. (by adams85)

Aspnetskeleton2 Alternatives

Similar projects and alternatives to aspnetskeleton2

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better aspnetskeleton2 alternative or higher similarity.

aspnetskeleton2 reviews and mentions

Posts with mentions or reviews of aspnetskeleton2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-26.
  • Modern ASP Web Application with Typescript and SASS
    2 projects | /r/dotnet | 26 Sep 2022
    There's another sample project which demonstrates how to set up the latter strategy. (In this case the TS compiler configuration is included in the csproj but, of course, you can use tsconfig.json as well. For that, here's another example.)
  • Small to medium RESTful APIs with EF Core, what is a good architecture default?
    2 projects | /r/dotnet | 20 Sep 2022
    It's not at all. For more complex applications (which benefits from a service layer) I use exactly this architecture you described. I've built a few applications with it and it worked fine for me. If you want to take a closer look, I also have a template for this. (Haven't had the time for documentation yet but it can still give you some ideas.)
  • Table Sorting and Paging in Razor Pages
    1 project | /r/dotnet | 20 Apr 2022
    Table rendering logic (implemented as global razor helpers)
  • What are the best options for front-end minification and bundling that don't depend on node/npm?
    2 projects | /r/dotnet | 5 Nov 2021
    As for TypeScript, you're kinda out of luck because the TS compiler is written in TS, so it inevitably needs a JS runtime (like node) to run. However, IMO it's strongly advisable to use TS for any client-side logic bigger than 100-200 lines of code. So regarding this I usually just accept the compromise. At least, the following setup works for me perfectly: I configure the TS compiler to emit ES6 modules and I bundle the emitted JS modules using the lib. You can find a working example of this in my web project template: tsconfig.json, bundler configuration.
  • Code Generation .net core / 5.0 / future (with templating?)
    2 projects | /r/dotnet | 11 Sep 2021
    I use this code generation strategy combined with .NET Core Local Tools to generate boilerplate code (2-3 source files at specific locations) for CQS commands and queries and I'm quite satisfied with this method so far. You can check out the sources of my codegen tool here if you want to explore it. Might give you some ideas.
  • System.Text.Json Rant
    3 projects | /r/csharp | 6 Apr 2021
    But TBH the only feature I really missed when I work with STJ is polymorphism support. You don't even need a 3rd party lib for that: it requires some gymnastics but it can be implemented relatively easily by creating a custom JsonConverterFactory + JsonConverter. This implementation of mine can give you some ideas. (Also does type whitelisting based on Protobuf configuration.)
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 3 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic aspnetskeleton2 repo stats
6
4
0.0
10 months ago

adams85/aspnetskeleton2 is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of aspnetskeleton2 is C#.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com