Profile details - Vinnu

Vinnu
Points earned
Gold :- 23
Silver :- 33
Bronze :- 33
Total points earned :- 710098
Bio

Expertise in

Personal website

Work Experience
No details provided yet
Article
Category
C/C++
Selection sort program in C (With Algorithm)
This article will provide you brief details of selection sort with selection sort algorithm & program in C
Category
C/C++
Stack Program in C (Concept, Algorithm & C program example)
This article provides you concept, algorithm & code for stack program in C with push, pop & display operation.
Category
C/C++
Sorting linked list program in C
This article provides you source code with the sample output of entering nodes in a linked list and then sorting a linked list in C.
Category
HTML
Custom Checkbox and Custom Radio buttons in HTML / CSS
In this article, I have provided working code samples to create custom checkbox or custom radio buttons to improve their design in html layout.
Category
SQL
Creating SQL Server maintenance plan (Step by step procedure)
In this article, I am going to explain, how can we easily create SQL server maintenance plan by following this step by step procedure and how often we should plan it.
Category
C/C++
Fibonacci Series program in C ( With and Without recursion)
In this article, I have provided algorithm to understand about fibonacci series and how to create a program for fibonacci in C.
Category
C/C++
Radix sort algorithm & C program sample
In this article, I will provide you radix sort algorithm, concept, and its working C sample program code.
Category
C/C++
Merge sort algorithm in C with Program sample
In this article, I will provide your merge sort algorithm in C with sample program and output for it.
Category
C/C++
Queue program in C (With algorithm)
In this article, I will explain you about what is queue in data-structure, with sample queue program in C & algorithm of it using arrays.
Category
C/C++
Program to swap two numbers in C (With pointers & without pointers)
In this article, I am going to provide you programs for swapping two numbers in C using pointers and without it & with/without using third (temporary) variable.
Category
C/C++
Program & algorithm for Quick sort in C
This article provides you a brief explanation for quicksort and also gives your algorithm and program code for quicksort in C
Category
ASP.NET
Read Excel file and import data into GridView using Datatable in ASP.NET
In this article, I have explained how you can use C#, to read excel file into GridView using datatable in ASP.NET web-forms
Category
C/C++
Bubble sort algorithm in C (With sample program)
This article provides introduction to bubble sort, bubble sort algorithm in C with sample program for bubble sort program in C.
Category
ASP.NET
Ways to Fix 'Circular reference detected' error in Entity Framework C#
In this article, I am going to give you ways to resolve the common 'Circular Reference detected' error which we face while passing data or JSON from Controller to view using Ajax in Entity Framework
Category
C#
Create XML document using C# (Console Application example)
In this article, I have explained, how you can create XML document in C# using Console application, it should work in ASP.NET Web-Forms or MVC, as C# code remains same.
Category
C/C++
Linked list program in C (Algorithm & Code sample)
In this article, we will understand the algorithms of the linked list & implement linked list program in C to create linked list, add a node at the start/end, delete a node from the start/end, display linked list etc.
Category
ASP.NET
Dynamic Treeview in ASP.NET MVC from database
This article will help you create asp.net treeview in MVC using C# razor code and jqTree, after fetching data from the SQL server database.
Category
C#
Encrypt password & decrypt it (C# Console application example)
In this article, I am going to provide code in C# to encrypt password and decrypt it using AES in Console application example & also shows MD5 password hashing example.
Category
C#
How to read pdf file in C#? (Working example using iTextSharp)
In this article, I will provide you code and working example to read pdf file using itextsharp in C#, using console application example, you can use it in ASP.NET also.
Category
C#
Read excel file in C# (Console application example using OLEDB)
In this article, I am going to provide you code with explanation to read excel in C# using OLEDB OR using EPPlus OR using Interop in Console application.
Category
C/C++
Infix to postfix conversion program in C using stack (With algorithm)
This article will provide you infix to postfix algorithm in data structure with C program to convert infix to postfix using Stack.
Questions Asked
Answers
1
How to define C# multiline string literal?
Answers
1
How to add comments in XML?
Answers
1
How to right-align button inside Flex div?
Answers
2
How to check or uncheck checkbox using jQuery?
Answers
1
How can I change format of jQuery Datepicker date?
Answers
1
How to change port number in ASP.NET Core?
Answers
1
How to change Python version in Visual Studio (VS) Code?
Answers
1
What is Console.Log Equivalent in C#?
Answers
1
How to vertically align center to an image inside div using CSS?
Answers
2
How can I know which Key was pressed using jquery or javascript?
Answers
2
How to detect click outside an element (or div)?
Answers
3
how to allow only numbers in textbox using jquery
Answers
1
What is the difference between ASP.NET MVC and ASP.NET Core?
Answers
3
PUT vs POST in RESTful services?
Answers
1
Error "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication." in SQL server
Answers
2
Can anyone explain difference between a virtual and abstract function with example in C#?
Answers
1
how can i simplify url in .NET MVC?
Answers
1
Extract String between two string in C#?
Answers
1
How to apply CSS to only half Word or character?
Answers
2
how to save Excel data into database using MVC C#?
Answers
3
How to show formatted (pretty-print) JSON using JavaScript?
Answers
3
how to scroll to div smoothly on click using jquery
Answers
2
Console error "Syntax error Unexpected token 'export' popper.min.js"
Answers
3
How to generate random string using javascript?
Answers
2
how to remove border from iframe in HTML?
Answers
1
How to include anti-forgery token in ajax request in ASP.NET MVC?
Answers
2
How to enable SSL in locahost using Visual Studio 2017?
Answers
2
How to call jQuery function when pop-up modal is opened or closed?
Answers
2
"SqlException: MSDTC on server is unavailable" error in C# Code
Answers
3
How to disable paging in jQuery Datatable?
Answers
2
How to add custom search box in jQuery Datatable and place it outisde main Table?
Answers
2
No assembly found containing an OwinStartupAttribute. error in asp.net mvc project
Answers
1
How to make Group by in Linq work with possible null values, in C#?
Answers
2
How can I call base class constructor from derived class in C#?
Answers
3
How to convert dynamic JSON string into C# class?
Answers
2
How to find and extract only number from string in C#?
Answers
2
Error "Maximum request length exceeded" in ASP.NET MVC
Answers
3
how to convert UTC time to Local using C#?
Answers
3
How to remove double quotes from string using C#?
Answers
3
Check if list contains a value using lambda and EF in MVC
Answers
2
Unable to update the EntitySet because it has a DefiningQuery and no InsertFunction element exists in the ModificationFunctionMapping element to support the current operation
Answers
4
How to remove quotation marks (double quotes) from string using jQuery or Javascript?
Answered
Answers
2
How to Login using facebook page(Admin users) instead of facebook Email using OAuth in MVC?
Answers
6
400. That’s an error. Error: redirect_uri_mismatch - Google OAuth Authentication
Answers
2
how to convert httppostedfilebase to httppostedfile in C#?
Answers
4
how to get complete url and base url in MVC?
Answers
4
How to make bootstrap columns of equal height ?
Answers
2
Dynamic Menu Tree View from Database
Answers
2
How to get PageID of a Facebook user for which user is admin and get permissions to post on it in ASP.NET MVC?
Answers
1
Example code to Display data in Spinner Dynamically Using Retrofit Library
Answers
3
how to integrate SSRS in asp.net mvc from scratch ?
Answers
1
How to get separate DLLs for each area in an area concept applied project in ASP.NET MVC?
Answers
1
Pseudo code in SQL
Answers
2
How do I clear local storage using javascript?
Answers
5
Disable modal pop-up from closing when clicking outside it
Answers
2
Console error "Syntax error Unexpected token 'export' popper.min.js"
Answers
2
How to center div in tailwind?
Answers
2
What is the difference between page RPM and impression RPM?
Answers
3
how to allow only numbers in textbox using jquery
Answers
3
how to scroll to div smoothly on click using jquery
Answers
3
calculate distance between two locations in google maps
Answers
3
New transaction is not allowed because there are other threads running in the session
Answers
2
how to add-remove property in Javascript Object?
Answers
2
how to interchange position of two divs on mobile
Answers
2
best way to redirect user using jquery-javscript?
Answers
2
How can i undo my last Commits on Git?
Answers
2
Error - The ObjectContext instance has been disposed and can no longer be used for operations that require a connection
Answers
3
How to send browser push Notification using asp.net web-forms?
Answers
2
how to manage shopping cart sessions without login
Answers
2
Difference in Html.Partial vs Html.RenderPartial & Html.Action vs Html.RenderAction?
Answers
1
How to increase the space of virtual machine without recreating it?
Answers
1
Getting error "Child actions are not allowed to perform redirect actions" in MVC
Answers
2
How to delete a file, after checking if it exists or not using C#?
Answers
1
How can I run raw SQL query in C#? ( With and Without ADO.NET)
Answers
3
How to insert C# variable value in between string properly?
Answers
2
How to add windows authentication sql server connection string in Web Config?
Answers
2
How to get response data from XMLHttpRequest?
Answers
3
how to find if specific element exists in html
Answers
2
how to place text between horizontal line using HTML CSS?
Answers
4
What does Content type and data type mean in jQuery ajax request?
Answers
3
Getting error "Sequence contains no elements"
Answers
2
Populating DropDownList with values showing error There is no ViewData item of type IEnumerable SelectListItem that has the key Name
Answers
1
How to upload image on cloudinary in ASP.NET MVC?
Answers
5
How to convert png image to jpg with white background in C#?
Answers
3
How to call or return partial view of another controller from one controller?
Answers
3
How to open link (a href) in new tab instead of loading url on same page?
Answers
3
Refresh posts and comments ( get new posts and comments) from graph api facebook.
Answers
3
Alternatives to iFrame tag in HTML?
Answers
3
How to Open Console in eclipse?
Answers
3
how to convert datetime from one timezone to another in C#?
Answers
2
How can I return Images from Web API in ASP.NET?
Tags used
C Selection sort program selection sort algorithm Program stack program push pop program sorting linked list HTML custom checkbox custom radio css checkbox style custom radio button SQL sql server maintenance plan sql server maintenance plan fibonacci in c fibonacci series in c fibonacci series using recursion in c Radix sort merge sort algorithm Queue program in C queue in data structure swapping of two numbers in c quicksort in c C# c# read excel file C# excel to datatable c# import excel grid-view-asp-net bubble sort algorithm bubble sort program in C error Circular refernce detected Entity framework asp.net-MVC JSON-error create xml file c# create xml document c# xml Linked list program in C linked list MVC how to create treeview with database data in mvc application treeview control in mvc 5 asp net treeview c# encrypt password encryption and decryption in c# c# read pdf read pdf file in c# example read pdf file in c# using itextsharp read pdf c# c# read pdf text c# read excel file example c# read excel file line by line c# read xlsx file c# code to read excel file read excel data in c# c# read excel sheet infix to postfix stack c# multiline string XML add comments in XML CSS right-align-using-flex css-flex jQuery check-uncheck-checkbox jQuery UI jQuery Datepicker format ASP.NET Core change default port number Python change Python version in Visual Studio (VS) Code c# print to debug console c# console log vertical-align-middle image alignment javascript enter key press event in jquery in textbox Javascript detect click outside element jquery only numbers ASP.NET MVC ASP.NET CORE Difference rest web api put post SQL-Server OOPS-concept difference between abstract function and a virtual function? ASP.NET routing string between strings half-character-styling asp.net save-excel-data-in-database sql-server c# Formatted-JSON pretty-print-JSON javascript pretty print json in html scroll bootstrap unexpected token 'export' popper min js unexpected token 'export' popper random string generation html css iframe-border anti-forgery token in ajax Visual Studio localhost ssl certificate localhost ssl Bootstrap pop up model call function on pop up modal close / open jQuery Datatable pagination custom search asp.net mvc owin linq Call base constructor JSON dynamic JSON to C# class json string into C# class extract int from string File upload UTC to Local datetime remove double quotes string lambda lambda expression contains list how to use select in lambda expression entity framework Unable to update the EntitySet google-Oauth-2 httppostedfilebase to httppostedfile in C# url uri iis bootstrap columns height is not equal OAuth-login-facebook Android dynamic Spinner Using Retrofit example sql mvc ssrs report viewer sample ssrs report in asp.net step by step mvc Pseudo clear local storage javascript modal-pop-up modal-dialog tailwind center div Google Adsense RPM google-maps add-remove javascript-objects CSS3 window.location redirect git git-commit git-undo-commit git-revert System.ObjectDisposedException Entity-framework web-forms browser push notification .net json partial views renderaction renderpartial virtual-machine increase disk Delete a file using C# ASP NET SQL query in C# c# insert variables into string c# string inline variable sql server connection string windows authentication sql server connection string google maps reverse geocoding text-between-horizontal-line Ajax content-type data-type entity-framework asp.net-mvc Cloudinary Image upload png-to-jpg partial view open link in new tab html refresh-posts-comments-from-graph-api auto refresh web page iframe alternative embed web page without iframe Java Eclipse Open console datetime timezone conversion Web API return image from web api in asp.net
Followers
Fadoua Madane
Following
You are not following anyone yet
Vinnu
Follow