Quantcast
Channel: Bryan Avery - Blog
Browsing latest articles
Browse All 10 View Live

How to Rank your search results with multiple search terms using LINQ and...

I have always used a ranked search criteria, it's the only true way to get good results back from a data set.  But I've been doing my ranking within C# code.  But this got all the data from the data...

View Article


Active links on Bootstrap Navbar with ASP.NET MVC

If you have used Bootstrap with your ASP.NET MVC application, you might have faced some issues with implementing active links of it’s Navbar component. We’ll have to dynamically add a css class called...

View Article


WCF Attributes and what they all mean

The online MSDN documentation is your first source for things like that:Read about the ServiceContractAttributeRead about the OperationContractAttributeRead about the DataContractAttributeAll the MSDN...

View Article

Google authentication get email from ASP.NET Identity

So how do you obtain the external user email (the one authentication by google), first name and name in an ASP.NET website using ASP.NET Identity?var email =...

View Article

Image may be NSFW.
Clik here to view.

GitHub for web Designers

Unless you’re a one person web shop with no team to collaborate with, you've experienced the frustration that goes along with file sharing. No matter how hard you try, when multiple people are working...

View Article


User Stories

Here are some helpful pointers for writing User Stories A Story template"As a <User or role>I want <Business Functionality>So that <Business Justification>” Example:As a Account...

View Article

Image may be NSFW.
Clik here to view.

Setting up a NuGet Server

Whether it's your company restricts which third-party libraries their developers may use or just you need your own private repository to store all your protected work.  A NuGet Server is what you are...

View Article

Creating and Publishing to NuGet

Now that we have a Nuget Server installed and up and running we will want to deploy our packages.First you'll need to install the nuget.exe command line bootstrapperInstalling NuGet.exeDownload...

View Article


The way to handle unauthorised requests to Ajax actions in ASP.NET MVC

ProblemI have created a view that posts to an action via Ajax with the expectation that the action will return the requested data or an empty string.  Even better, I would like it to be configurable to...

View Article


How to move a Joomla website

So I've been volunteering for an NGO called Otra Cosa Network in Peru and as part of my volunteering I have been teaching young children to swim, but of course I get roped into helping with their...

View Article
Browsing latest articles
Browse All 10 View Live