
sudhanshusodetocode.wordpress.com
Sudhanshu's Ode to Code | A topnotch WordPress.com siteA topnotch WordPress.com site (by Sudhanshu)
http://sudhanshusodetocode.wordpress.com/
A topnotch WordPress.com site (by Sudhanshu)
http://sudhanshusodetocode.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
2
SSL
EXTERNAL LINKS
21
SITE IP
192.0.78.13
LOAD TIME
0.258 sec
SCORE
6.2
Sudhanshu's Ode to Code | A topnotch WordPress.com site | sudhanshusodetocode.wordpress.com Reviews
https://sudhanshusodetocode.wordpress.com
A topnotch WordPress.com site (by Sudhanshu)
float or decimal – How to make an informed decision [C# .NET] | Sudhanshu's Ode to Code
https://sudhanshusodetocode.wordpress.com/2014/01/16/float-or-decimal-how-to-make-an-informed-decision-c-net
Sudhanshu's Ode to Code. A topnotch WordPress.com site. Float or decimal – How to make an informed decision [C# .NET]. January 16, 2014. Float or decimal – How to make an informed decision [C# .NET]. Makecert and creating ssl or signing certificates. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. Notify me of new comments via email.
Sudhanshu | Sudhanshu's Ode to Code
https://sudhanshusodetocode.wordpress.com/author/sudhanshutheone
Sudhanshu's Ode to Code. A topnotch WordPress.com site. Makecert and creating ssl or signing certificates. June 23, 2016. This makecert script works perfectly to generate a token signing certificate usable with IdentityServer3. For some reason that I’m yet to uncover, the newer Powershell way on Windows 10 generates a cert that the signing piece in IdentityServer does not like. The powershell cert causes an exception like so:. Check to make sure the SignatureAlgorithm is supported. January 16, 2014.
TOTAL PAGES IN THIS WEBSITE
2
.NET | Sudhanshu's Ode to Code
https://sudhanshutheone.net/tag/net
Sudhanshu's Ode to Code. A pragmatic programmer's experiences from the trenches. Posts tagged .NET. IDisposable Pattern: A refresher on the need and correct implementation. March 5, 2015. Hello World, One may wonder why another post on IDisposable? After all, how difficult could an implementation of an interface that has only one void parameter-less method be? Well, this post is a result of my interactions with developers during …. Read more ›. Tagged with: .NET. Posted in .NET. February 13, 2015. First ...
Best-Practices | Sudhanshu's Ode to Code
https://sudhanshutheone.net/tag/best-practices
Sudhanshu's Ode to Code. A pragmatic programmer's experiences from the trenches. IDisposable Pattern: A refresher on the need and correct implementation. March 5, 2015. Hello World, One may wonder why another post on IDisposable? After all, how difficult could an implementation of an interface that has only one void parameter-less method be? Well, this post is a result of my interactions with developers during …. Read more ›. Tagged with: .NET. Posted in .NET. 10 tips for better Pull Requests.
C# | Sudhanshu's Ode to Code
https://sudhanshutheone.net/tag/c
Sudhanshu's Ode to Code. A pragmatic programmer's experiences from the trenches. IDisposable Pattern: A refresher on the need and correct implementation. March 5, 2015. Hello World, One may wonder why another post on IDisposable? After all, how difficult could an implementation of an interface that has only one void parameter-less method be? Well, this post is a result of my interactions with developers during …. Read more ›. Tagged with: .NET. Posted in .NET. February 13, 2015. Read more ›. Hello World,...
Unit-Testing | Sudhanshu's Ode to Code
https://sudhanshutheone.net/tag/unit-testing
Sudhanshu's Ode to Code. A pragmatic programmer's experiences from the trenches. NUnit Assertions: IsAssignableFrom and IsInstanceOf. February 12, 2015. Hello World, A good test coverage and a great unit test framework are like a good insurance cover – they give you the peace of mind and assurance that your codebase is in good shape and guard against inadvertent regressions …. Read more ›. Tagged with: .NET. Posted in .NET. C# 60 Features Not Working with MVC 5 / Visual Studio 2015 / Razor.
C# | Sudhanshu's Ode to Code
https://sudhanshutheone.net/category/c
Sudhanshu's Ode to Code. A pragmatic programmer's experiences from the trenches. C# 60 Features Not Working with MVC 5 / Visual Studio 2015 / Razor. August 23, 2016. Hello World, I ran into this problem today while mucking around with the installed Nuget packages and web.config of an MVC 5 project where the Razor views started showing up an error while using the C# 6 String interpolation feature. …. Read more ›. Tagged with: asp.net. Posted in .NET. March 5, 2015. Read more ›. Tagged with: .NET. First Ch...
.NET | Sudhanshu's Ode to Code
https://sudhanshutheone.net/category/net
Sudhanshu's Ode to Code. A pragmatic programmer's experiences from the trenches. Archive for .NET. C# 60 Features Not Working with MVC 5 / Visual Studio 2015 / Razor. August 23, 2016. Hello World, I ran into this problem today while mucking around with the installed Nuget packages and web.config of an MVC 5 project where the Razor views started showing up an error while using the C# 6 String interpolation feature. …. Read more ›. Tagged with: asp.net. Posted in .NET. March 5, 2015. Read more ›. Hello Wor...
Double Check Locking in C# – End of life? | Sudhanshu's Ode to Code
https://sudhanshutheone.net/2015/02/13/double-check-locking-in-c-end-of-life
Sudhanshu's Ode to Code. A pragmatic programmer's experiences from the trenches. Double Check Locking in C# – End of life? Double Check Locking in C# – End of life? February 13, 2015. After having a discussion with a colleague, I was researching for the correct way to implement double-check locking in C# and .NET 4.5. Turns out a lot of water has flown under the bridge and things have changed quite a bit. I’ll try to document my findings here. In my codebase, I have a critical section. I wouldn’t r...
Interviews | Sudhanshu's Ode to Code
https://sudhanshutheone.net/tag/interviews
Sudhanshu's Ode to Code. A pragmatic programmer's experiences from the trenches. Programmer Interviews and the law of “Leaky Abstractions”. March 1, 2015. Hello World, I’m been involved in a lot of interviews lately and sometimes get asked by hiring managers why it is so hard for us to get good people. I try explaining (not very well I guess! That to succeed …. Read more ›. IIS Express 500.19 Cannot read configuration file – because it’s looking at the wrong path! 10 tips for better Pull Requests.
ASP.NET Web API: Content Negotiation, Content-Type, Accept and Accept-Charset in a nutshell | Sudhanshu's Ode to Code
https://sudhanshutheone.net/2015/02/04/asp-net-web-api-content-negotiation-content-type-accept-and-accept-charset-in-a-nutshell
Sudhanshu's Ode to Code. A pragmatic programmer's experiences from the trenches. ASPNET Web API: Content Negotiation, Content-Type, Accept and Accept-Charset in a nutshell. ASPNET Web API: Content Negotiation, Content-Type, Accept and Accept-Charset in a nutshell. February 4, 2015. ASPNET Web API is now the standard, recommended way of building REST based HTTP services. As of writing this post, the latest stable version is Web API 2.2 ( semantic version. 522) available from NuGet here. Content-Type := ty...
Multithreading | Sudhanshu's Ode to Code
https://sudhanshutheone.net/tag/multithreading
Sudhanshu's Ode to Code. A pragmatic programmer's experiences from the trenches. Double Check Locking in C# – End of life? February 13, 2015. Hello World, After having a discussion with a colleague, I was researching for the correct way to implement double-check locking in C# and .NET 4.5. Turns out a lot of water has flown under the bridge and things have changed quite …. Read more ›. Tagged with: .NET. Posted in .NET. C# 60 Features Not Working with MVC 5 / Visual Studio 2015 / Razor.
TOTAL LINKS TO THIS WEBSITE
21
Sudhanshu || Home Page
It is my pleasure that you are visiting my site. I started a website days ago that was to be the go to place for website tools, website articles and resources. While preparing to move into web page designing I found learning everything was time consuming and in some cases expensive because of testing of ideas. Well here i am trying to keep my personal details. Also there are many DOWNLOADS. Page The option ABOUT ME. Lets you know more about me. For the users convinent , i have included a CONTACT ME.
Sudhanshu Shandilya. Indian Fashion and Advertising Photographer. Delhi. Mumbai. Home
Sudhanshu Shandilya. Indian Fashion and Advertising Photographer. Delhi. Mumbai.
Index of /
Apache/2.2.24 (Unix) mod ssl/2.2.24 OpenSSL/1.0.0-fips mod auth passthrough/2.1 mod bwlimited/1.4 Server at www.sudhanshusharma.com Port 80.
sudhanshushekhar.wordpress.com
Sudhanshu Shekhar….. | यदा विनियतम् चित्तमात्मन्येवावतिष्ठते। निःस्पृह: सर्वकामेभ्यो युक्त इत्युच्यते तदा।।
यद व न यतम च त तम त मन य व वत ष ठत न स प ह: सर वक म भ य य क त इत य च यत तद. July 23, 2015. July 25, 2015. It is an experiential fact that the entire diversity of dream-world is nothing but one singular entity, one’s own mind. It appears as real, tangible and diverse only so long as one is dreaming. Once awake, one realizes that the experienced plurality of dream was actually one stuff, the mind. Read More ». Share on Facebook (Opens in new window). Click to share on Twitter (Opens in new window). Ten day...
sudhanshusodetocode.wordpress.com
Sudhanshu's Ode to Code | A topnotch WordPress.com site
Sudhanshu's Ode to Code. A topnotch WordPress.com site. Float or decimal – How to make an informed decision [C# .NET]. January 16, 2014. Float or decimal – How to make an informed decision [C# .NET]. Blog at WordPress.com. Sudhanshu's Ode to Code. Create a free website or blog at WordPress.com. Follow “Sudhanshu's Ode to Code”. Get every new post delivered to your Inbox. Build a website with WordPress.com. Add your thoughts here. (optional).
Sudhanshu Samal
Friday, March 20, 2015. Perfect Plate iOS App. We all like to eat healthy, nutritious food, but we are too busy to know if we are actually doing it. My Perfect Plate app will help us to track if we are eating or planning to eat the recommended quantity of each food group for nutrition. Select ‘Add new user’ from the left menu to create your profile (if you like to add all members of the family do so by adding each member). Use ‘copy’ to copy yesterday’s food items to your today’s ...Wednesday, November 2...
Sudhanshu's Ode to Code | A pragmatic programmer's experiences from the trenches
Sudhanshu's Ode to Code. A pragmatic programmer's experiences from the trenches. IDisposable Pattern: A refresher on the need and correct implementation. March 5, 2015. One may wonder why another post on IDisposable? After all, how difficult could an implementation of an interface that has only one void parameter-less method be? Garbage Collection and Managed Memory (Crash Course! But for the sake of completeness, let me highlight the important facts about GC in .NET. Garbage Collector (hereafter referre...
Sudhanshu Travels - Chardham Yatra, Package Tour, Adventure Tour, Car on Rent, Railway Ticketing, Air Ticketing
Sudhanshu Tour and Travels offers chardham yatra, adventure packages, hotel booking, vehicle on rent, package tour with both budget as well as high class luxuries. We at Sudhanshu Tour and Travels. Strive to maintain our focus in providing good quality service at affordable cost. While we may not offer the cheapest price for our services, this was done deliberately so as to maintain a viable business over long term . The company’s reputation is founded on offering a professional service.