Hello, I want simple and easy solution to extract or get string between two strings in C#, so for example I have string "Hello World, I am .NET developer", I need output as "I am" only.
How can i do it in simple and fast way? Thanks
...This is the sample link from here also.
I've just wanted to know what is the best approach to render it fast.
On the link I provided you will see a tree view coming out from database.
What should I do to render it fast. Here's what I think please guide for better approache(s).
1) Load only parent, then load children when the parent was clicked. (What I think was, why should I fetch all data if I am not using it. That's why I only load parent then the children when the parent is clicked. Is right or not).
2) Build the tree view in api/controller before sending it back to frontview so when the loading was complete all data was already built. (but it takes to fetch coming out from api, the user will see broken menu tree view. Lets say I have e-commerce site like this. below image). How to build menu like this in fastest way without seeing broken tree. (The image is sample to see expected result.)
Happy Coding!
...I am getting this error while trying to Install Abp.AspNetCore
package using Nuget Package Manager console
Can anyone help me to understand the difference between virtual functions and abstract functions with the example in C#, I would like to understand it in easy languages as I am not able to get it reading books etc, so I can understand in which situation I should use which function(abstract/virtual)?
Thanks
...How we can open torrent files in C#
Is possible to open torrent file in C# Code like
https://www.seedr.cc/
...I have been searching on it how to switch ORM using repository pattern, and i was not able to find "examples/sample codes" of it so i can study with that.
I believe my search keywords were wrong (ex. How to switch from EF to ADO.NET using Repo pattern and etc), thats why I can not find an article that talks about it.
Lets say we implement repository pattern with Entity Framework.
Is it repo pattern tightly coupled in Entity Framework? or
Do I need to create another Data Access Layer that talks for ADO.NET/or DAPPER/ Nhibernate?(for example)
Thanks in Advance.
...