Click here to Skip to main content
15,886,080 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Read text file and split the string to specific column in datagridview Pin
Richard MacCutchan14-Nov-18 22:03
mveRichard MacCutchan14-Nov-18 22:03 
AnswerRe: Read text file and split the string to specific column in datagridview Pin
Eddy Vluggen15-Nov-18 13:00
professionalEddy Vluggen15-Nov-18 13:00 
QuestionHow to create a property in class that list the forms of the main application Pin
Hisham Shaaban12-Oct-18 2:02
Hisham Shaaban12-Oct-18 2:02 
AnswerRe: How to create a property in class that list the forms of the main application Pin
Dave Kreskowiak12-Oct-18 2:23
mveDave Kreskowiak12-Oct-18 2:23 
QuestionCreating single MSI installer. Pin
Koundinya9-Oct-18 11:04
Koundinya9-Oct-18 11:04 
AnswerRe: Creating single MSI installer. Pin
Dave Kreskowiak9-Oct-18 16:24
mveDave Kreskowiak9-Oct-18 16:24 
QuestionBeginner question...regarding garbage collection Pin
NolansPapa4-Oct-18 2:55
NolansPapa4-Oct-18 2:55 
AnswerRe: Beginner question...regarding garbage collection Pin
Dave Kreskowiak4-Oct-18 4:34
mveDave Kreskowiak4-Oct-18 4:34 
In simplistic terms, yes. Though, it's not a machine wide thing. It only occurs in your application.

Garbage collection runs "once in a while". When an object goes out of scope in your code, the memory it occupies is not freed immediately. You just don't have access to the object any more. Depending on what your app is doing, has historic been doing, and the condition of memory available to Windows, it may be a while before a collection occurs.

Also, DO NOT use Task Manager to see how much memory your app is "using". It will lie to you. Use PerfMon and the .NET Memory counters instead.

QuestionVSTO questions about the Outlook Notes (Sticky Notes) part Pin
Dan Sutton29-Sep-18 11:29
Dan Sutton29-Sep-18 11:29 
QuestionHow to undo excluded changes in Visual Studio 2017? Pin
rookiecg28-Sep-18 7:10
rookiecg28-Sep-18 7:10 
AnswerRe: How to undo excluded changes in Visual Studio 2017? Pin
Dave Kreskowiak28-Sep-18 10:07
mveDave Kreskowiak28-Sep-18 10:07 
Generalplz Pin
Member 1398528114-Sep-18 21:44
Member 1398528114-Sep-18 21:44 
GeneralRe: plz Pin
Eddy Vluggen14-Sep-18 23:20
professionalEddy Vluggen14-Sep-18 23:20 
QuestionRESTful transfers Pin
Member 1396792930-Aug-18 13:40
Member 1396792930-Aug-18 13:40 
AnswerRe: RESTful transfers Pin
jkirkerx9-Sep-18 17:05
professionaljkirkerx9-Sep-18 17:05 
QuestionAPI Pin
Member 1187951310-Aug-18 3:00
Member 1187951310-Aug-18 3:00 
AnswerRe: API Pin
Richard MacCutchan10-Aug-18 4:18
mveRichard MacCutchan10-Aug-18 4:18 
AnswerRe: API Pin
Dave Kreskowiak10-Aug-18 4:19
mveDave Kreskowiak10-Aug-18 4:19 
GeneralRe: API Pin
Dinarys20-Aug-18 10:32
professionalDinarys20-Aug-18 10:32 
QuestionDisplaying different SET of data on button click Pin
cloudenv4-Aug-18 0:24
cloudenv4-Aug-18 0:24 
AnswerRe: Displaying different SET of data on button click Pin
Eddy Vluggen4-Aug-18 0:48
professionalEddy Vluggen4-Aug-18 0:48 
AnswerRe: Displaying different SET of data on button click Pin
Dave Kreskowiak4-Aug-18 8:24
mveDave Kreskowiak4-Aug-18 8:24 
Question.Net treenode Pin
Member 139370483-Aug-18 18:51
Member 139370483-Aug-18 18:51 
AnswerRe: .Net treenode Pin
Richard MacCutchan3-Aug-18 20:53
mveRichard MacCutchan3-Aug-18 20:53 
Questionhow to get all assemblyinfo.cs associate in visual studio solution Pin
a.mohamedyasin30-Jul-18 1:12
a.mohamedyasin30-Jul-18 1:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.