Friday, August 23, 2019

Install and Update All Your Programs at Once


Install and Update All Your Programs at Once


No toolbars. No clicking next. Just pick your apps and go.



1. Pick the apps you want

2. Download and run your custom installer/updater.


For more details refer below URL:


CSharpBeginner - Beginner of Dot NET Development in C#


  
**********Online compiler Microsoft of c#******************

Click on below link:
https://www.microsoft.com/net/learn/in-browser-tutorial/1
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/index-operator
---------------------- About Access Modifier in C#:----------------------------------------
Public: Anywhere from the class
Private: Only within the class
Protected: Only within that class and the sub classes of that class
Internal: Within the assembly of the class
Protected Internal: Within that class, sub classes of that class and and assembly
**************************Web Session Management in C#****************************************
C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regsql -S localhost -U root -P root -ssadd -sstype p (SQL server session mode)
****************************Session timeout:**************************************************
https://www.aspsnippets.com/Articles/Display-Session-Timeout-message-before-Session-expires-in-ASPNet.aspx
https://www.c-sharpcorner.com/UploadFile/225740/introduction-of-session-in-Asp-Net/
----------call in direcctly page_load() in <class-name>.cs :-------------------
HtmlMeta meta = new HtmlMeta();
meta.HttpEquiv = "Refresh";
meta.Content = Convert.ToString(Session.Timeout * 60) + ";url=LogIn.aspx";
this.Page.Header.Controls.Add(meta);
*****************Some useful links for C# Beginner .NET Development:*********************
https://www.1keydata.com/sql/sql.html
https://demo.aspnetawesome.com/
https://www.javatpoint.com/c-sharp-systemexception --> I Prefer this link as beginner.
https://www.youtube.com/watch?v=JhxC-K-Eehg
https://www.completecsharptutorial.com/
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/accessibility-levels
https://www.questpond.com/demo.html
https://www.youtube.com/watch?v=lx2tSY4joDg
---------------------------Registration Adult Validation URLs;------------------------------------------------------------
https://www.c-sharpcorner.com/UploadFile/cd7c2e/apply-client-side-validation-on-dob-selected-by-user/
https://www.c-sharpcorner.com/UploadFile/cd7c2e/apply-server-side-validation-on-dob-selected-by-user/
https://www.aspsnippets.com/Articles/Validate-Date-of-Birth-18-Minimum-Age-validation-in-ASPNet.aspx1
--------------------------------------FORGOT PWD:----------------------------------------------------------------
https://www.aspdotnet-suresh.com/2012/11/code-for-forgot-password-in-aspnet.html
-----------------------------------GIT HUB LINK:---------------------------------------------------------------
https://github.com/hb20007/miscellaneous-programs
https://github.com/DotnetMob/
https://github.com/dbugtime/Csharp-For-Beginners
https://github.com/MicrosoftDocs/visualstudio-docs/tree/master/docs/ide
https://github.com/dotnetcurry?utf8=%E2%9C%93&tab=repositories&q=&type=&language=c%23


Prefer below URL for more details:

             https://github.com/autom99/CSharpBeginner

Saturday, August 17, 2019

Roman Numerals Chart

Roman Numerals Chart

Symbol
Value
I1
V5
X10
L50
C100
D500
M1000

Huge Numbers Chart

Symbol
Value
V5,000
X10,000
L50,000
C100,000
D500,000
M1,000,000








1-20
21-40
41-60
61-80
81-100
1I21XXI41XLI61LXI81LXXXI
2II22XXII42XLII62LXII82LXXXII
3III23XXIII43XLIII63LXIII83LXXXIII
4IV24XXIV44XLIV64LXIV84LXXXIV
5V25XXV45XLV65LXV85LXXXV
6VI26XXVI46XLVI66LXVI86LXXXVI
7VII27XXVII47XLVII67LXVII87LXXXVII
8VIII28XXVIII48XLVIII68LXVIII88LXXXVIII
9IX29XXIX49XLIX69LXIX89LXXXIX
10X30XXX50L70LXX90XC
11XI31XXXI51LI71LXXI91XCI
12XII32XXXII52LII72LXXII92XCII
13XIII33XXXIII53LIII73LXXIII93XCIII
14XIV34XXXIV54LIV74LXXIV94XCIV
15XV35XXXV55LV75LXXV95XCV
16XVI36XXXVI56LVI76LXXVI96XCVI
17XVII37XXXVII57LVII77LXXVII97XCVII
18XVIII38XXXVIII58LVIII78LXXVIII98XCVIII
19XIX39XXXIX59LIX79LXXIX99XCIX
20XX40XL60LX80LXXX100C


Reference URL:  https://romannumerals.info/