itechnology
NuGet publisher profile
Packages (4)
Microsoft.ReportViewer.Web.2012
Dependent libraries to use Microsoft.ReportViewer in MVC or WebForms. Includes DataVisualization to be able to render chart controls. Works with both MVC and WebForms. includes: Common, ProcessingObjectModel, DataVisualization, WebForms Required on Server Microsoft® System CLR Types for Microsoft® SQL Server® 2012 https://www.microsoft.com/en-us/download/details.aspx?id=29065 or nuget package "Microsoft.SqlServer.Types >= 11.0.2" but i find it adds too many dependencies, so having sql server types on server is probably a better solution.
HeadJS
At under 5K minified & gzipped HeadJS provides you with: * Asset Loader: Load scripts and stylesheets when you need them. head.load("file1.js" , "file2.js" , function() { done(); }) head.load("file1.css", "file2.css", function() { done(); }) * JavaScript Organizer: Defer execution to the bottom of page. head.ready(function() { imReady(); }) * Responsive Design: Detect and react to resolutions with simple css classes or js tests that work without media query support. .landscape, .lt-800, .gt-1680, if (head.mobile) { } * Browser Detection: Detect browsers & their version, and apply css or js logic to them. .gt-ie6, .lt-ie10, if (head.browser.ios) { } * Feature Detection: Detect browser features like cssreflections, touch-enabled .no-touch if (!head.touch) { } * CSS Moderniser: Detect css support like box-shadow, border-radius .no-borderradius, if (!head.borderradius) { } * CSS Router: Detect which page and section someone is on and target it with specific css. .index-page, .register-page, .root-section, .user-section, * HTML5 Shim: Need to support the new HTML5 tags in older browsers ? No problem !
T4ResX
Transform all ResX files in a project into a strongly typed, compiled assembly. Access your translations directly from inside .cshtml & .aspx files. Bind your translations directly to a ViewModel. Use it again in your dlls to return localized error messages. Pull translations directly into localized JavaScript files.
HealthMonitoring.Provider
Provider, that enables custom logging in a project