Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

vb.net

What encoding to get Å Ä Ö to work

by IT Nursery

Edit: I was wrong 😉 cmd.exe does accept UTF-8 but you need to be sure to save it without the BOM at the … Read more

Tags encoding, vb.net, windows-7

How do I add formatted code to a Microsoft Word document?

by IT Nursery

You may use source highlighting services and copy / paste to Word document. I think it will be the fastest way (upd. simple … Read more

Tags c, microsoft-word, source-code, vb.net

Scheduled job not running to completion; event logged with return code 3762504530

by IT Nursery

I’m just a lowly developer, but a scheduled (2:00 am) VB.Net console app job I inherited is intermittently not running to completion. About … Read more

Tags console, task-scheduler, vb.net

How to write Unicode characters to the console?

by IT Nursery

I was wondering if it was possible, in a console application, to write characters like ℃ using .NET. When I try to write … Read more

Tags .net, c, console-application, vb.net

Why use String.Format? [duplicate]

by IT Nursery

This question already has answers here: String output: format or concat in C#? (32 answers) Closed 9 years ago. Why would anyone use … Read more

Tags c, string, string.format, vb.net

ObservableCollection Doesn’t support AddRange method, so I get notified for each item added, besides what about INotifyCollectionChanging?

by IT Nursery

I want to be able to add a range and get updated for the entire bulk. I also want to be able to … Read more

Tags addrange, c, inotifycollectionchanged, observablecollection, vb.net

“Items collection must be empty before using ItemsSource.”

by IT Nursery

I’m trying to get images to display in a WPF ListView styled like a WrapPanel as described in this old ATC Avalon Team … Read more

Tags .net, binding, entity-framework, vb.net, wpf

What is a predicate in c#? [duplicate]

by IT Nursery

This question already has answers here: Predicate Delegates in C# (10 answers) Closed 7 years ago. I am very new to using predicates … Read more

Tags .net, c, predicate, vb.net

Check if a string contains an element from a list (of strings)

by IT Nursery

For the following block of code: For I = 0 To listOfStrings.Count – 1 If myString.Contains(lstOfStrings.Item(I)) Then Return True End If Next Return … Read more

Tags c, coding-style, list, performance, vb.net

Which is generally best to use — StringComparison.OrdinalIgnoreCase or StringComparison.InvariantCultureIgnoreCase?

by IT Nursery

I have some code like this: If key.Equals(“search”, StringComparison.OrdinalIgnoreCase) Then DoSomething() End If I don’t care about the case. Should I use OrdinalIgnoreCase, … Read more

Tags .net, localization, vb.net
Older posts
Page1 Page2 … Page4 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery
x
x