Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Search Engine

Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.



Filter by Category

























































This search, performed through 3.59 MB (635 documents, 14093 words), completed in 0.0 seconds and yielded 17 results.

Requesting an SSL Certificate for Multiple Domains — 13.2%

[...] XP. For those operating systems, you must add a SAN extension in base64-encoded ASN.1 format to the Extensions section of INF file. Refer to this reference and this reference for details. Reference This article was adapted from the following sources. https://technet.microsoft.com/en-us/library/ff625722(v=ws.10).aspx http://blog.bowbyes.co.nz/2012/08/22/using-certificate-extensions-rather-than-request-attributes-for-certificate-requests-containing-sans/ Procedure (1) Create a text file for the Request Policy, using the following template, [...]

Index — 10.5%

[...] jQuery and JavaScript Angular Notes Angular Walkthrough ASCII Codes Cascading Style Sheets Quick Reference Class Library Pages Code Snippets - JavaScript Data Modelling Standards Database Layout - SQL Server DbIndexes View - SQL Server Extensions - jQuery Foreign-Key Pages - SQL Server Git Quick Reference JSON Data in T-SQL - SQL Server LINQ Examples Quick Reference - JavaScript Quick Reference - jQuery Regular Expressions Quick Reference Schema Change Scripts - SQL Server Table Row Counts - SQL Server XSL Quick Reference (uncategorized) [...]

Home Page — 10.5%

[...] Library Pages Code Snippets - JavaScript Data Modelling Standards Database Layout - SQL Server DbIndexes View - SQL Server Extensions - jQuery Foreign-Key Pages - SQL Server Git Quick Reference JSON Data in T-SQL - SQL Server LINQ Examples Quick Reference - JavaScript Quick Reference - jQuery Regular Expressions Quick Reference Schema Change Scripts - SQL Server Table Row Counts - SQL Server XSL Quick Reference (uncategorized) AuditableBase Class for Automaticatlly Tracking Data Changes - Entity Framework Code First Binding the Private Key [...]

Cascading Style Sheets Reference — 7.9%

[...] support certain visual effects. The "FONT", "CENTER" and "BLINK" elements are examples of HTML extensions, as is the "BGCOLOR" attribute. One of the goals of CSS is to provide an alternative to HTML extensions. inline element an element which does not have a line break before and after (e.g. 'STRONG' in HTML) intrinsic dimensions the width and height as defined by the element itself, not imposed by the surroundings. In this specification it is assumed that all replaced elements — and [...]

Exception Extensions - C# — 5.3%

Code using System; using System.Collections.Generic; using System.Linq; public static class ExceptionExtensions { private static List<string> _ignoreErrors; static ExceptionExtensions() { _ignoreErrors = new List<string>() { "See the inner [...]

Downloading Reports from an SSRS Server — 5.3%

[...] ssrs.DownloadReports(rootFolder); } } SsrsEngine.cs /* Packages Required (1) Microsoft.Extensions.Configuration.Json (2) System.Data.SqlClient */ using Microsoft.Extensions.Configuration; using [...]

String Extensions - C# — 5.3%

Code public static class StringExtensions { public static string ToProperCase(this string text) { string result = ""; char apos = (char)39; for (int i = 0; i < text.Length; i++) { string s = text[i].ToString(); if (i == [...]

LINQ Extensions - C# — 5.3%

Overview This article provides the code for two extension methods for use when building expressions, commonly used with LINQ. These functions allow you to build Boolean expressions on the fly. OrElse() AndAlso() Sample Usage The CustomerOrder is only used as an example; it can be any class. Expression<Func<CustomerOrder, [...]

Extensions Method to Sync Join Table Data - EF Core — 5.3%

Overview This article provides an extension method for use with EF Core which will sync data from a DTO to a "join table" in the database. A "join table" is one that is in the middle of a many to many relationship. One common example of a join table is a user role table, which has UserId and RoleId [...]

Chapter 01: Introducing ASP.NET 4.0 - MCTS Exam 70-515 — 5.3%

[...] (locally or remotely). Remote server requires the WebDAV Publishing role service or MS Front Page Server Extensions 2002. NOTE: IIS 7.5 doesn't support Front Page Server Extensions [...]

Extensions - jQuery — 5.3%

/*===============================================================================================*/ (function [...]

FileUploadExtender Class - ASP.NET — 5.3%

[...] _reason = "" If validExtensions Is Nothing Then _reason = "No valid extensions for file uploads were found in the configuration file." ElseIf _requiredField And Not Me.HasFile Then _reason = "File name is required." ElseIf Me.HasFile Then Dim exts() As String = validExtensions.Split(New Char() {"|"c}, _ StringSplitOptions.RemoveEmptyEntries) Dim myExt As String = Path.GetExtension(Me.FileName).ToUpper() If myExt.Length > 0 Then [...]

AttachmentSelector Web Control - ASP.NET — 5.3%

[...] _reasonInvalid = "Cannot specify both a Document and a URL." '-- Verify that Valid Extensions are Configured --------------------------------------- ElseIf validExtensions Is Nothing Then _reasonInvalid = "No valid extensions [...]

Quick Reference - JavaScript — 2.6%

[...] lowercase s .toUpperCase() Converts a string to uppercase s .valueOf() Returns the primitive value Extensions String.prototype.startsWith = function(prefix, [...]

Quick Reference - jqGrid — 2.6%

[...] that has these fields. In addition, the IAuditableExtension class provides the Created and Updated extensions methods to update these fields in a consistent [...]

GitIgnore Files — 2.6%

[...] files **/App_Data/*.mdf **/App_Data/*.ldf #LightSwitch generated files GeneratedArtifacts/ _Pvt_Extensions/ ModelManifest.xml # ========================= # [...]

Email Templating Using the ASP.NET Razor View Engine — 2.6%

[...] to System.Web.Razor . This assembly is found in the "Add References" dialog under "Assemblies" > "Extensions". using System; using System.CodeDom.Compiler; using [...]

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.