Popular Posts
-
Kendo UI applying SUM in footer template kendo ui - KendoUI: Grid Summary values in Footer - Stack Overflow : ", footerTemplate:...
-
MVC grid example ASP.NET MVC Flexigrid sample - CodeProject : 'via Blog this'
-
A possible way of handling distributed transaction for multiple contexts without alleviation to MSDTC??? c# - Entity Framework - Using Trans...
Sunday, July 30, 2017
Installing application insights in iis
https://social.technet.microsoft.com/wiki/contents/articles/34449.iis-application-insight-integration.aspx
Monday, July 24, 2017
webgio/Rotativa: Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC. Available on Nuget https://www.nuget.org/packages/Rotativa
webgio/Rotativa: Rotativa, /rota'tiva/. Make Pdf from Asp.Net MVC. Available on Nuget https://www.nuget.org/packages/Rotativa
HTML to PDF based on the GNU project:
http://madalgo.au.dk/~jakobt/wkhtmltoxdoc/wkhtmltopdf-0.9.9-doc.html
HTML to PDF based on the GNU project:
http://madalgo.au.dk/~jakobt/wkhtmltoxdoc/wkhtmltopdf-0.9.9-doc.html
Saturday, July 22, 2017
JSONPlaceholder - Fake online REST API for developers
JSONPlaceholder - Fake online REST API for developers
using power shell to do a rest api call:
#Reading feeds from PowerShell team blog
$feeds = Invoke-RestMethod http://blogs.msdn.com/b/powershell/atom.aspx
#Filtering and Formatting results
$feeds | ForEach {
[PSCustomObject]@{
Title=$_.title;
Author=$_.author.name;
Link=$_.link.href;
Date=$_.published
}
} | ConvertTo-Json OR Format-List
using power shell to do a rest api call:
#Reading feeds from PowerShell team blog
$feeds = Invoke-RestMethod http://blogs.msdn.com/b/powershell/atom.aspx
#Filtering and Formatting results
$feeds | ForEach {
[PSCustomObject]@{
Title=$_.title;
Author=$_.author.name;
Link=$_.link.href;
Date=$_.published
}
} | ConvertTo-Json OR Format-List
Thursday, July 20, 2017
Monday, July 17, 2017
Saturday, July 15, 2017
Tuesday, July 11, 2017
Object Dumper
https://www.codeproject.com/Articles/1194980/How-to-Dump-Object-for-Debugging-Purposes-in-Cshar
Process bar css menu
https://www.codeproject.com/Tips/1194241/Pure-CSS-Salesforce-like-progressbar-Control
Saturday, July 8, 2017
Subscribe to:
Posts (Atom)