Posts

Showing posts from 2018

10+ Free Jquery Charts

Image
                  Hi All, Now We See About 10+ Jquery Free Chart Libraries. Charts can visualize Live Data and Offline Data on Different Display Mode as like PieChart, Line Chart, Bar Chart and etc. Now Animated charts have displayed looks perfect. Jquery Charts are powerful, simple to use, and free.  jqPlot Charts                     jqPlot as simple and easy to Use. they will provide Canvas Based charts, jqPlot Provides more charts like, Area Charts, Bar Charts, Bubble Charts, Pie Charts, Donut Charts, Pyramid Charts, Waterfall Charts and etc. If You Need Any Customization You Can Do that Jquery Libraries. It is Free To Use if You Like Efforts and Donate or Contribute to the Developer. Download   Google Charts                       Google Charts as Most Effective and handling Large Data Pools.  It's SVG Based Charts, Google Charts Contains Almost all and new in other Charts as Geo Charts, Gantt Charts, Scatter Charts, Stepped Area Charts, Time

How To Install C# Windows Service in System?

Image
Actually, We Did not Run the Windows Service Like Windows Application. Its Service Based So Run this Windows Service using    InstallUtil . exe.   It's the Installer Tool. Using Command prompt to Install Service Any Windows System. Use the Following Code to Install. C:\Users\Dinesh>"C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" "E:\ActiveProcess\ActiveProcess\bin\Release\ActiveProcess.exe"

How to Get ADFS SAML Response in C#

     ADFS  For  Active Directory Federation Services which can Installed on IIS Server. We Will See About How To Configure ADFS in IIS SERVER. ADFS is One of The  Single Sign-On Technology from Microsoft.         After Configured Login Process Held on Central ADFS Server to Your Own Post Page. You Can Configure that Post Page which Control Method's Comes The ADFS Response.         ADFS Response is Secured and Encrypted. Do Not Take Information Without Decrypt the Response. ADFS Response like Locked Home, If Need To open the Door We Need to use Key(Certificate) then Break the Latch(ADFS Response). In this Section How to Decrypt ADFS Response Process Explained Detaily.       ADFS Response: <samlp:Response Consent= "urn:oasis:names:tc:SAML:2.0:consent:unspecified"     Destination= "https://example.com/adfsauthlogin/login"     ID= "_73cad836-4090-4812-9d2e-bfda9adc01f1" IssueInstant= "2018-02-18T06:17:20.476Z" Version=

Get Adfs Decrypted SAML Value in C#

     In This Section, We Can See about How to Get Data From ADFS SAML Decrypted Response. Next Session We See about How to Get SAML Encrypted Response From ADFS. Below I Show the Decrypted Response.        Last Part We See About Decrypted the SAML Response. In this Section How to Read ADFS Decrypted Response to Data Information or Decode the ADFS Response. SAML Decrypted Response: < Subject xmlns= "urn:oasis:names:tc:SAML:2.0:assertion" > < NameID >test1011</ NameID > < SubjectConfirmation Method = "urn:oasis:names:tc:SAML:2.0:cm:bearer" >     < SubjectConfirmationData NotOnOrAfter = "2018-02-22T04:29:26.735Z" Recipient = "https://example.com/adfsauthlogin/login" /> </ SubjectConfirmation > </ Subject > < Conditions NotBefore = "2018-02-22T04:24:26.673Z" NotOnOrAfter = "2018-02-22T05:24:26.673Z" xmlns= "urn:oasis:names:tc:SAML:2.0:assertion&quo