Read-only is a generic concept that means "not writeable" - Please DO NOT USE THIS TAG.
I'm creating a bash script which, among other things, gathers some data from a MySQL database. My MySQL user has …
mysql shell command-line readonlyI need to delete a directory that contains read-only files. Which approach is better: Using DirectoryInfo.Delete(), or, ManagementObject.InvokeMethod("…
c# directory readonly delete-directoryI have some .csv files which I'm using as part of a test bench. I can open them and read …
.net file streamreader readonlyI have a strongly-typed MVC View Control which is responsible for the UI where users can create and edit Client …
asp.net-mvc attributes html-helper readonlyI am wondering, since a lot of things can be done using reflection, can I change a private readonly field …
c# reflection field readonlyI must have done something wrong. I have a C# project in Visual Studio 2008. All of a sudden I see …
c# visual-studio readonlyI need to expose an Entity Framework Data Context to 3rd party plugins. The purpose is to allow these plugins …
.net entity-framework entity-framework-4 datacontext readonlyI'm looking for the C# equivalent of Java's final. Does it exist? Does C# have anything like the following: public …
c# constants readonly parameter-passingI need to know how to interrogate a Microsoft SQL Server, to see if a given database has been set …
sql-server database tsql readonlyI want to write a ViewModel that always knows the current state of some read-only dependency properties from the View. …
wpf data-binding mvvm readonly