Quantcast
Channel: BrainStorage
Browsing index pages (102 articles)

Image may be NSFW.
Clik here to view.

Enforce IE=Edge Compatibility From Web.Config

For those who work in corporate environments that contain legacy applications, your users may be forced to use Internet Explorer Compatibility Mode for your entire domain to get these older...

View Article


Image may be NSFW.
Clik here to view.

Kendo Grid Column Template With Multiple Attributes

It is pretty well documented (see below) how to use the ternary operator in Kendo Grid Column Templates, for instance to conditionally check or disable a checkbox. I was able to get that functionality...

View Article


Image may be NSFW.
Clik here to view.

Changing Time Zone Settings Causes VS 2013 Build Failure

If you are monkeying around with your time zone settings with a Visual Studio project open, for some, inexplicable reason, the project may fail to build after changing the time zone. Moreover, there...

View Article

Image may be NSFW.
Clik here to view.

Integer Display Formatting In Kendo UI Numeric Grid Columns

I have a Kendo UI grid with a variety of columns, including one that displays a calculated value for “Days Until Travel”, which is always an integer result. One particularly thorough tester noted that...

View Article

Image may be NSFW.
Clik here to view.

Unexpected Submit Behavior When Pressing Enter Key

I ran into this unexpected problem when pressing the Enter key from within fields on certain forms in an Angular application. The short answer is to add a type=”button” attribute to any buttons that...

View Article


Image may be NSFW.
Clik here to view.

Kendo MVC Grid And Nullable Values In DropDownLists

I was using some ForeignKeys columns as DropDownLists in a Kendo MVC grid, and got it to work pretty easily (after reading G’s comment about creating the EditorTemplate, that is). While editing,...

View Article

Image may be NSFW.
Clik here to view.

Extending ui-router-tabs To Display Validation Icon

Here is a link to a Plunk that demonstrates how to extend the Angular-based ui-router-tabs library to include an icon in a custom heading that toggles along with the validation state of the...

View Article

Image may be NSFW.
Clik here to view.

Kendo OData DataSource With Fluent API

Here is a snippet for setting up a Kendo UI DataSource for OData using the Fluent API and passing in credentials: Kendo OData DataSource with Fluent API and credentialsFiled under: ASP.Net Tagged:...

View Article


Image may be NSFW.
Clik here to view.

Stopping JSHint Not Defined (W117) Messages

The JSHint component of Visual Studio’ Web Essentials will point out plenty of problems with your JavaScript code, sometimes though the some of the messages are not useful. For example, if you are...

View Article


Image may be NSFW.
Clik here to view.

Fiddler Suddenly Unable To Decrypt HTTPS Traffic

At one time, I had Fiddler setup to decrypt HTTPS traffic, and it was working. After having not used the feature for some time, I found that “something” had caused it to stop working, moreover I was...

View Article

Image may be NSFW.
Clik here to view.

Bootstrap Accordion Causes Unwanted UI-Router Redirection

If you use the Bootstrap Accordion sample as the basis for a UI in an Angular application using ui-router and nested views, you may get unexpected re-routing when you collapse a section. The reason for...

View Article

Image may be NSFW.
Clik here to view.

Adding Collapse/Expand Glyphicons To The Bootstrap Accordion

The default Bootstrap 3.X Accordion can be easily extended with glyphicons to illustrate that the sections are expandable or collapsible as shown below: The accordion with +/- glyphicons The glyphicons...

View Article

Image may be NSFW.
Clik here to view.

Kendo UI Grid Duplicate Paging Controls

When creating a Kendo UI grid in ASP.Net MVC, make sure that the Name property you assign the grid is not the same as the id of the container, e.g. <div> tag. The result is a  duplicate,...

View Article


Image may be NSFW.
Clik here to view.

Manually Updating NuGet Package Manager

Travis Illig describes how to get around the “file in use by another process” issue that many users face in highly managed desktop environments.Filed under: .Net, General Tagged: error, Nuget, process,...

View Article

Image may be NSFW.
Clik here to view.

SQL Server 2012 Identity Columns Skip By 1000 After Restart

I ran into some unexpected behavior in SQL Server 2012 with identity reseeding. The behavior is that the identity value can skip by 1000 when a new row is added. Apparently this is a feature in SQL...

View Article


Image may be NSFW.
Clik here to view.

Visual Studio Creation Of Virtual Directory Failure

I’m setting up VS 2013 on a highly restrictive, managed desktop environment, and ran into this problem when trying to load existing projects from TFS. The error message is shown below: Error message...

View Article

Image may be NSFW.
Clik here to view.

Configuring BGInfo.exe For All Users on Server 2012 R2

The utility bginfo, which displays system information on the desktop of the machine it is installed upon, is a handy tool to help identify your machines when you might be connected to several at one...

View Article


Image may be NSFW.
Clik here to view.

Using Claims And Extensions To Modify MVC 5 _LoginPartial Name Display

The accepted answer of this Stack Overflow post offers a pretty simple technique for extending IPrincipal to modify the display of the “Hello <username>” link in the _LoginPartial view.  In my...

View Article

Image may be NSFW.
Clik here to view.

Making Sense of Azure Backup Retention Settings

I’ve recently set up an Azure Recovery Service to backup some user-generated content from a web application that is hosted in our data center. My backup scenario is very simple; I am backing up nightly...

View Article

Image may be NSFW.
Clik here to view.

Configuring Azure Storage For SQL Server 2014 Backups

Miscellaneous resources to get started: Tutorial for setting up Azure as a backup location. Deleting backup BLOB files with stale leases. This seems to happen when backups are restored, afterwards they...

View Article
Browsing index pages (102 articles)


Latest Images