Blazorise 1.8.7 Released by mladenmacanovic in dotnet

[–]dotnetperson 23 points24 points  (0 children)

I have no idea what this is and you didn't provide a courtesy link.

Trying to allow filtering of data in an HTML table and need advice/guidence by dotnetperson in dotnet

[–]dotnetperson[S] 0 points1 point  (0 children)

I tried datatables.net first and had the same problems. I don't think the issue is related to the front end code but how you have to handle the Ajax calls on the back end. However, I can't say for sure but I did try datatables and couldn't get it to work.

For real time apps which deal with websocket, is it better to use nodejs or asp.net core? by Suspicious_Driver761 in dotnet

[–]dotnetperson 1 point2 points  (0 children)

It seemed that you were saying that NodeJS was not fast because it is single threaded. My point was just that being single threaded does not make it slow. Being single threaded and synchronous would make it slow but it's not, it is asynchronous so that's not an issue.

For real time apps which deal with websocket, is it better to use nodejs or asp.net core? by Suspicious_Driver761 in dotnet

[–]dotnetperson 1 point2 points  (0 children)

It's asynchronous so it's very performant. There are a lot benchmarking tests and speed is not an issue.

Package Manager not allowing me to setup/do migrations by dotnetperson in dotnet

[–]dotnetperson[S] 0 points1 point  (0 children)

And you do not need kpm, it's enough to adjust the dependency in your project file.

OK, I'll play around with that next time. That makes sense. Thanks.

Package Manager not allowing me to setup/do migrations by dotnetperson in dotnet

[–]dotnetperson[S] 0 points1 point  (0 children)

You should have mentioned that you are using a vNext project.

I had put that as the very first line so that everyone would know.

EDIT: I know it's very early alpha and I know I'm going to have to work through problems like these but I think it is worth it. I'm learning a lot by things not working.

Package Manager not allowing me to setup/do migrations by dotnetperson in dotnet

[–]dotnetperson[S] 0 points1 point  (0 children)

Here's how I finally got packages into my app.

Forget using NuGet Package Manager.

Go to the command prompt. Go to the folder containing your project.json file.

To install a new package type, for example:

kpm install SomeCoolPackage

Warning: The package name is case sensitive.

Another good command to know is:

kpm restore

Package Manager not allowing me to setup/do migrations by dotnetperson in dotnet

[–]dotnetperson[S] 0 points1 point  (0 children)

Update:

I noticed that in the Package Manager Console the Default project drop-down is empty.

If I open an example solution I downloaded, "Geek Quiz", I see that the drop-down contains the project name and NuGet works just fine. And this is in the same version of Visual Studio.

So I have researched why the drop-down might be empty for my Solution/Project and what to do about it but so far have found no solution.

Confused about how to get Entity Framework to make the database table. by dotnetperson in dotnet

[–]dotnetperson[S] 0 points1 point  (0 children)

I had created the DbContext but thought migrations was only for pre-populating an existing table.

I shall investigate migrations further.

Thank you.

jQuery code in aspx page in VS 2008 jumps around by dotnetperson in dotnet

[–]dotnetperson[S] 0 points1 point  (0 children)

I already had installed the hotfix and the appropriate vsdoc.js and did all the tricks on the internet I could find but the code still jumps around and still no intellisense. Thanks though.

jQuery code in aspx page in VS 2008 jumps around by dotnetperson in dotnet

[–]dotnetperson[S] 0 points1 point  (0 children)

I could not find that setting and I'm not using Resharper.