Click here to Skip to main content
15,886,823 members
Home / Discussions / C#
   

C#

 
GeneralRe: TextBox not recognising Input Pin
Eddy Vluggen26-Oct-12 1:42
professionalEddy Vluggen26-Oct-12 1:42 
Questionextension method Pin
mhd.sbt25-Oct-12 9:52
mhd.sbt25-Oct-12 9:52 
AnswerRe: extension method Pin
Pete O'Hanlon25-Oct-12 10:07
mvePete O'Hanlon25-Oct-12 10:07 
AnswerRe: extension method Pin
Richard Andrew x6425-Oct-12 12:19
professionalRichard Andrew x6425-Oct-12 12:19 
AnswerRe: extension method Pin
samu4u25-Oct-12 23:53
samu4u25-Oct-12 23:53 
GeneralRe: extension method Pin
Pete O'Hanlon26-Oct-12 0:14
mvePete O'Hanlon26-Oct-12 0:14 
GeneralRe: extension method Pin
mhd.sbt26-Oct-12 0:41
mhd.sbt26-Oct-12 0:41 
Questionregarding wcf Binding and endpoint Pin
Tridip Bhattacharjee25-Oct-12 8:54
professionalTridip Bhattacharjee25-Oct-12 8:54 
i was going through a wcf code and found lots of things was written in app.config file where wcf has been hosted. i just do not understand many things in app.config file regarding wcf. please explain every entry in details....if possible. here is the content
XML
<bindings>
           <basicHttpBinding>
               <binding name="BasicHttpBinding_IViewerService" closeTimeout="00:10:00"
                   openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
                   allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
                   maxBufferSize="2147483647" maxBufferPoolSize="2147483647"
                   maxReceivedMessageSize="2147483647" messageEncoding="Mtom"
                   textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
                   <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
                       maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
                   <security mode="None">
                       <transport clientCredentialType="None" proxyCredentialType="None" realm="">
                           <extendedProtectionPolicy policyEnforcement="Never" />
                       </transport>
                       <message clientCredentialType="UserName" algorithmSuite="Default" />
                   </security>
               </binding>
           </basicHttpBinding>

           <wsHttpBinding>
               <binding name="WSHttpBinding_IViewerService" closeTimeout="00:10:00"
                   openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:10:00"
                   bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
                   maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647"
                   messageEncoding="Mtom" textEncoding="utf-8" useDefaultWebProxy="true"
                   allowCookies="false">
                   <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
                       maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
                   <reliableSession ordered="true" inactivityTimeout="00:10:00"
                       enabled="false" />
                   <security mode="Message">
                       <transport clientCredentialType="Windows" proxyCredentialType="None"
                           realm="">
                           <extendedProtectionPolicy policyEnforcement="Never" />
                       </transport>
                       <message clientCredentialType="Windows" negotiateServiceCredential="true"
                           algorithmSuite="Default" establishSecurityContext="false" />
                   </security>
               </binding>
           </wsHttpBinding>
       </bindings>
<client>
           <endpoint address="http://97.87.12.242:1003/Rlc/Viewer" binding="basicHttpBinding"
               bindingConfiguration="BasicHttpBinding_IViewerService" contract="ViewerProxy.IViewerService"
               name="BasicHttpBinding_IViewerService" />
       </client>

tbhattacharjee

AnswerRe: regarding wcf Binding and endpoint Pin
Pete O'Hanlon25-Oct-12 9:00
mvePete O'Hanlon25-Oct-12 9:00 
GeneralRe: regarding wcf Binding and endpoint Pin
Ravi Bhavnani25-Oct-12 10:13
professionalRavi Bhavnani25-Oct-12 10:13 
AnswerRe: regarding wcf Binding and endpoint Pin
Dave Kreskowiak25-Oct-12 10:26
mveDave Kreskowiak25-Oct-12 10:26 
QuestionNeed a little hint my brain is burned out Pin
Mendor8125-Oct-12 4:24
professionalMendor8125-Oct-12 4:24 
AnswerRe: Need a little hint my brain is burned out Pin
Richard MacCutchan25-Oct-12 6:25
mveRichard MacCutchan25-Oct-12 6:25 
AnswerRe: Need a little hint my brain is burned out Pin
Eddy Vluggen25-Oct-12 8:33
professionalEddy Vluggen25-Oct-12 8:33 
AnswerRe: Need a little hint my brain is burned out Pin
Clifford Nelson26-Oct-12 9:20
Clifford Nelson26-Oct-12 9:20 
Questionapplication logging strategy - advice Pin
Simon_Whale25-Oct-12 4:22
Simon_Whale25-Oct-12 4:22 
AnswerRe: application logging strategy - advice Pin
Richard MacCutchan25-Oct-12 6:23
mveRichard MacCutchan25-Oct-12 6:23 
GeneralRe: application logging strategy - advice Pin
R. Giskard Reventlov25-Oct-12 6:37
R. Giskard Reventlov25-Oct-12 6:37 
GeneralRe: application logging strategy - advice Pin
Simon_Whale25-Oct-12 11:50
Simon_Whale25-Oct-12 11:50 
AnswerRe: application logging strategy - advice Pin
Eddy Vluggen25-Oct-12 8:41
professionalEddy Vluggen25-Oct-12 8:41 
GeneralRe: application logging strategy - advice Pin
Simon_Whale25-Oct-12 12:01
Simon_Whale25-Oct-12 12:01 
AnswerRe: application logging strategy - advice Pin
jschell25-Oct-12 10:43
jschell25-Oct-12 10:43 
GeneralRe: application logging strategy - advice Pin
Simon_Whale25-Oct-12 12:02
Simon_Whale25-Oct-12 12:02 
AnswerRe: application logging strategy - advice Pin
V.25-Oct-12 21:10
professionalV.25-Oct-12 21:10 
Questionapplicatin developing in c# Pin
krishnaveni_g24-Oct-12 23:29
krishnaveni_g24-Oct-12 23:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.