15,742,477 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Articles by Rasik Bihari Tiwari (Articles: 9)
Articles: 9
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 4.31
General Programming
Threads
Tasks and Task Parallel Library (TPL) : Multi-threading made easy
17 Jul 2016 Updated:
9 Aug 2016
Rating: 4.82/5 Votes: 58 Popularity: 8.39
Licence: CPOL Views: 104,873
Bookmarked: 89
Downloaded: 1,595
Please
Sign up or sign in
to vote.
Let's understand the evolution from older multi-threading world to Task Parallel library (alias TPL). What are the use cases where you would want to leverage TPL instead of creating threads on your own. What are exact areas where TPL has real edge.
Operating Systems
Windows
How to hide your files in windows using unmounted disk drives - a hack for novice users
2 Nov 2016 Updated:
9 Nov 2016
Rating: 3.48/5 Votes: 14 Popularity: 3.99
Licence: CPOL Views: 26,974
Bookmarked: 12
Downloaded: 0
Please
Sign up or sign in
to vote.
A very simple way of hiding your files and folders using unmounted hard disk drives. It can work if the computer user isn't fairly technical.
Programming Languages
C#
Arithmetic Overflow in .NET - Some Nitty Gritties
4 May 2016 Updated:
8 May 2016
Rating: 4.78/5 Votes: 15 Popularity: 5.32
Licence: CPOL Views: 37,543
Bookmarked: 13
Downloaded: 119
Please
Sign up or sign in
to vote.
Let's get into few nitty gritties involved with integer data type and what can go wrong behind the scenes when its arithmetic limits are exceeded
C# Version 7 - Introduction to New Language Features
16 Nov 2016 Updated:
2 Jan 2017
Rating: 4.92/5 Votes: 97 Popularity: 9.68
Licence: CPOL Views: 93,730
Bookmarked: 87
Downloaded: 441
Please
Sign up or sign in
to vote.
Let's get our hands dirty with new features of upcoming version 7 of C# language in .NET Framework
C# 5.0
All you wanted to know about Satellite Assemblies (C# .Net)
29 Jul 2014 Updated:
30 Jul 2014
Rating: 4.93/5 Votes: 20 Popularity: 6.42
Licence: CPOL Views: 54,112
Bookmarked: 38
Downloaded: 665
Please
Sign up or sign in
to vote.
Knowing, creating and using satellite assemblies in C# .Net
SQL
Dependency Injection : How Exactly Inversion of Control Takes Place
24 Jan 2016 Updated:
26 Jan 2016
Rating: 4.80/5 Votes: 18 Popularity: 5.91
Licence: CPOL Views: 28,339
Bookmarked: 22
Downloaded: 197
Please
Sign up or sign in
to vote.
Dependency injection, DI containers, IoC containers and Inversion of control are a world of confusion. Let's take them head-on.
Dependency Inversion Principle - What you always knew about DIP wasn't that accurate. Let's keep it simple
19 Feb 2015 Updated:
8 Feb 2017
Rating: 4.77/5 Votes: 42 Popularity: 7.53
Licence: CPOL Views: 41,303
Bookmarked: 56
Downloaded: 246
Please
Sign up or sign in
to vote.
Let's understand exactly what is Dependency Inversion principle and what it is not. How people confuse it to be dependency injection which is it NOT.
Web Development
ASP.NET
Singleton Design Pattern : The Pragmatic Approach - Part I
7 Mar 2018 Updated:
24 Mar 2018
Rating: 2.96/5 Votes: 13 Popularity: 2.67
Licence: CPOL Views: 15,563
Bookmarked: 16
Downloaded: 86
Please
Sign up or sign in
to vote.
Let us not mug up definitions. Embrace a design pattern through an evolution. Only the hurdles faced while solving real world problems will take you closer to a design pattern, not your next technical interview.
Singleton Design Pattern: The Pragmatic Approach - Part II
7 Mar 2018 Updated:
24 Mar 2018
Rating: 3.34/5 Votes: 12 Popularity: 3.60
Licence: CPOL Views: 15,020
Bookmarked: 21
Downloaded: 114
Please
Sign up or sign in
to vote.
Let us not mug up definitions. Embrace a design pattern through an evolution. Only the hurdles faced while solving real world problems will take you closer to a design pattern, not your next technical interview.
Average blogs rating:
No blogs have been submitted.
Average tips rating:
No tips have been posted.
Average reference rating:
No reference articles have been posted.
Average project rating:
No projects have been posted.
Rasik Bihari Tiwari
Software Developer
1E
India
My professional details will hardly make a difference to you if you have come to know about me after reading my lengthy article but my intent will make a difference for sure. Why I write articles is for the sole motto which I got to know pretty late in my career. My motto is that there is ONLY one way of enhancing knowledge and that way is sharing. Blogs, articles and white papers are nothing but a form of knowledge sharing. It also helps you creating a backup copy of the knowledge you have in your brain and nerves. This backup copy will surely outlive your life as this knowledge gets transferred to uncountable people through sharing. So start contributing now! Always remember my favorite quote - "Knowledge is the ONLY antidote to all fears. Start reading a new book today". Don't seek Nirvana. Seek knowledge. Nirvana and knowledge are synonymous.