5pm Posts

  • Archive
  • RSS
  • Contact me

Tenets of Distributed Caching

Here are some of the popular distributed caching products…

  • Memcached
  • Windows Server AppFabric Cache (formerly Velocity)

Here are some of the principles to keep in mind while creating your caching layer…

Read More

Source: slideshare.net

    • #tenets
    • #caching
    • #Architecture
  • 10 months ago
  • 1
  • Comments
  • Permalink
  • Share
    Tweet

Documenting your ASP.Net Web API’s

For reference…

  • 10 months ago
  • Comments
  • Permalink
  • Share
    Tweet
Great infographic on Shopping Cart Abandonment Rate Statistics
Pop-upView Separately

Great infographic on Shopping Cart Abandonment Rate Statistics

Source: invesp.com

    • #infographics
  • 1 year ago
  • Comments
  • Permalink
  • Share
    Tweet

Cheatsheet: SQL Joins

Excellent article and cheatsheet on SQL joins:

Read More

Source: codeproject.com

    • #cheatsheet
    • #sqlserver
  • 1 year ago
  • 3
  • Comments
  • Permalink
  • Share
    Tweet

Entity Framework Fluent API Examples

Here are examples of the EF Fluent API usage:

Read More

    • #ef
  • 1 year ago
  • Comments
  • Permalink
  • Share
    Tweet

Types of NoSQL datastores

Here’s an excerpt from an excellent article by Robert Rees @ ThoughtWorks…

Read More

Source: thoughtworks.com

    • #nosql
  • 1 year ago
  • Comments
  • Permalink
  • Share
    Tweet

Managing Geeks?

then read this…

    • #management
  • 1 year ago
  • Comments
  • Permalink
  • Share
    Tweet

Embed Source Code In Tumblr Blog Posts Using GitHub Gist

Being a developer, we often write code related blog posts and often struggle with its’ formatting. Here’s what I need:

  1. Render code with good formatting
  2. Allow copy and paste
  3. Allow me to manage changes to the code

It’s been around for a while now, but Gist deserves to be the source view provider on all blogs. This post details how to get that to work on Tumblr in less than 5 minutes. 

Read More

    • #github
    • #tumblr
    • #download
  • 1 year ago
  • 17
  • Comments
  • Permalink
  • Share
    Tweet

All CSS Vertical Navigation Menu Ribbon

Here’s a working demo.

I was on a mid size business site recently and happened to discover how they did their vertical navigation menu ribbon. This is no rocket science, but was surprised that they had built a space ship by embedding image tags and additional spans, stuff that should be pure CSS concern, to their DOM.

Read More

    • #css
    • #html
  • 1 year ago
  • 4
  • Comments
  • Permalink
  • Share
    Tweet

Inserting Large Amounts Of Data In SQL Server

SQL Server supports importing data from text files. This is a really performant way to insert large data sets in a single operation. The following example imports it from a CSV file:

bulk insert test from ‘C:\data.csv’
with
(
fieldterminator=’,’,
rowterminator=’\n’
)

I used this technique in Socialtops to insert large amount of data for SQL processing.

    • #sqlserver
  • 1 year ago
  • 2
  • Comments
  • Permalink
  • Share
    Tweet
← Newer • Older →
Page 1 of 6

About

Me: I am mashup & social media developer & entrepreneur, .Net C# and SQL designer and a tech lead at a top dating site.

Blog: Place to post some thing interesting from the day.

Connect With Me

  • @Sepdfw on Twitter
  • Facebook Profile
  • Linkedin Profile
  • Saket28 on github

Tags

My Tweets

loading tweets…

  • RSS
  • Random
  • Archive
  • Contact me
  • Mobile

Effector Theme by Carlo Franco.

Powered by Tumblr