2022
Apr
21
comment Git Remote Operations (Fetch/Pull/Push) not working on Visual Studio 2022
Issue got resolved . But i havent made any changes. Dunno how it resolved. Now i am getting prompt for entering the passphrase when performing Git operations in VS2022.
Apr
20
awarded Curious
Apr
12
asked Git Remote Operations (Fetch/Pull/Push) not working on Visual Studio 2022
Mar
10
asked IronPDF - Use different nuget source for downloading platform specific dependencies
Feb
23
awarded Necromancer
Jan
30
awarded Notable Question
Jan
13
comment Updating record not working in LINQ to SQL with primary key set in class
a = a++; will not increment a. as assignment is done first. U can use a=a+1; or a = ++a;
2021
Oct
12
answered Mocking FindAsync method
Oct
8
answered Typescript - "Cannot find name" errors in React components
Jul
13
awarded Nice Answer
Apr
23
awarded Popular Question
Mar
31
awarded Yearling
Mar
31
awarded Yearling
2020
Jun
10
comment Swagger and .Net Core 3 integration
better than the accepted one which is just a link only answer
Mar
31
comment Working with document Libraries based on UniqueID REST API
can't find this GetFileById in the CSOM C# dll. is this available only in REST API and SSOM ?
Mar
11
comment C# CSOM - Check if File Exists in Document Library
tried this approach and i got Exists property without any exception for valid and invalid file names.
Feb
26
comment Reflected XSS in Kendo DataSourceRequest object
The main issue with validation of theDataSourceRequest object is it is not coded by us. it comes as part of Kendo.Mvc.UI namespace and we do not know what sort of validation or sanitization to do. for custom classes created by us, w validate all the string properties and encode them if needed. but for this class it has lots of properties which are objects of other classes. and we dont know where to start
Feb
26
comment Reflected XSS in Kendo DataSourceRequest object
@SPoint how to sanitize the DataSourceRequest object returned by companyDetails.ToDataSourceResult(request). it has many string properties. do we sanitize all of its string properties?
Feb
26
asked Reflected XSS in Kendo DataSourceRequest object
Feb
13
comment No 'Access-Control-Allow-Origin' header
link is broken.. this is why link only answers are discouraged
1 2 3 4 5