Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

James Walsh Jr

@James Walsh Jr
About
Posts
8
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • That's one way to do it
    J James Walsh Jr

    Oh. My. Word. :sigh:

    The Weird and The Wonderful com help

  • I fixed my workstation Dell T1700 SFF what failed to power up
    J James Walsh Jr

    There's nothing like diagnosing and fixing your own equipment. Always gave me a sense of accomplishment, and a feeling of independence.

    The Lounge design

  • When will management realize
    J James Walsh Jr

    If I'm doing important managey work in Excel, I totally need a new AMD Threadripper with 128 GB of memory loaded with 10 TB of SSD drives. How else am I going to do Excelly type work, and write clever posts about important managey stuff on Linkedin.... ;) ;) ;)

    The Lounge tools question

  • When will management realize
    J James Walsh Jr

    The 16 GB of ram, then you add in all of the VPN, Malware, Anti-Virus, and monitoring bloatware that they need to secure the laptop and you have the modern day equivalent of a 486SX running on 640K of memory. Just my .02 :sigh:

    The Lounge tools question

  • Is there any data mocking for calling Web API Put and post methods with C# Code
    J James Walsh Jr

    When we are using Microsoft Test runner we use Moq to build out our mock data layer. We recently have been switching to xUnit, I haven't tried using Moq with it yet. Here is the link to the Moq GitHub repo, there's good info here.

    ASP.NET json csharp database

  • What layers required for make asp.net core 2 project for prevent repeat data ?
    J James Walsh Jr

    In most of our web services I use the repository pattern. Isolating data access from business rules from controller/services. Here is a link to some docs on Microsoft. This isn't specific to Dotnet Core, but the same pattern can still be applied.

    ASP.NET asp-net csharp dotnet help question

  • SQL SERVER 2012 - pull data from only, if value date is available
    J James Walsh Jr

    Why don't you use a sub-select for the date?

    where (SaleDateFrom <= ( select max(your date column) from your table with date value ) and (SaleDateTo '20010101' or SaleDateTo is null ))

    Database database sql-server sysadmin sales collaboration

  • Is there any data mocking for calling Web API Put and post methods with C# Code
    J James Walsh Jr

    xUnit unit testing framework has the ability to use external data sources for unit testing. For example you could create a spreadsheet or a database table will a randomized set of data that can be used as the mocked source data for your unit testing. Here is a link to a blog post discussing it.

    ASP.NET json csharp database
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups