Using SqlDBType.Decimal in Prepared Statement C#
am using a Prepared Statement in C#.
am using a Prepared Statement in C#.
We have created a Custom Capcha generator using C#.Net. Now we have requirement to upgrade our Capcha to include audio feature(Listen Capcha). Our major constraint is that we cannot use any third party components(Dlls)
I get this message while trying to run a webservice on the browser. Note that the source code is a windows file and can’t be changed for my need.
I have a Javascript function that pulls down variables, like so:
I have an asp.net core deployed to azure, and I am trying to configure logging to my application using the Microsoft.Extentions.Logging interfaces.
OK, so I tried implementing this, http://ipaddressextensions.codeplex.com/.
I’m trying to draw a 8×8 chess board using C#. Here’s my first attempt to draw it. It won’t draw the board and I haven’t found what I’m missing.
I’m new to .net and mvc platform, i have so many int fields that stores some dropdownlist values, i’ve created fields int type due to database size so i’m implementing dropdownlist via this method, it works but i don’t know if it’s the correct solution to store text of values on viewmodel here is the sample code:
I have the following jquery function
I’m trying to post to a facebook wall, without using an API such as the C# Facebook SDK. I’m correctly getting the access token and all that, but I’m getting a 403 forbidden using the following code: