C# Interview questions – How to get one/two year back from current date
To get 1 year back from current date DateTime.Now.AddYears( -1 ); To get 2 year back from current date DateTime.Now.AddYears( -2 );
learn and grow together
To get 1 year back from current date DateTime.Now.AddYears( -1 ); To get 2 year back from current date DateTime.Now.AddYears( -2 );
SQL Server Interview questions 1- Similarity between Truncate and Delete in SQL These both command will only delete data of the specified table, they cannot remove the whole table data structure. 2- Difference between Truncate and Delete in SQL TRUNCATE is a DDL (data definition language) command whereas DELETE is a DML (data manipulation language)…
1- What is Microsoft Excel? Microsoft Excel is an electronic spreadsheet program, created by multiple highly skilled engineers from Microsoft. It enables users to organize, format, and calculate data with formulas using a spreadsheet system broken up by rows and column. 2- How do you create a spreadsheet in Microsoft Excel? When you start Excel…
1- How do you create a document in Microsoft Word from scratch? In the upper-left corner of the Word program window, click the File tab, and then click New. The New Document dialog box opens. With Blank document selected, click Create. 2- How do you save a document in Microsoft Word? To save a document…