Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mark Carpenter
Mark Carpenter has asked
54
questions and find answers to
75
problems.
Stats
1.8k
EtPoint
448
Vote count
54
questions
75
answers
About
Programmer: C#, VB.NET, ASP.NET, WinForms, WPF, SQL Server
Mark Carpenter questions
Why are my Validation Rules not being run when DataContext is set?
What's a good reference for creating and updating Performance Counters in unmanaged code?
How can I validate text as being valid HTML?
Reuseable ObjectContext or new ObjectContext for each set of operations?
Can I (safely) use the ThreadStatic attribute in ADO.NET Data Services?
How can I simulate this application hang scenario?
Should I explicitly "SET IDENTITY_INSERT [Table] OFF" after turning "ON"?
Do Ajax and ASP.NET MasterPages mix?
Can I serve up web pages from a WCF Service NOT hosted in IIS?
Where should I generate temporary files for my application?
Mark Carpenter answers
How to bind combo box with dataset in WPF
Handling mutable collection keys in C#
Can I (safely) use the ThreadStatic attribute in ADO.NET Data Services?
How can I change an elements style at runtime?
How to save object changes to its XAML?
How to select the first three elements of a IEnumerable object?
How to set selected index of dropdown to 0 when text of textbox is changed?
How can I pull all Numbers (as int) out of a string? c#
how to execute console application from windows form?
WPF FrameworkElement not receiving Mouse input