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.
[...] 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, [...]
[...] 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) [...]
[...] 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 [...]
[...] 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 [...]
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 [...]
[...] ssrs.DownloadReports(rootFolder); } } SsrsEngine.cs /* Packages Required (1) Microsoft.Extensions.Configuration.Json (2) System.Data.SqlClient */ using Microsoft.Extensions.Configuration; using [...]
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 == [...]
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, [...]
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 [...]
[...] (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 [...]
/*===============================================================================================*/ (function [...]
[...] _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 [...]
[...] _reasonInvalid = "Cannot specify both a Document and a URL." '-- Verify that Valid Extensions are Configured --------------------------------------- ElseIf validExtensions Is Nothing Then _reasonInvalid = "No valid extensions [...]
[...] lowercase s .toUpperCase() Converts a string to uppercase s .valueOf() Returns the primitive value Extensions String.prototype.startsWith = function(prefix, [...]
[...] that has these fields. In addition, the IAuditableExtension class provides the Created and Updated extensions methods to update these fields in a consistent [...]
[...] files **/App_Data/*.mdf **/App_Data/*.ldf #LightSwitch generated files GeneratedArtifacts/ _Pvt_Extensions/ ModelManifest.xml # ========================= # [...]
[...] 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.