I'm trying to create a web api application that could support 3-4 similar web sites as a backend. Sometimes I'll need to deploy changes and fixes to my backend that are not as critical to all sites, so I want to expose the API in Urls dependent on my version (.../v1.0.0.3/StuffControler/DoSomething). For that I need the ability to load several versions of my assemblies at once. I can write my own implementation of that using reflection, but I'm using Ioc container that loads my implementation - my question is : could it also pick the assemblies by a given parameter (version number)
Is there an Ioc container that supports assembly versioning by reflection?
133 views Asked by user355289 At
0
There are 0 answers
Related Questions in WEB-SERVICES
- Apache CXF is unable to handle duplicate localnames
- Why do we call all http services 'Web Api/Web Service'?
- Postman Webservice PHP Curl Code POST request giving forbidden error when run in local
- Migrate ASMX web method to WCF which accepts string array
- PKIX failed when using custom SSLcontext with custom keyStore and trustStore
- Problems in Validations via Web Service in a Vue 3 Application
- Maven plugin 100% compatible Java21 to generate stub classes from WSDL file and generate *.wsdl from java classes? A solution
- Kubernetes Ingress Port to Port route
- How to handle a multi thread tests calling a single thread web service in .Net Framework 4.6?
- oracle.dataaccess.dll keep showing up as reference after build of C# web service using Oracle MDAC
- Your thoughts on the suggested architecture for addressing the challenges and maintenance of third-party API implementation
- Issue with BizTalk register WCF-WSHttp adapter while calling web service
- Does PHP SoapClient creates XML to be sent to webservice end point, based on WSDL file, while using CURL the XML should be manually created?
- Invoice API in Authorize.net like Square
- Publish JAXWS Endpoint in the same port than Spring boot
Related Questions in REFLECTION
- In Rust, how to inspect values captured by a closure?
- How to get class properties or fields using reflection in Kotlin/Native?
- Filtering class properties by a specific criteria
- GetValue for Field contains too many arguments
- Custom PHPStan rul lto allow calling class method only from specific class
- What boilerplate is the best for dynamic form building with reactjs typescript and .Net core microservices
- How to get a name of member property from the parent object
- control javac options per class from annotation processor
- Access to all types, classes and interfaces from multiple projects through reflection in C#
- C# Reflection emit invalid program when calling emited method from generic type that implements interface
- Quarkus: Find and invoke annotated methods for listener
- Extend capacity of slice wrapped in interface type using reflection
- Using Reflection how do you determine if a class property allows null?
- How to loadClass spring class from spring jar
- C# Reflection Emit Invalid program exception when implementing generic interface
Related Questions in ASP.NET-WEB-API
- Log to Dynatrace using Serilog and web.config .NET Framework API
- How to create a REST API with .NET Framework?
- ASP.NET Core Background task with service container
- App gateway closing connection after 100 requests
- Web API works with Windows authentication enabled when consumed via Swagger but throws an unauthorized issue when accessed through web app
- The 'GetUriByAction' method in the LinkGenerator class in Asp.Net Core is not defined in the Repository layer of the project
- Entity Tracking Conflict when Authenticating Users in ASP.NET Core API
- Class validation on response body in .NET WebApi
- My ASP.NET server does not work and I am wondering what's missing, when I open Swagger, I get error 500
- How to split Serilog log file into multiple files?
- Response payload is not odata payload
- How can I upload picture
- Web Forms aspx - PostAsync Web API
- do you know any free reporting services like devexpress or boldreports?
- WebAPI don't deserialize JSON but same payload works in Swagger
Related Questions in INVERSION-OF-CONTROL
- Blazor/Razor resolve components using dependency injection
- Autofac: Registering a Singleton and InstancePerDependency Dependency Relationship
- qualified dependency injection without dependency loockup
- Using message bus with promises and for DI/IOC
- Is it possible in Castle Windsor to inject a named component without registering it explicitly?
- Unity IOC Container. How to resolve instance from IOC container outside of the scope where container was created?
- Springboot 3.2.2 Failed to inject bean using @Autowire but works when changing springboot version back to 2.7.5
- What is the correct way to handle data access to a user-selectable file using dependency injection in a WPF MVVM application?
- Flutter IOC using model name as string like laravel
- Does dependency injection make sense for "pass by value" types? Is there a difference in DI for Value Types and Reference Types
- Injecting an abstract class in config file instead of instantiating with a new calss which extents it Spring Boot
- SQLite with DI freezing the UI
- My Azure service bus receiver closes due to Idle Timeout and I haven't found a way to fix it
- Inversify child class with super method passing the argument to parent is not working
- Springboot integrates stateless4j: Autowire get null
Related Questions in IOC-CONTAINER
- Do we need IoC containers in typescript if ts-mock-imports exists
- Laravel's Singleton issue (works in Tinker, not in the served app)
- Problem registering two instances of IEnumerable<Type>
- Unity IOC Container. How to resolve instance from IOC container outside of the scope where container was created?
- How to register dependencies in Castle Windsor that work the same as MEF's [Export]
- Question of lifycycle callbacks of beans in Spring
- Autofac assembly scanning with interfaces
- Autofac WhenInjectInto like Grace/Ninject
- IocLookupException: E_IOC_LOOKUP_FAILED: Cannot resolve "Adonis/Lucid/Database" namespace from the IoC Container
- WPF with Dependency Injection using Ioc
- When i use IoC container to control windows in WPF MVVM, Open Window workes, but Close Window doesn't work
- Resolve a service using Autofac
- Does getbean() method share the beans for different instances of the bean?
- Dependency Injection container for functional programming in Typescript and Express
- How to create and configure multiple instances of the same class with dependency injection?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)