HybridSolutions

Results 50 comments of HybridSolutions

The issue with the animation when scrolling up is simple to solve. You can't just remove the .banner--stick class, because that, will immediately make the element non fixed and jump...

Hi Mark, any updates?

I don't see any disadvantage on the new approach, as long as multiple operations can still work in case of using transactions. Don't like the .Commit() since EF Core uses...

Personally, don't like the idea of UoW while using EF. It's an unnecessary level of abstraction and it will make the library heavier and complicated. Been using only the Repository...

> Fluid is a template language like Razor, why you need to mix both of them? Because I need templates that don't have to be recompiled each time a change...

I want to be able to make changes to templates at runtime without having to compile the hole web project like I do now with Blazor or even Razor Pages...

> I know what you mean,You can add DbSet in applicationContext.cs, use applicationcontext class for data maintenance. > > ```js > public class UserProfileData > { > public int Id...

> I have an idea why not use UserClaims for storage user profile information. So you don't have to change any code That's an idea. The issue I'm seeing is...

@aloksharma1 can you share the other plugin libraries you've tried? Thanks!

Would also love to see this! Is this project still maintained?