Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
Unable to load portions of the website... If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
This was something I used in order to try and keep my programs down to 1 file. Instead of including a seperate file that handled the up******, I simply embedded it into the main program. To do this all I did was make it a resource and when I needed to use it I would write it out to the root...
This program makes it harder for someone to decompile your program with reflector.
How to use:
Select your .net compiled program and click patch.
To make it so you are able to open the binary with reflector simply select the file and click “Restore File”
This program may throw false positives...
I wrote this bit of code in a project that I am working on for taking screenshots and uploading them to a remote server.
Basically what this does is it accepts the following parameters:
SQLQuery as a string
Parameters and Values as a string array
I am sure there are probably better ways of...
I wanted to list out some data for a page that wasn't being pulled from a database but I didn't want to write out the table and all that. So I dropped a datagridview on to the webpage and wrote some code in the code behind.
ASP.NET Side of things
<asp:GridView ID="grd_Specs"...
This site uses cookies to help personalise content, ads personalisation, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.