About me

by John Nye

What I do

About me

I'm an agile developer from Essex, working in London. I'm also a big believer in test driven development.

I am a keen advocate of test driven development and have experienced real world gains through practicing TDD.

Certifications

MCTS in Web Applications Development with Microsoft .NET Framework 4 2010


70-480: Programming in HTML5 with JavaScript and CSS3 2013


70-486: Developing ASP.NET MVC 4 Web Applications 2013


Experience

Senior Developer, Codehouse February 2013 - Current


Web Developer, Freshfields Bruckhaus Deringer LLP November 2012 - February 2013


Developer, Atlas Computer Systems May 2010 - November 2012


IT Analyst, Freshfields Bruckhaus Deringer 2007 - 2010


IT Analyst, Aon Consulting 2004 - 2007

Comments 8

Partha says: 2949 days ago

Hi John -

I am completely blown away with your search extension. I can't wait to try my hands on it. The only question thing that's preventing me to start trying is because of the below issue :

I am trying to implement multiple search in a grid where I have numeric and date fields which will use either equal, greater than, less than, greater than or between operators based on user inputs.

To explain more let's say there are two columns: A (Date) B (Numeric). The user at one point can send equal to for A and between for B and vice versa. I am unable to figure out how do i handle such scenario. Could you help me in this? I appreciate what you are contributing to our community. Awesome Job

Thanks, Partha

John says: 2922 days ago

Hi Partha,

Apologies it has taken this long to get back to you. You can indeed address the issue you described above by combining search actions. Your final code might look something like

var results = data.Search(x => x.ColumnA).EqualTo(inputA)
                  .Search(x => x.ColumnB).Between(inputB, inputC);

From here you can apply some custom logic around what combination of search you build based on the user input.
For more information please take a look at the SearchExtensions help pages

Regards
John

Ted Campbell says: 2624 days ago

First, thanks for your comment system post.

I read it with great interest. I would like to study the Blog project of which the comment system is a part. Is there url where I can find your MVC Blog engine?

Thanks again and all the best.

Ted

John says: 2572 days ago

Hi @Ted,

Apologies for not getting back to you sooner. Unfortunately the blog engine I have built is currently in a private repository and not something I currently plan to make public.

Regards John

mj says: 2425 days ago

<script>alert("jnye")</script>

John says: 2412 days ago

Nice try MJ...

Semih says: 2303 days ago

still dont want to share your blog source :) ?

ATTENTIONDen says: 1072 days ago

DOMAIN jnye.co IMMEDIATE TERMINATION Invoice#: 576833 Date: 2021-05-14

INSTANT ATTENTION REQUIRED IN REGARDS TO YOUR DOMAIN jnye.co

YOUR DOMAIN jnye.co WILL BE TERMINATED WITHIN 12 HOURS

We have not received your payment for the renewal of your domain jnye.co

We have tried to reach you by phone several times, to inform you in regards of the TERMINATION of your domain jnye.co

CLICK HERE FOR SECURE ONLINE PAYMENT: https://getthosedomainsnow.ga/?n=jnye.co&r=a&t=1620883289&p=v9

IF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 12 HOURS, YOUR DOMAIN jnye.co WILL BE TERMINATED!

CLICK HERE FOR SECURE ONLINE PAYMENT: https://getthosedomainsnow.ga/?n=jnye.co&r=a&t=1620883289&p=v9

YOUR IMMEDIATE ATTENTION IS ABSOLUTELY NECESSARY IN ORDER TO KEEP YOUR DOMAIN jnye.co

This important notification for jnye.co will EXPIRE WITHIN 12 HOURS after you have received this email!

Leave a message...

19 Apr
2024