David Basarab

8,858
reputation
837 views

Registered User

name David Basarab
member for 1 year
seen 28 mins ago
website
location Medina, OH
age 31
David Basarab
Experienced C# .NET developer with a MSCD.
25m
comment WCF - Client callback vs. polling for “keep list of subscribers”
How are you connecting to the WCF Sever? Are you using TCP? That would change how to implement a pooling.
27m
revised WCF - Client callback vs. polling for “keep list of subscribers”
deleted 201 characters in body; edited tags
1d
answered EventLog.CreateEventSource is not creating a custom log
1d
answered Navigating code with keyboard shortcuts
2d
revised Async .aspx page
deleted 18 characters in body
Dec
10
asked How do I override the equals operator == for an Interface in C#?
Dec
10
revised Easy object binding to Treeview Node
added 5 characters in body
Dec
9
accepted C# replacing items in textfile
Dec
9
comment C# replacing items in textfile
You are making a couple of assumptions, that A) there are /n/r in the file. There might not be. B) that a "</HRM>" or "HRM\" do not wrap lines. I did not know how the file looked, so the best way would be to read everything in, even if it is slow. I was going to just read in bytes to a buffer, but how would I know when I was in the middle of a "<\HRM>" or not?
Dec
9
answered C# replacing items in textfile
Dec
9
revised Selected row does’t update in DataGridView
deleted 36 characters in body
Dec
9
awarded  Nice Question
Dec
8
revised A tough table transforming into XML
deleted 47 characters in body
Dec
8
revised How to Print DataGridView with RightToLeft Layout(vb.net)
deleted 12 characters in body
Dec
8
revised Advantages of ActionScript3 over actionscript2
deleted 22 characters in body
Dec
8
revised How to embed JQuery into custom server control
deleted 14 characters in body
Dec
8
revised Programmatically modify Assembly Binding
added 64 characters in body
Dec
8
answered How can I access my ResourceDictionary ???
Dec
8
answered Can’t create directory via asmx web service.
Dec
8
revised Configuring a tabulator set to a string via Spring.NET
deleted 46 characters in body
Dec
7
revised Teamworking in software development etiquette
added 1 characters in body
Dec
7
revised C++ compiler that actually works
removed personal feelings on Vista
Dec
7
answered Teamworking in software development etiquette
Dec
7
revised Teamworking in software development etiquette
deleted 17 characters in body
Dec
7
answered How can I lower the spam score of my email message?
Dec
7
answered Why so many individual System.Web.* DLLs?
Dec
6
awarded  Mortarboard
Dec
6
revised How can i remove this console from my page?
deleted 10 characters in body; edited tags
Dec
6
awarded  Necromancer
Dec
4
answered .NET WebService Sending Large XML File
Dec
4
answered C# - Creating a code file with common definitions/constants/enums etc?
Dec
4
revised Setting content in an inherited (BasedOn) style.
deleted 50 characters in body
Dec
4
revised Excel Com Interop ASP.Net Cannot write file to disk. Permissions?
deleted 32 characters in body
Dec
4
revised How do I lock down a windows programs with Usernames and passwords?
added 26 characters in body; edited title
Dec
3
revised Why cannot C# generics derive from one of the generic type parameters like they can in C++ templates?
deleted 67 characters in body; edited title
Dec
2
awarded  Notable Question
Dec
1
revised Accessing C# code hosted on US server from Local machine
deleted 80 characters in body
Nov
30
comment What is the term “deferred query evaluation” in the context of LINQ referes to?
This question is not a duplicate 456691. 456691 is asking why doesn't a using statement cause evaluation. This is a more general question while 456691 is a very specific.
Nov
30
revised What is the term “deferred query evaluation” in the context of LINQ referes to?
edited title
Nov
30
answered What is the term “deferred query evaluation” in the context of LINQ referes to?
Nov
30
comment How do I reset an ASP.NET dropdown, on the click of a link, using Javascript? No JS Frameworks.
What do you mean by reset? Does that meaning selecting the top value on the drop down list? Does it mean clearing out the list and repopulating it with other information? If you want your question answered correctly you need to provide as much information as possible.
Nov
29
awarded  Popular Question
Nov
24
revised how to set visible true and false for drop down list box using javascript in asp.net
edited tags
Nov
24
revised Validate upload file path if it is local OR network using Javascript in ASP.NET web page
deleted 10 characters in body
Nov
20
comment How can I give alert message with Ok and Cancel button within a dataset function?
When you say dataset do you mean a data grid?
Nov
20
comment How can I give alert message with Ok and Cancel button within a dataset function?
The return is important. When you hit cancel confirm returns false, which tells ASP.NET not to do the post back function. If you hit OK then the postback function executes. The return is key don't forget to leave it out.
Nov
20
revised How can I give alert message with Ok and Cancel button within a dataset function?
deleted 16 characters in body; edited tags; edited title
Nov
19
revised Server Sync Provider and SessionParameters
deleted 15 characters in body; edited tags
Nov
19
revised How to do an update with linq to sql?
deleted 9 characters in body; edited title
Nov
19
answered (Conventions) C# Class names