There is a Survey on the Functionality and Usability of DynamicForm Module.
What do you think about DynamicForm Module? We're looking for feedback from developers like you. Take the survey.
WE'RE CURIOUS, AMBITIOUS, HUMBLE & HUNGRY.
Oqtane is a modular application framework for Blazor, and Studio-Elf is an early adopter of this framework. If your application requires a robust, solid architecture, then Oqtane may be a good solution for you.
What is also nice to note is, the Cross Platform Database Support ( ie. LocalDB, SQL Server, SQLite, MySQL, PostgreSQL )
Oqtane has a built in User, Role, and Page management, as well as support for external third-party modules as well as custom modules designed and built by Studio-Elf. New modules can be scaffolded to meet your needs so you can be up and running with a new system in weeks.
Studio-Elf is an active contributor to the github codebase, so familiar with what is available and what is on the roadmap.
Blogs Summaries
- Oqtane43
- DynamicForms25
- Visual Studio5
- RocketFuel3
- Agilify2
- #All
Essential Guide: "Migrating a Standard Blazor Application to Oqtane"
- Oqtane
When it comes to Blazor development, the Oqtane framework offers an exciting evolution for developers looking to build modular, scalable applications. Recently, I came across an exceptional article on the official Oqtane blog, titled "Migrating a Standard Blazor Application to Oqtane", and I can’t recommend it enough. This post provides an incredibly valuable guide for anyone considering making the leap from a standard Blazor application to the Oqtane ecosystem.
Created 02-Oct-2024 2024-W40
Read Blog
Revolutionize Your Forms
- DynamicForms
- SDK
Revolutionize Your Forms: Introducing the DynamicForm Custom Control SDK
Created 22-Aug-2024 2024-W34
Read Blog
DynamicForm 2.4.3 Released
- DynamicForms
- 2.4.3
This release is updated for the new 5.2.0 release of Oqtane and the new Search interface.
Created 01-Aug-2024 2024-W31
Read Blog
Oqtane Released 5.2.0
- Oqtane
- 5.2.0
The 5.2.0 release is a major release and includes a native search solution for indexing content, the ability to support custom text editors, as well as usability, scalability and performance improvements.
Created 25-Jul-2024 2024-W30
Read Blog
DynamicForm 2.4.1 Released
- DynamicForms
In this release we see 3 new controls and a small game changer for the form UI.
Created 25-Jul-2024 2024-W30
Read Blog
DynamicForm 2.3.2.1 Released
- DynamicForms
New control added CheckBoxList
Created 11-Jul-2024 2024-W28
Read Blog
Exploring the New Oqtane Templates for Module and Theme Development
- Oqtane
- Templates
- MudBlazor
- Radzen
- Syncfusion
Oqtane, the open-source modular application framework for Blazor, continues to evolve, now offering four innovative templates designed to streamline module and theme development. These templates, available for download through the Oqtane Marketplace, embrace the code-behind format and integrate popular UI component libraries, ensuring developers have the tools they need for efficient and dynamic application building.
Created 15-Jun-2024 2024-W24
Read Blog
Multilingual Text / HTML module nearing release
- Oqtane
- MLTextHTML
- Multilingual
The Studio Elf Multilingual Text / HTML module is nearing release. Allowing you now to have different content depending on your language selection.
Created 11-Jun-2024 2024-W24
Read Blog
Oqtane Release 5.1.2
- Oqtane
The 5.1.2 release has been upgraded to the latest .NET SDK 8.0.5. The Control Panel was enhanced with the ability to add a copy of an existing module to a page. A new Prerendering property was added to the IModuleControl interface which provides developers with more granular control over component rendering behavior. The Language Selection component was enhanced to work in static rendering scenarios, and the entire application was reviewed for missing localization keys. Support was added for "headless" modules which do not have any UI components. And logic was added to provide a consistent browser scroll position when navigating in Blazor static server rendering.
Created 29-May-2024 2024-W22
Read Blog
New Theme Released "JetPack"
- Oqtane
- Theme
The JetPack theme gives you more control over your content Panes.
Created 18-Apr-2024 2024-W16
Read Blog
Latest News
-
Announcement 16-Nov-2023Oqtane 5 Released
The 5.0.0 release is a major release and represents the official migration from .NET 7 to .NET 8.;
-
Announcement 03-May-2023Oqtane 3.4.3 Released
This will be the last .NET 6 release - the next release will be Oqtane 4.0 on .NET 7 (expected timing late May/early June) Oqtane is an open source modular application framework that provides advanced functionality for developing single page applica...; Github 3.4.3
-
Blog 30-Mar-2023Oqtane Release 3.4.2
Oqtane is an open source modular application framework that provides advanced functionality for developing single page applications that run on web, mobile, and desktop. It leverages the Razor component model to compose a fully dynamic web developmen...; Release 3.4.2 GitHub
-
Announcement 18-May-2022OQTANE 3.1.2 Released
Small hitches sorted out and upgrade is simple. ; https://www.oqtane.org
-
Article 28-Apr-2022Visual Studio Tips
Paste JSON and XML as a Class;
-
Blog 13-Dec-2021Site Upgraded to 3.0.1
Today the site was updated to 3.0.1. Painless as always.;
-
General 12-Dec-2021Published Packages 11 packages / 9,578 downloads
Today just checked the status on Nuget and was completely surprised to see that there has been 9,578 downloads.;
-
Announcement 14-Nov-2021New Module Released
We are pleased to announce the New module MediaPresenter.; MediaPresenter
-
Announcement 10-Nov-2021Announcing ASP.NET Core in .NET 6
.NET 6 is now released! ASP.NET Core in .NET 6 includes everything you need to build rich modern web UI and powerful back-end services.; ASP.NET Core in .NET 6
-
Blazor FAQ 10-Oct-2021Retrieve a selected value of the select control
How to retrieve a selected value from the select control, you can use either the @bind or @onchange event.;
-
Announcement 30-Sep-2021Oqtane 2.3.0 and 2.3.1 Release
The 2.3.1 release is to fix AntiForgeryToken header was not being set during startup. The 2.3.0 release A grand total of 66 pull requests by 8 contributors were integrated into this release bring the total to 2359 commits all time.; Oqtane 2.3.1 Release
-
Blog 30-Sep-2021Is there a way to localize HTML control
In short no, it's up to the user's browser to display a localized version of the text. In other words, the user has to be running a localized version of the browser to get localized text there. There's no direct way in HTML to change that text for se...;
-
Blog 11-Aug-2021.NET Hot Reload User Experience for editing managed code at runtime
In this release we are excited to make available the first release of the new Hot Reload user experience when editing code files for applications such as WPF, Windows Forms, ASP.NET Core, Console, etc. With Hot Reload you can now modify your apps man...;
-
Blog 10-Jul-2021oqtane.framework Release v2.2.0
The Oqtane Framework is built on Blazor, an open source and cross-platform web UI framework for building single-page apps using .NET and C# instead of JavaScript. This release of Oqtane is targeted at .NET 5.0 (v5.0.100+). This release is upgradeabl...;
-
Announcement 05-Jul-2021OQTANE 2.1 NOW SUPPORTS MULTIPLE DATABASES
Hot on the heels of Microsoft BUILD 2021 we are pleased to announce the official release of Oqtane 2.1, a new major release of the popular modular application framework for Blazor, adding multi-database support to its growing list of framework capabi...; OQTANE 2.1 NOW SUPPORTS MULTIPLE DATABASES
-
Blog 10-Jun-2021Oqtane 2.1.0 releases
Multiple Database Support and 2.1.0; Oqtane 2.1.0 Release
-
Blog 10-Jun-2021WebDav and disabling
Whis some hosting providers things come preinstalled, and webDAV was one on the features I did not want as it breaks the Oqtane framework. So here is how to manually disable it in the web.config file.;
-
Article 28-May-2021AddTransient, AddScoped and AddSingleton Services Differences
What is the difference between the services.AddTransient and service.AddScoped methods in ASP.NET Core?;
-
Blog 21-May-2021Visual Studio 2022
Visual Studio 2022. It will be 64-bit and will provide a leaner, more intelligent, and action-oriented experience. ;
-
Blog 19-May-2021Blazor Conf - Bhubaneswar - Friday, June 11, 2021
Blazor Conf - Bhubaneswar is a free event organized by Utkal Techies Forum and ServerlessDays Bhubaneswar to spread awareness among the developer community in the region on Blazor and it's use cases. It is going to be 6-hour long virtual event with b...; Blazor Conf
-
Announcement 13-May-2021Tag It released
New module call Tag It has been released.;
-
Blazor FAQ 12-May-2021What is the difference between Blazor vs. Razor?
Razor is a popular template markup syntax for .NET. Blazor (Browser + Razor) is a .NET based web framework which can run on the client using WebAssembly or running on the server via SignalR.;
-
Blazor FAQ 12-May-2021How do you preserve the state in Blazor server-side?
Blazor Server is a stateful application framework that maintains a connection to the server. Its state will occur in the server memory known as circuit. We can preserve the state in Blazor server-side three ways:; State Management
-
Blazor FAQ 12-May-2021What is the difference between using @bind and @bind-value?
In Blazor, there is no significant difference between using these two attributes. ;
-
Blazor FAQ 12-May-2021How do I check the framework version?
Using C# conditional preprocessor directives and predefined constants, you can check the Blazor target framework version.;
-
Blazor FAQ 12-May-2021How do I render raw HTML in Blazor?
Raw HTML can be rendered in Blazor by using the MarkupString. ;
-
Blazor FAQ 12-May-2021How do I get two-way binding in Blazor with the Select component?
To use two-way binding in a Blazor component, add the bind attribute to a field. Two-way data binding pushes the changes to the component, gets the data from the component end, and updates its own data accordingly.;
-
Blog 10-May-2021New Oqtane module soon to be released.
The module is called TagIt and is an intuitive way to navigate the site.;
-
Blog 08-May-2021Oqtane - StudioElf.LocSharedRes Localization Example Module
Example: How to create Localised Module for Oqtane. This solution also uses a SharedResource.resx for shared language resources.; StudioElf.LocSharedRes
-
Blog 03-May-2021Debugging Oqtane Modules
The process of debugging modules for Oqtane is long winded and you need to run two instances of Visual Studio as explained by Michael Washington https://blazorhelpwebsite.com/ViewBlogPost/15.......; Michael Washington Solution
-
General 29-Apr-2021Resources used for this site
Just thought I would record the resources that are being used to run this site.;
-
General 29-Apr-2021Site updated with SSL/TLS protocol
Today created and added SSL certificate to the site;
-
Blog 29-Apr-2021Studio-Elf Announcements module released
A few days ago I released a module for Oqtane "Announcements" on to NuGet. ; StudioElf.Announcements
-
Blog 27-Apr-2021New module being released soon, very soon
I'm currently in the process of getting one of my many modules ready for release. The module in fact is this module that you are reading from.;
-
General 27-Apr-2021Oqtane Module Development Series
This is a really good starting point for getting started with module development in Oqtane.; Oqtane Module Development Series
-
Blog 22-Apr-2021Choose Wisely between Blazor WebAssembly & Blazor Server
What's the difference? When should I use one over the other? Why does it matter? ;
-
Announcement 21-Apr-2021Visual Studio 2022 announced
Read about the vision for Visual Studio 2022. Learn about new features and improvements that will make you a more productive developer. And did we mention it's 64-bit? ; Visual Studio 2022
-
Blog 19-Apr-2021Blog OQTANE 2.0.2 RELEASED By Shaun Walker
Oqtane has been receiving plenty of exposure in recent months and was featured on the .NET Community Standup with Safia Abdalla and Jon Galloway on April 13. The 2.0.2 release contains a variety of user experience improvements for both software devel...; OQTANE 2.0.2 RELEASED
-
Announcement 19-Apr-2021Oqtane Noteworthy Changes in v2.0.2
A grand total of 33 pull requests by 6 contributors were integrated into this release.; Oqtane Github
-
Blog 18-Apr-2021Oqtane Module Template
Oqtanes module creator uses a template to create the external module. This feature is extendable as you are able to create your own templates.;
-
Blog 16-Apr-2021Visual Studio (Windows) timeout
If Visual Studio throws an exception that the debug adapter failed to launch mentioning that the timeout was reached, you can adjust the timeout with a Registry setting:;
-
Announcement 16-Apr-2021Oqtane
Oqtane is an open source modular application framework that provides advanced functionality for developing web and mobile applications on ASP.NET Core. It leverages the revolutionary new Blazor component model to compose a fully dynamic web developme...; Oqtane