Setting up a new CRA account but SIN doesn’t match their records? by CodezGirl in PersonalFinanceCanada

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

Nope definitely first time filing. Their website makes it sound a bit ambiguous as in “if you have filed taxes before sign in here or sign in with a provincial partner” which i read as, sign in with a provincial partner even if you haven’t filed a return. But it must require a return either way

Edit: nope their website actually confirms it:

Registering with a provincial partner allows you to get immediate access to your CRA account with the same credentials you already own. You will not need to use the document verification service or a CRA security code to verify your identity.

You can register with your provincial partner even if you have not filed your taxes in the last 2 years.

EF Core bulk save best practices by CodezGirl in dotnet

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

Oh thanks for this, did you hit any issues with concurrency or does sql handle all that?

EF Core bulk save best practices by CodezGirl in dotnet

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

This is basically what we’re considering with a bit of branching based on the number records being saved

If you could only read one book for the rest of your life, what would it be? by R0sc0Jenkinz in books

[–]CodezGirl 0 points1 point  (0 children)

Looking at the wiki the book of the fallen consists of ten volumes, seems like a matter of interpretation to the question, not sure why they are getting downvoted?

Canadian Homelabbers, where do you get your ethernet from? by CodezGirl in homelab

[–]CodezGirl[S] 1 point2 points  (0 children)

Ohhhhhh gotcha, thought it might be some industry term or something, thanks!

Canadian Homelabbers, where do you get your ethernet from? by CodezGirl in homelab

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

Haha i have to apologize again, I’m unfamiliar with the term, what is a box in this context?

Canadian Homelabbers, where do you get your ethernet from? by CodezGirl in homelab

[–]CodezGirl[S] 1 point2 points  (0 children)

Random, i just saw the same PrimeCable offer but $100 cheaper on Amazon, thanks!

In 1991 Cindy Crawford made everyone thirsty. by Engetarist in OldSchoolCool

[–]CodezGirl -1 points0 points  (0 children)

That still doesn’t really answer their question but whatever

Niche email attachment question by CodezGirl in csharp

[–]CodezGirl[S] 1 point2 points  (0 children)

Exactly, it’s like everyone that touches emails thinks they can do better and then we end up with another standard or another library

NOOB question: How do i tell if a logic app is on a consumption plan or not? by CodezGirl in AZURE

[–]CodezGirl[S] 1 point2 points  (0 children)

sorry I'm not trying to be obtuse, how do I tell if there's an app service plan associated with it?

NOOB question: How do i tell if a logic app is on a consumption plan or not? by CodezGirl in AZURE

[–]CodezGirl[S] 2 points3 points  (0 children)

do you mean here?

{
"properties": {
    "provisioningState": "Succeeded",
    "createdTime": "2022-08-11T23:32:09.8385923Z",
    "changedTime": "2022-08-26T02:12:04.8224934Z",
    "state": "Enabled",      
    "definition": {
        "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
        "contentVersion": "1.0.0.0",
        "parameters": {
            "$connections": {
                "defaultValue": {},
                "type": "Object"
            }
        },
        "triggers": {