Click here to Skip to main content
15,914,447 members

Videos


Page 3 of 8
1 2 3 4 5 6 7 8


.

()
» »
Updated:
Rating: ()
41. Coding challenge: convert tabs to spaces
Just for fun, how about FoxPro?Convert tabs to 4 spaces or less, as here:* Input: [ ][ ][ ][tab][tab][ ][tab]Hello, world!* Result: [ ][ ][ ][ ][ ][ ][ ][ ][ ][ ][ ][ ]Hello, world!** Using all single letter variables just to tick everyone off :)** Clear the screenCLEAR*...
Mark Miller Updated: 2 Dec 2016
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
42. Why When I Type Array.Reverse I Get An Error Message The Type Or Namespace Name 'Reverse' Does Not Exist In The Namespace 'Array' (Are You Missing An Assembly Reference?)
See this: http://www.dotnetperls.com/array-reverse[^]
Mark Miller Updated: 1 Jul 2015
Rating: 4.00/5 ( (1 vote))
43. want to make a window form which gets two cell values from a range in every excel sheet and print values to text file.below is my code so far
Excel.Range range = excelWorksheet.get_Range("A2", "B300"); // Establish an Excel Rangeint j = range.Columns.Count; // This line is meaningless, because you set thej = 3; // number of columns to 3 here.int i = range.Rows.Count; // This is the number of rows in the...
Productivity Apps and Services » Microsoft Office » Microsoft Excel
Mark Miller Updated: 1 Jul 2015
Rating: ( (No votes))
44. Updating a Virtual list of objects in C# to Microsoft Sql Server
First, I assume CustomObjects is declared as a DbSet in your DbContext class.Here you are pulling a record from the SQL table:var customObject = dbContext.CustomObjects.Find(Id);Here it appears you then replacing the object you just pulled from the DB with one you (I'm assuming)...
Programming Languages » C# 4.0 »
Mark Miller Updated: 1 Jul 2015
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 3 of 8
1 2 3 4 5 6 7 8