c# programer,loves SQL and databases, loves complex subqueries and optimize them, had oportunity develop many Redgate products, knows HR and payroll software
-
TKomp, RedGate
- Bydgoszcz
Pinned Loading
-
-
PrimeNumbers
PrimeNumbers PublicUsage of Async/Await for big calculations. EN: Calculate big prime numbers saves result alowing restart from last big number. PL: Wylicza liczby pierwsze zapisuje wyniki pozwala wznowić obliczenia.…
C#
-
OracleDbObjectsInformationRetriver
OracleDbObjectsInformationRetriver PublicRetrives information abaut oracle database objects in specific schema using DevArt components. Technology used MVC+WinForms+Oracle Database.
C#
-
CREATES SCHEMA on ORACLE DATABASE an...
CREATES SCHEMA on ORACLE DATABASE and SET up some GRANTS 1DECLARE
2cnt NUMBER;
3BEGIN
4SELECT COUNT(*)
5INTO cnt
-
Good way to clean your obj folder if...
Good way to clean your obj folder if do not have access to VS plugins, specially on older Visual Studio versions. 1FOR /d /r . %%d IN ("obj") DO @IF EXIST "%%d" rd /s /q "%%d"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.