PDA

View Full Version : Microsoft C# .NET


Pages : [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141

  1. PropertGrid question
  2. xml and namespace
  3. How to restrict PropertyGrid context menu launch from only a certaincategory/property item?
  4. What happens if we have a chinese character in .NET that doesn't fit in a UTF-16
  5. Display list of user defined objects in propery grid
  6. Xml Parser
  7. encoding
  8. Implementation of void far*
  9. What does this mean(web site content)
  10. Inserting an image in a canvas
  11. Re: PerformanceCounter when running from inside the debugger
  12. .NET CLR Networking PerformanceCounter
  13. Large arrays in c#
  14. Bug with using, yield return and struct
  15. Re: PerformanceCounter when running from inside the debugger
  16. LINQ and related types
  17. Knowing an exe file arguments
  18. Microsoft.Data.sqlXml
  19. Smaller Image
  20. How to use Xml feature for a DataSet when XmlDataDocument is obsolete
  21. smaller image
  22. Is it needed to set reference to null?
  23. Update function signature
  24. Declared namespaces in small projects?
  25. Code that downloads updates from a website?
  26. Re: SerialDataReceivedEventArgs
  27. What does it mean when a dataset is in designMode
  28. Automatic garbage collection
  29. Simple Get/Set Question
  30. What is better?
  31. help with some syntax
  32. Autoincrement usage
  33. TypeInitializationException when calling a static function from a timer
  34. What is: System.Collections.Generic.List`1[System.String]
  35. Need a explanation on SqlClientPermission
  36. Output parameter when using storedProcedure
  37. method.invoke and TargetInvocationException
  38. remove items from iquerable object
  39. A lambda expression with a statement body cannot be converted to anexpression tree
  40. error CS0246: The type or namespace name `vtkObject' could not befound. Are you missing a using directive or an assembly reference?
  41. Starting a process from within a web service
  42. running app from network computer
  43. windows 7 impersonation problem
  44. about SqlClientPermission
  45. Simple scheduler
  46. 3D Engine for Visual c#?
  47. Selected iten in combobox controls another combobox
  48. .Net Framework 1.1 - listing directories containing full stop (period)
  49. Disabling ToolBoxItem in Vs ToolBox after some scanrio
  50. How to create two executables for a one project?
  51. throwing an exception from an exception handler
  52. Regex Replace. Comma and Dot in Number
  53. Pretty way to assign a single bit in a FlagsAttribute enum?
  54. ForEach Extension
  55. C# Equivalent of C++ statement
  56. about Sqldataadapter
  57. About autoincrement
  58. DataGridView in c# - Getting cell value
  59. Need advice for tech direction for some simple animation
  60. To VB.NET developers who suck
  61. Parallel using Paradox database with c# JET and another program
  62. How To associate ServicePointManager with Connection?
  63. .Net: SSL/TLS and Certificate Pinning
  64. How to find an index to the DataView whewn I sort on Country
  65. Why is not this working
  66. Are these two identical
  67. DateTimePicker - changes the value value "back" when right clickingoutside the component
  68. c# media player problem
  69. Print line question
  70. about Strongly typed DataSet
  71. What's the rationale of the "Of" in the Generic Namespace documentation?
  72. About DataTable.Roes.Find
  73. Sequence with async functions
  74. Use of event handling
  75. Microsoft automatic update on 12/21/2011 deactives web pages
  76. Why is not the primarykey true in the UniqueConstraint(uq)
  77. Determine whether vertical scrollbar is visible
  78. Retrieve data from a datagrid cell via the column name
  79. about the DataRow.GetParantRows
  80. Re: Accessing property of user controls
  81. The DataColumn property caption is of no use
  82. AllowDBNull property
  83. Unknown DLL, using
  84. about the ADO.NET property HasErrors
  85. Indexed class / list
  86. Change Desktop Max Window Size
  87. about null values
  88. ADO.NET and Autoincrement columns
  89. Need Asynchronous programming help
  90. form authentication
  91. static class console and no inherited
  92. DataSet.ReadXML has strange results
  93. Which controls do I add to show, edit and save test parameters?
  94. about C# and ado.net and relations
  95. about understanding
  96. textbox on a tabpage vs textbox on a form?
  97. CSharp on an iMac
  98. Calling a handler
  99. class sealed Point cannot inerhit
  100. SqlType
  101. about performance
  102. PNG transparency in ListView?
  103. Printer setup dialog
  104. Exception when displaying a modal dialog
  105. Language resource for component
  106. is anyone aware of a good .NET ICA or BSS library?
  107. Why is there no default name for a DataTable here adapter.Fill(dt);
  108. learning to code - dictionary question
  109. How do I mimic a dialog box
  110. about creating a database from Visual Studio
  111. Regular expressions
  112. Strange problem with webBrowser1.Print();
  113. FileInfo frequency?
  114. Problem with ArrayList
  115. Thread safe case insensitive substring match?
  116. WPF TextBox Converter - Using a third value
  117. Remove Words and Set Length
  118. Preventing an event from firing after form close
  119. hooking keyboard input twice
  120. WeakHashSet?
  121. ICO files and BMP files
  122. Find Ints in List ...
  123. Obfuscate Email
  124. Possible to change XML root element name thru XmlSerializer?
  125. Reading from a text file, with non-English letters
  126. C# position
  127. How to use a property with ref accessor
  128. Make an alias for a static class?
  129. System.Drawing.FontFamily Strangeness
  130. Getting the change from Daylight Savings time to Standard time.
  131. The timeout period elapsed ...
  132. FindControl in .Net Compact Framework
  133. Color Mixer
  134. Using ConfigurationManager.AppSettings.Get() value as a constant string
  135. don't wait for return of Process.Start() from web service
  136. Drop down list -> show different controls?
  137. how to convert this C function into C-Sharp ?
  138. AND operator with byte operands
  139. Fluent Specification Pattern. Is this possible?
  140. HELP - DOT NET API IN .CHM FORMAT
  141. .exe file with C#
  142. Detecting when an item on a popup menu is highlighted
  143. .Net Framework 1.1 - Opening individual htm in chm help file
  144. how do I style the text in a asp:meny control
  145. Debug-Logging with conditional compile and config options
  146. Button not appearing in DataGrid column
  147. Guarantee form KeyPress event is called
  148. Printing PDF from ASP.net
  149. Hogh speed SerialPort
  150. Transferrring focus between forms.
  151. Can't attach with GetActiveObject
  152. Linklabel hyperlink
  153. cpp-Dialog --> C#-Dialog
  154. .Net Framework 1.1 - Merge files not identifying Deleted rows
  155. Passing EventHandler
  156. need to use an image in many aspx pages
  157. task complete
  158. On CreateGraphics().MeasureString
  159. Whether C# has bug about DST, if so, whether MS has provided fixabout it, and how?
  160. Naming the log4net.config file?
  161. Extracting file names from directory
  162. One field, multiple properties
  163. Exit touchscreen calibration
  164. USB HID communication
  165. USB HID communication
  166. Handling nonexistant coordinates?
  167. How does the runtime tell which is which in this case?
  168. Re: list of all the installed devices
  169. Assembly vs file version
  170. Is it really a good practice to use table to structure the page
  171. Creating an interop dll
  172. WPF ListBox
  173. Dictionary of classes
  174. Directory Search
  175. Re: Need help understanding this code (sqlDataReader)
  176. Re: Could not load file or assembly ONLY ON XP
  177. Absolute newbie question
  178. Need respondents to give input for opinion Survey on Automatedsoftware testing
  179. Could not load file or assembly ONLY ON XP
  180. Using UNC Paths with .NET 4.0
  181. An open source Tortoise SVN AddIn for Visual Studio
  182. I need a sorted HashSet
  183. smtprelay text formatting issue
  184. to those of use who use mvc i have a question regarding data annotations..
  185. SQL query to XML
  186. Anything like TestDriven.NET plugin for Visual Studio?
  187. nomerge equivalent via dotnet
  188. Too old a topic
  189. Callback Thread
  190. Brain teaser. Can anyone remember Visual C++ ?
  191. simple code beautifier
  192. how to retrieve id attribute of element?
  193. Component not editable / stops refreshing
  194. PageFooter NOT at the bottom of my page !!!!
  195. can't work out where this exception is comming from, as in file or line...
  196. Re: How exactly does interface de-couple the layers in an application?
  197. Transactions: Puzzling Error Message
  198. Re: How exactly does interface de-couple the layers in an application?
  199. Exception
  200. lock and Monitor using the same object
  201. BindingSource and CurrentChanged event
  202. Updating the Version in C# and C++ resource files
  203. prism - multiple MainWindow
  204. Detect a change on file system
  205. add control to navigate to other pages like a menu
  206. Save run time values of class...
  207. LINQ Question
  208. Click on another (non-.NET window)
  209. Screenshot of PDF page. Does anyone knows how to do this?
  210. Passing a string from a C# program to a C\C++ dll
  211. Combobox: Handling Extraneous SelectedIndexChange Events
  212. Visual Studio 2011 Express: Project Awkwardness
  213. Invalid cast for OleDbDataReaderGetInt16
  214. Concatenate string properties of objects through Linq?
  215. looking for a product
  216. can somebody explain this
  217. entity framework question...
  218. Better way to realize a media player
  219. How do debugg a .net dll
  220. Why do I get compile error when I skip the ending slash in the asp.net markup file
  221. why is not Color.FromArgb working
  222. what is name attribute used for in this textbox web control
  223. Which is better, C# or Java?
  224. Interface that's not an interface?
  225. C# Questions
  226. Architecture question on parsing a large text file
  227. Main window location
  228. Events Despatching Multiple Methods
  229. c# updater question
  230. Why call Connection.Close() in using block?
  231. explicit operator cast --> Specified cast is not valid
  232. I read a book and this text must be wrong
  233. Why do I not need a closing tag
  234. Why is not the second control visible in design mode
  235. DataTable used as DataSource in DataGridView
  236. Operator Definition Question
  237. i need Microsoft.Office.Interop.Excel.dll
  238. Raise COM event from C#
  239. ArrayList.ToArray to string array question
  240. Are there ways to make Inversion of Control (IoC) easier?
  241. Microsoft.Office.Interop.Excel.dll error!
  242. DataSet vs DataTable
  243. mind helping me find a good approach to this algorithm problem?
  244. Social Media Network at Dunya classifieds !
  245. about some text in a book that doesn't seems to be correct
  246. LINQ outer join doesn't seem to work
  247. about Ispostback
  248. what is sent to the server when you click on a submit button
  249. AbandonedMutexException doesn't make sense.
  250. Adventures in Registering C# Express
  251. unregister event handlers?
  252. Can't find a bug in this example
  253. using and scope
  254. Wrox's "Professional C#, 3rd Edition": Missing Code
  255. Re: HTML Email question
  256. Painting in the MDI client area
  257. sending message on various timezones
  258. Synchronize and send message per timezone
  259. Synchronize and send message per local time.
  260. Remote client- server application
  261. A question on recursive generic constraints
  262. Re: Gang of Four book useless, composition > inheritance
  263. Getting Started With C#, Part 2
  264. Atrribute purpose
  265. Stopwatch Question
  266. Conversion form previous VS
  267. Class constructor issue
  268. make sure that folders and files created by application be fullaccessible to any user
  269. Getting Started With C#
  270. Re: C# storing images within an array
  271. Can somebody explain this strange sql statement
  272. java to csharp
  273. About GOOGLE's DocListUploader upload file and set visibility
  274. Dunya Classifieds - Fastest growing Business Directory
  275. code generation like in Java
  276. WCF WPF DEPLOYMENT
  277. File Properties as in Windows
  278. Thread contention and static methods
  279. targets a different processor than the application
  280. Re: C# storing images within an array
  281. Re: C# storing images within an array
  282. C# storing images within an array
  283. What is this
  284. RDP / C#
  285. RDP - C#
  286. Training on Search Engine optimization and Internet Marketing
  287. Reading parallel port status pins with DeviceIOControl()
  288. Milenko Kindl and csharp
  289. compiling asp.net code
  290. Avoid inheriting base class to more than one class
  291. just-in-time compiler
  292. ListViewItems display order and Index
  293. Re: anyone got a minute, need some help with extention methods
  294. Anybody try Reactive Programming yet?
  295. Introducing TRiBE
  296. Gang of Four book useless, composition > inheritance
  297. strange sql select statement
  298. anyone got a minute, need some help with extention methods
  299. Detect some words is a voice file
  300. Monitor, does not work when disposing...
  301. DateTime.Now.Ticks question
  302. CollectionView, AutoIncrement and Source Changes
  303. Custom Project Templates
  304. Strange software update problem
  305. Strange problem starting an application while it gets updated (alsowhile system start and login)
  306. DCOM administration
  307. Re: Speak recognation software
  308. Re: Speak recognation software
  309. C# equivlanet of Java's unsigned right shift operator (>>>)
  310. Removing Offsetting XML Nodes
  311. Iteraring full Object hierarchy
  312. .NET cartoonish says businessman--valid point, or sour grapes?
  313. Send struct between a C# DLL and a C# application
  314. Deserialization - Can see object properties in Visual Studiointellisense but receive object refernce not set error.
  315. Could not load type 'Microsoft.VisualStudio.TestTools.Resources.FrameworkMessages'from assembly 'Microsoft.VisualStudio.QualityTools.UnitTestFramework
  316. Microsoft to drop WPF, Win Forms, Silverlight and .NET in general infavor of Javascript and HTML5 (whatever that is) in Windows 8
  317. Deserializaion - object is null although fields are available throughVS intelisense.
  318. My ddlMaker_SelectedIndexChanged event handler does not work
  319. TEXT word wrap
  320. asp.net question
  321. Migration to VS2010 asks for .resources.dll
  322. Form lost focus
  323. Debug in csc.exe
  324. System.AddIn question
  325. GUI - class - dataclass
  326. Do C# programmers use I/O Completion Ports directly?
  327. dgv
  328. Software Testing Conference 2011(July 2nd, Bangalore)
  329. ?
  330. Separating UI logic & program logic
  331. b-tree
  332. Exception when accessing mdf file when using IIS and aspnet_wp.exe
  333. about IIS
  334. XML and collectionbase
  335. Simpel TextBox Question
  336. Problem with GetCharIndexFromPosition()
  337. list of stuct, changing it`?
  338. Looking for generic method to access a components form
  339. Windows CE question
  340. Plugin functionality without really using a plugin framework possible?
  341. How do I align a label so it is positioned right in front of a dropdownlist in asp
  342. How can it work without a closing tag
  343. Screen Color
  344. Copying from SQL Server database to Access and Vice versa
  345. Missing interop.*.dll
  346. Send email using C#?
  347. Am I trapped over a pitfall (exposing static lock object)?
  348. C# MD5 Hash Does Not Match Hash Generated From Java
  349. libraries PDF read
  350. Queue - Class - copy constructor?
  351. Error 1169 - do not understand the problem
  352. Is State pattern the solution?
  353. Multiple programs using the same DLL - will Singleton work?
  354. Deterministic destruction across scope and state machines in c#
  355. help! C# mysql
  356. Threading and invoke
  357. Dispose on base class
  358. TextBox AutoComplete
  359. Custom controls - React to property change
  360. List. CSV. Stream
  361. Re: Get browser's TimeZoneInfo id
  362. Synchronize or invoke?
  363. Ruby to C#
  364. Re: Round up 10th of Decimal
  365. Round up 10th of Decimal
  366. Run builds in low priority?
  367. Bitmap with transparent colour?
  368. A web server label control
  369. Thread, suspend and resume
  370. C# 4.0?
  371. No default parameters in C#
  372. I feel that asp.net is not so oop oriented as wpf and win forms
  373. Command line calling from Windows form
  374. Locking and throwing?
  375. DesignMode ?
  376. QuotedStr ?
  377. copy listview.item.text, faster
  378. FTP get
  379. Publishing a service (.NET 4.0)
  380. I don't get ÅÄÖ when I use StramReader.ReadtoEnd()
  381. Windows CE Emulator and VS 2005
  382. about the div element in html
  383. C# 2008 invoking VB6 objects?
  384. Re: Quick question about PLINQ
  385. Delegates
  386. Insert string on RTF TextBox after Drag and Drop
  387. Quick question about PLINQ
  388. Strange graphical effect in Drag And Drop
  389. Re: dataSource, WriteXML not saving changes
  390. dataSource, WriteXML not saving changes
  391. User Control
  392. Based on calling time Type, have to return the list of the same type
  393. It does not work to drag a web user control into a web page
  394. Get Job Updates and Chat with Techies immediate doubts clarifications
  395. How to run an app before Windows GUI loads?
  396. WPF - few UserControls and communication
  397. Silverlight 3D
  398. Windows Media Player Playlist bound to Listbox
  399. Convert linq query to lambda
  400. Events in components
  401. Can somebody explain this it's some html so I assume that somebody know this
  402. about using html table in asp.net
  403. shorcut for properties
  404. What does this mean?
  405. What is the best solution to be able to use both decimalcomma and decimalpoint in numbers
  406. Is it possible to rewrite this code and use the oper string oin the actual operation
  407. Help in Visual Studio 2005
  408. Supported cultures on an OS? CultureInfo.GetCultures won't work...
  409. How do I write a script that is to be run on the client side to move text from one textbox to another
  410. How can I do to remove the string s
  411. What type of control to use in asp.net
  412. Array of double, must be also able to hold DateTime
  413. Resource DLL generation at compilation stage
  414. #define in C#
  415. Data Class Design
  416. Is it correect to say that the div element is a control
  417. Why is there no propery in the property window for runat and onserverclick for HTML input<Button>
  418. The Diable property for HTML server control does not work
  419. C# Reflection List<T>
  420. Setting TreeView nodes at runtime.
  421. runat=server
  422. The table HTML element
  423. The div tag
  424. Missing operand before 'Mod' operator
  425. Baclk background for images saved from ListView
  426. Jobs Opening in Karachi
  427. What is the point to use Server.HtmlEncode in this piece of code
  428. using lists to filter data
  429. Listview icons - how to extract icons to hdd?
  430. Tray Icon issue
  431. No label control in toolbox for asp.net
  432. html server control
  433. Simple linq question
  434. Better way to write this code block? Suggestions please.
  435. How do I associate for example the load event to a handler when I have AutoEventWireup="false"
  436. Loop rows of DataGrid
  437. Web page
  438. WebBrowser control problem
  439. One more question about design do make a program for appointment at the dentist
  440. about the design of inheritance
  441. some problems with drawing
  442. plz register
  443. how do I create a cross that show the value for the x and y
  444. How do I clear a panel from old drawing
  445. a question about binary serialization
  446. Can this code be written in a shorter way
  447. How do I convert from PointF[] to List<PointF>
  448. How can I dispose the resource of changed Form's Icon ?
  449. A question about design of classes
  450. how to dispose of a Pen object
  451. Please give me back the focus for my mouse wheel (VS 2010-Testversion)
  452. Google Group for Microsoft Certifications
  453. How can I make the arrow smoother it's a little bit jagged now
  454. Here I draw the y axes but how do I get an arrow on top
  455. Installing a driver (.INF file) from code
  456. SMS alert for DOT NET Job Alert,Development Tips, Interview Tips andFrequently Asked Interview Questions
  457. about sql server
  458. Set directory permissions on Windows XP
  459. Where are the Properties.Settings.Default stored on disk?
  460. Dual monitor management
  461. Shuting down the application
  462. ListView: permanent vertical scrollbar?
  463. Calling managed C++ function from C# program
  464. lexical analyzer in c#
  465. about drawing
  466. MenuItem
  467. DataSet question (two different sources)
  468. app.config
  469. Point and PointF struct
  470. Event Args
  471. Which of these two is the best way to get the connection string from app.config file
  472. COM port works in debug mode, not in free run mode...
  473. Is it a good choice to make this class ststic
  474. setting cursor for entire screen as opposed to client area
  475. Rich text autoformat
  476. how can i order goods online ?
  477. Component classes in project, now visible anymore?
  478. C# deployment project - overwriting config
  479. Re: Re: I added the symbols for the .NET Framework and stepped downthroughthe code.
  480. Binding to the same TextBox and record index in a DataGridView until enter is hit
  481. Northwind DB compile error
  482. about dispose
  483. Client loses network connection with server after reboot
  484. Accessing a URL from C#
  485. Should I switch to a 64-bit development environment?
  486. Specifying host CLR version using app.config
  487. Wrong font-thickness with „Flicker free drawing"
  488. wndproc
  489. A question about understanding the mdf database file
  490. don't understand the Handle property in KeyPressEventArgs object
  491. What is the difference betwnn sdf and mdf
  492. why is it not possible to find the database
  493. Is there a this[] in C#
  494. Why does it not work to use Application.Exit() in C-tor
  495. delegate syntax
  496. Threads and the OleDbDataReader Class
  497. about Resourses
  498. about localization and satellite assemblies
  499. Re: Naming Of Methods/Functions
  500. Why does C# not support explicit abstract interface implementations?
  501. Default namnspace
  502. Label Click event?
  503. Check if printer is an actual physical device
  504. Naming Of Methods/Functions
  505. Re: OLEDB SELECT Statement
  506. OLEDB SELECT Statement
  507. about localization
  508. How to reference a property in .NET?
  509. when the clock is adjusted forward, any time in the period that isskipped is invalid
  510. Application size targetting Windows CE 5.0 device
  511. Menu Submenu On IE7 Acts Differently to IE8
  512. Identificate a peripheral
  513. Enumerable.Range
  514. How do I best find the index for an object in a generic list
  515. Printing Function Code
  516. Printing Function Code
  517. delete in c# .net
  518. How do I use event in this example
  519. Why does not bring to front on a control work
  520. About Box - Error in the autogenerated code
  521. New with c#
  522. Access to a control
  523. How to delete folder prior to install if exists
  524. How do I place card so each added card overlap in the way I want
  525. Automatic web deployment and updates
  526. Trap WM_LBUTTONDOWN / UP messages on Button
  527. Design and Creating a black Jack game
  528. Re: Your Solution
  529. Unsolved: property Cells[row, col] (2 dimensional array as string)
  530. Encoding.GetString
  531. A complete example with bindings that doesn't work as expected
  532. 3D in Silverlight 5.0
  533. Two-way binding using DataSourceUpdateMode.OnPropertyChanged does not work
  534. "String" Case Question
  535. about user control
  536. need a algoritm to place user control
  537. How to grab certain lines of text in a .txt file using C#
  538. "static public" or "public static"
  539. A complete program that doesn't work as I want
  540. Patterns & practices - Unity: Any serious cons?
  541. Re: A question about unit tests
  542. Processor jumps to 100% when looking at the Designer
  543. Borderstyle for Label and LinkLabel
  544. How do I bind the DataGridView column Name to a textbox.
  545. Re: A question about unit tests
  546. A question about unit tests
  547. Re: C# - generating pdf file
  548. C# - generating pdf file
  549. Problem with a clickonce application
  550. how to best organize an MVP solution
  551. VS2010 SP1: My “Use Large Icons” Rant
  552. How to Increase ReadBufferSize of serial Port
  553. How to best initialize a more then one card of Deck
  554. How to program this?
  555. Build C# program low priority in VS 2005?
  556. Which IPC should I use or where can I get some info about IPC
  557. service dependency on a *specific* sql server database
  558. Action on setting value
  559. Visual Studio 2005 C# program, warnings
  560. List of List?
  561. Re: Recommendations for C# USB library?
  562. Re: Recommendations for C# USB library?
  563. Re: Draw Line is to slow, there is anything else ?
  564. Re: Draw Line is to slow, there is anything else ?
  565. Windows CE 5.0 optimisation for a C# CF .NET 2.0 app
  566. Windows CE 5.0 optimisation for a C# CF .NET 2.0 app
  567. VS 2003.NET and VS 2005?
  568. VS 2003.NET and VS 2005?
  569. Save state on WinCE device?
  570. Save state on WinCE device?
  571. Re: Draw Line is to slow, there is anything else ?
  572. Simple TCP Server - String Bulding Problem
  573. StringGrid
  574. Any good MSDN/Technet type reference sites readable on a mobile device?
  575. SQL Server
  576. Binding object
  577. Structure of Class Files
  578. Which kind of exception ?
  579. when was Visual studio 2008 released
  580. Get a TreeviewItem-Value (WPF)
  581. Reference not mandatory
  582. Stopping a listening thread
  583. Reading streaming binary data from a website as soon as data arrives
  584. Properties?
  585. handle errors and exceptions
  586. Re: On 2/1/11 7:24 AM, Tony Johansson wrote:Sounds like something thatis not
  587. shared resources
  588. 3D in Silverlight
  589. This code is located in the GUI class and I think that it belongs there.
  590. About GetById in a generic Repository
  591. IDisposable
  592. threading
  593. COM Exception 8001010d
  594. Is it possible to get all specific types from a inheritance tree
  595. is it really possible to XML serialize without having acces to the collection
  596. documentation
  597. How to poulate a combobox in wpf applikation
  598. need to run my c# program on a computer that is not hooked up to the internet.
  599. RTF text in resource file
  600. Don't understand this construction
  601. WCF, DataContract, KnownTypes question
  602. Is it any point to use Onxxx as I have done here when dealing with events and delegates
  603. Re: Web Services and traffic measure
  604. is there any specific news group for WPF applications
  605. Regular expression
  606. Re: Simple? Form Design Question
  607. dataGridView
  608. Re: Simple? Form Design Question
  609. Re: Simple? Form Design Question
  610. where to place some information concerning a animal category
  611. Store XML/XSD in SQL Server 2008
  612. JavaScript extension
  613. Interface and class
  614. Using app.config from both the exe and a dll
  615. Use Resource Files in Class. Is this possible?
  616. TypeConverters
  617. drag and drop [telerik]
  618. namespaces colliding
  619. should anything from my presentation layer(PL) be removed to Business layer(BL)
  620. Float point variable comparison issue?
  621. WebGL vs Silverlight 5
  622. Regex help
  623. XML serialize doesn't work
  624. How do most programmers protect their internal data structures?
  625. How is public property with {get; set;} different from a public field?
  626. Where should a boolean flag be located in the GUI class or controll class
  627. Property caching strategy.
  628. Suppress the security warning bar when using the WebBrowser control.
  629. Re: Use technical analysis to maximize your earning
  630. Is this statement correct
  631. Tough Sentence about Generic Overloading
  632. Executing javascript from app?
  633. Led Zeppelin
  634. Runtime version
  635. Site to open the blocked sites and blocked and encoded
  636. XP: Programatically change sound scheme?
  637. Application.UserAppDataPath - NullReferenceException
  638. Finding .exe files at runtime?
  639. Does anybody have a clue why a text in a book say this
  640. Windows Service - ExceptionHandling after error in OnStart()-method
  641. Intercepting user Date Time change
  642. Is manifest and metadata about the same thing
  643. Newbie - the difference between <%: %> and <%= %>
  644. Printer escape characters and iTextSharp
  645. How expsensive in terms of performance is try / catch
  646. windows.forms usercontrol, event and delegate
  647. Three-layer arcitecture
  648. VisualStudio 2008 Help vs. VisualStudio 2010 Help
  649. Listview in-line edit
  650. Newbie - html helpers - Html.RenderPartial("LogOnUserControl")
  651. Window service debug
  652. What is the obj directory used for if I look under the application directory.
  653. Singleton vs static
  654. GUI Thread - Is cross-thread operation really bad?
  655. Re: Question: How to persist state of checkbox after app closes
  656. Newbie - questions about creating a user.
  657. NotifyIcon
  658. Contains and StringComparison.InvariantCultureIgnoreCase
  659. Another question about improving the code
  660. Re: New to WPF, how to update a TextBlock on MainWindow?
  661. Re: New to WPF, how to update a TextBlock on MainWindow?
  662. What will the difference be if I put the foodlist in the Animal class to having it in the concrete animal type class
  663. Re: New to WPF, how to update a TextBlock on MainWindow?
  664. using the object.GetType to get the dynamic type
  665. New to WPF, how to update a TextBlock on MainWindow?
  666. chart controls for c#
  667. I have small probalem
  668. Mobile Hacking Tricks
  669. More WPF question than C#
  670. is there some guideline when to use static methods
  671. Is it possible to rewrite this code in a fancy way to get rid of this ToLower method
  672. Re: Using Entity Framework without a database
  673. It seems to me that it's very difficult to prevent resize of column for ListView
  674. What is the best strategy ti return when business rule is not correct
  675. Newbie - HttpApplicationState question.
  676. Using Entity Framework without a database
  677. What about performance here
  678. How to make a fancy format
  679. any trick to move a window in a tight loop
  680. Is it any point to make further validate in the AnimalManager class before adding to the collection
  681. RS232 SerialPort class
  682. Is it a good choice to use a validation class
  683. about where to do the implementation for an interface
  684. what's the bug here ?
  685. where is the bug here ? c++ faster than c# ?
  686. Linq to SQL vs Ado.Net Entity Framework
  687. factory pattern give me problem
  688. Re: about returning a reference to something
  689. Re: about returning a reference to something
  690. Re: Merge 2 lists using query syntax
  691. Re: about returning a reference to something
  692. Re: about returning a reference to something
  693. Re: serialize vs database
  694. Re: about returning a reference to something
  695. Re: Newbie - what is the meaning of ":" in this code?
  696. Newbie - what is the meaning of ":" in this code?
  697. What is the best way to solve this problem
  698. Merge 2 lists using query syntax
  699. about returning a reference to something
  700. Hex To Decimal - help pls?
  701. number as string in database
  702. DB field name valid
  703. List Contains Words
  704. Figuring out daylight saving time?
  705. Re: GetFiles Example
  706. Re: GetFiles Example
  707. Returning value from MT - need help
  708. would class be useful here?
  709. Does this property make sense
  710. comparing List<T> and linked List
  711. Converting string numbers to numbers
  712. serialize vs database
  713. datetimepicker won't let me use fractions of a second?
  714. C# performance profiler... comments appreciated...
  715. WMI query, Win32_Product but antivirus product not found?
  716. Assume I create a class Customer is it advice to have a separate class to store addresses
  717. webclient vs httpwebrequest
  718. Newbie - what is the purpose of attributes?
  719. ListView for Windows Phone apps
  720. Where is the asp:TreeNode control in the toolbox
  721. events revisited
  722. base class cast problem
  723. code reuse
  724. How is used Linq on a DataView object?
  725. inheritance vs containment
  726. set checkboxes in listview from list
  727. List<T>.Remove(T item)
  728. don't have to close filestream?
  729. Collection Intersection Helper
  730. asp.net runtime understanding
  731. Get how DrawString split the string
  732. serialize sorteddictionary-does this seem ok
  733. better way to change a string
  734. how to get listview.ItemCheck event to fire?
  735. About using a table in an aspx page
  736. This text may sound that the cache state object is not so good to use
  737. Why is PreviousPage.IsValid throwing an exception
  738. What about the performance between the states that can be stored on the server
  739. a question about the state when stored on the server
  740. pass object from model to view in event
  741. Which of these is correct
  742. Print to port usb
  743. listview column width at runtime
  744. About Authentication to a webb site
  745. Excuse me!!
  746. Which type state is more relevant to use thyen other
  747. c# equiv of GetObject and casting
  748. best way to handle null objects
  749. check with If or just use try
  750. Help with Assembly.GetType