Skip to main content
br3nt's user avatar
br3nt's user avatar
br3nt's user avatar
br3nt
  • Member for 13 years
  • Last seen this week
  • GitHub
  • Adelaide, South Australia, Australia
5 votes
1 answer
3k views

How to add healthcheck endpoint to ApiExplorer so that Swashbuck includes it in the generated swagger.json

5 votes
2 answers
2k views

Layout for Identity/Account/Manage pages broken after scaffolding full .Net Identity UI source

5 votes
1 answer
7k views

Custom Vue select component not updating selected option when v-model value changed

4 votes
2 answers
3k views

Combine multiple scope or where queries with OR

3 votes
1 answer
6k views

How do I loop through a directory path stored in a variable

3 votes
1 answer
1k views

Is there a way to define an alias for static class method?

3 votes
1 answer
658 views

Why is git seeing entire file contents as changed when exactly the same after file move

2 votes
1 answer
760 views

How do I get the client id for the ISubscriber connection?

2 votes
2 answers
2k views

Is it better to have a php front loader or use .htaccess to load controllers?

2 votes
1 answer
2k views

Adding radio buttons to customised form in web2py

2 votes
1 answer
209 views

Find a Range containing values that also exists in the same order within a second Range

2 votes
0 answers
741 views

REASSIGN/DROP OWNED BY for all databases on postgres server

1 vote
1 answer
1k views

Can't group by result of a named function

1 vote
1 answer
57 views

Display default values based on position of an element in an array formula

1 vote
2 answers
164 views

How do I copy the functionality of Range.Cells in my own class?

1 vote
1 answer
543 views

Using a Range object with NewEnum() instead of Collection class (ie with For Each)

1 vote
1 answer
7k views

How do I update excel file with oleDbDataAdapter.Update(myDataSet)

1 vote
0 answers
333 views

How do I stop databound child form from changing its current item when it's parent form changes its current item?

1 vote
2 answers
7k views

converting value from dictionary to NSNumber

1 vote
2 answers
1k views

How do I implement retries for WCF clients?

1 vote
1 answer
764 views

What is the Framework equivalent of GetMigrations, GetAppliedMigrations, and GetPendingMigrations?

0 votes
1 answer
334 views

Finding items that meet a condition

0 votes
1 answer
195 views

What ascii characters do I use to get Esc+Insert?

0 votes
1 answer
1k views

Dynamic query with multiple OR conditions

0 votes
1 answer
1k views

get inet, bcast and mask from ifconfig

0 votes
1 answer
1k views

How do I pass objects between `HandleAuthenticateAsync` and `HandleChallengeAsync` in my custom `AuthenticationHandler`?