Possible duplicate:What is @ before the string for .NET?
Sometimes I saw a sample code that will have a "@" along with a string. eg:
EntityConnectionStringBuilder entityBuilder = new EntityConnectionStringBuilder(); entityBuilder.Provider = "System.Data.SqlServerCe.3.5"; entityBuilder.ProviderConnectionString = providerString; entityBuilder.Metadata = @"res://*/App_Data.data.csdl|res://*/App_Data.data.ssdl|res://*/App_Data.data.msl";
On line 4, what is the use of "@"? I am trying to remove this, it still works.
, @ "c:\Foo", . : " , ". , ( ) . ( ") , , , @" " "" " - "". Verbatim, , , . XML SQL , ( ) .
\ escape- .
\
Source: https://habr.com/ru/post/1778119/More articles:Error # 2084-AMF Argument coding cannot exceed 40K - flex3Facebook - refer to a familiar feature - facebookСериализация предикатов по wcf - genericsThis host is not known, ClientDependency - c #How to declare a universal function that returns a type that satisfies several restrictions in F #? - genericsHow can I manage the source code without version control tools? - version-controlSilverlight RIA Services DomainDataSource, the relationship between AutoLoad and RefreshInterval - silverlightBest way to do html email sending via php? - htmlEntity Platform Performance Problem - .netAndroid emulator sometimes does not connect to the Internet - androidAll Articles