-
LWebCode
LWebBlog, lot of easy and fast C# aspx AJAX javascipt SQL HTML css PDF,report Script and Tutorial, website engine development lwebcode free code
-
LWebCode: C# CSS Stylesheet Compression, fast website loading
Hi All, Here's a static class developed in c# to compress Css stylesheets,
It removes all “\r\n”
(newline carriage return) , all “\t” (tab) all spaces before and after
“:” “;” , it also remove all...
-
LWebCode: C# Windows Service Debug
you can't debug the code with Visual Studio, Here is how to do:
First, make all step writed on CodeProject(in future reference I call this project "CodeProjectWS"), after you need to do this:
Right Cl...
-
LWebCode: c# fast traslation of websites, Extract *.resx To *.xls
c# fast traslation of websites, Extract *.resx To *.xls
Hi All, Here a very quick Class which get all Entries to translate from resource *.resx
file and make a Excel *.xls file with a list of all E...
-
LWebCode: Send Mass Mail C#, PowerShell, Visual Basic, ASP, PHP, Curl, Node, Ruby, Python, Java, Go
Hi all, here some example and links to send Mass mail,
All this site can works with most common language: C#, PowerShell, Visual Basic, ASP, PHP, Curl, Node, Ruby, Python, Java, Go,
have lot of repor...
-
LWebCode: SQL Dynamic table’s name in SELECT COUNT(*),TOP 1, MAX etc..
SQL Dynamic table’s name in SELECT COUNT(*),TOP 1, MAX etc..
Hi All, here a easy lwebcode's sql script, to make a SELECT COUNT(*), or other sql statements wich return only 1 result (SELECT TOP 1, SE...