Profile details - Sam

Sam
Points earned
Gold :- 13
Silver :- 12
Bronze :- 5
Total points earned :- 397184
Bio

Expertise in

Personal website

Work Experience
No details provided yet
Article
Category
Jquery
Top jQuery plugins which every developer should use
In this article, I am going to list few useful and top jQuery plugins which every developer should use in order to give better user experience.
Category
C/C++
Program to remove duplicates from array in C
In this article, I have provided code with logic and explanation, how we can remove duplicates from an array in C Code.
Category
C/C++
Addition program in C ( Adding two integers)
In this article, I have explained line by line and provided code for the c program to add two numbers.
Category
C/C++
Program for insertion sorting in C (With explanation)
This article provide you to understand the logic & code of insertion sort program in C with explanation.
Category
Java
Leap year program in Java (multiple ways)
In this article, I will provide you code to create leap year program in java in various possible ways with code explanation.
Category
Java
What are static members in Java? (Explains Static method & field with example)
In this article, I am going to explain to you about the static members (static method and static field) in java with an example.
Category
C/C++
Leap year program in C
In this article, I will provide you code for creating leap year program in C with code explanation
Category
C/C++
Creating palindrome program in C (checking string & number)
In this article, I will provide you working code for checking if integer or string is palindrome or not in C with code explanation.
Category
ASP.NET
Create Captcha in asp.net with refresh button (Code with example)
In this Article, I will Explain how to add and validate Captcha Image in Asp.Net Application using Mscaptcha dll Example with refresh button
Category
C/C++
Program to check prime number in C using while loop
In this article, I will create a program to check prime number in C using while loop with example and live demo.
Category
C/C++
Sorting array elements in ascending order program in C
This article, provides you C language program to sort array elements in ascending order using bubble & selection sort ways
Category
C/C++
Simple C programming examples with output (must read for beginners)
This article gives you various useful simple C programs code with output, which is a useful & a must read list of basic C programs for beginners
Category
C/C++
Linear search program in C (Various ways explained with example)
In this article, I am going to provide you various ways of creating linear search program in C using pointer,function and without them also.
Category
Javascript
Get image width and height using Javascript and jQuery
In this article, I have explained how you can get width and height of an image before upload using javascript or jQuery to impose width or height constraint.
Category
C/C++
Program for Matrix multiplication in C (With & Without pointers)
This article provide you working code sample for matrix multiplication in C using pointers and without using pointers, both ways are explained.
Category
C/C++
Factorial progam in C (With & without recursion)
In this article, I am going to provide you various coding ways for creating a factorial program in C language using recursion and without recursion also.
Questions Asked
Answers
1
how do I Check if a checkbox is checked using jquery or javascript?
Answers
1
Horizontal scroll is not working in mobile view
Answers
2
How to get response data from XMLHttpRequest?
Answers
2
Which is the best method to iterate through the hashmap in java?
Answers
3
How to open New tab using javascript or jquery and open href in it?
Answers
2
SyntaxError: Invalid shorthand property initializer
Answers
1
Getting error "Method arguments are not valid! See validationErrors for details " when posting ajax beginform in mvc
Answers
1
How to validate TinyMCE textarea in ASP.NET MVC?
Answers
3
How to apply a CSS to first element of class only?
Answers
2
How to delete a single Record using Entity Framework?
Answers
1
how to select row where Id is not equal to in SQL?
Answers
1
ViewBag data from controller is not visible in Partial View
Answers
3
How to check if url contains a sub-string using jQuery or javascript?
Answers
2
Ajax.Beginform is posting form values twice in MVC?
Answers
3
How to create Excel file using C# without Microsoft office & interop?
Answers
2
How to create XML document using XDocument in C#?
Answers
3
How to Open Console in eclipse?
Answers
2
Git push error "git did not exit cleanly (exit code 128)" , how to solve?
Answers
4
What does Content type and data type mean in jQuery ajax request?
Answered
Answers
1
How to change the Unzip directory from Appdomain BaseDirectory
Answers
1
How can I create a monthly attendance sheet in MVC?
Answers
2
Can we test the facebook page manage permission even before the app review premission in granted?
Answers
2
PagedList in BootStrap pop-up Modal using Asp.Net CORE MVC
Answers
1
How to access a variables and functions of a specific class from another class in C#
Answers
1
How to show success message in JSON format after saving data using Web-service in C#?
Answers
2
Git push error "git did not exit cleanly (exit code 128)" , how to solve?
Answers
2
How to send the push notification to browser using html5 and javascript ?
Answers
1
geolocation not working on safari browser,but its working fine on Chrome,IE,Mozila
Answers
3
The type initializer for 'System.Data.Entity.Migrations.DbMigrationsConfiguration`1' threw an exception
Answers
2
How can I Enumerate an enum in C#?
Answers
1
How to clear the data while navigating through pages in jquery?
Answers
1
how to call function when width is below 600px using jQuery and call it again when windows size changes?
Answers
2
How can I return Images from Web API in ASP.NET?
Answers
1
working with PAGES APIS under developement mode to manage page facebook
Answers
1
Return User to login page, if user doesn't "Allow" facebook permissions in ASP.NET Core application
Answers
5
how to show confirm box when clicking link (a href tag)?
Answers
2
How to write HTML5 data-atrribute in Razor MVC C#?
Answers
2
How to send mail from Domain server in Asp.net c#?
Answers
1
How to Leverage browser caching for my CSS and js files.
Answers
2
how to disable "Chrome script debugging in Visual Studio is enabled" in Visual Studio 2017?
Answers
1
Clicking on browser back button after login shows login page again??
Answers
7
How to create monthly attendance sheet with MVC?
Answers
7
How to create monthly attendance sheet with MVC?
Answers
1
Need articles that covers complete tutorials (with syntax) for LINQ or ENTITY FRAMEWORK? Like MozillaDeveloper.
Answers
2
How to redirect from http to https in ASP.NET Core?
Answers
2
How can I call base class constructor from derived class in C#?
Answers
4
How to remove quotation marks (double quotes) from string using jQuery or Javascript?
Answers
3
A potentially dangerous request.form value was detected from the client Error in MVC C#
Answers
2
How to call jQuery function when pop-up modal is opened or closed?
Answers
2
How to add headers before sending Ajax Request using jQuery?
Answers
2
How to get lat-long from address (string) using C#?
Answers
2
How to find missing date between two dates in sql table.
Answers
3
How do i format or beautify code in Visual Studio code?
Answers
3
How to format JSON date into valid date using javascript or jquery?
Answers
2
how to align checkbox with Label using HTML CSS (Should work in all browser)?
Answers
3
How to add new array element at the start of an array in javascript?
Answers
2
How to solve error "save changes is not permitted" in sql server?
Answers
5
Count and Group by multiple columns in a foreach statement in C#
Answers
5
Count and Group by multiple columns in a foreach statement in C#
Answers
3
How to compare two dates in C# and get IN & OUT time of employee?
Answers
7
How to create monthly attendance sheet with MVC?
Answers
3
How to get difference between two dates in javascript?
Answers
2
Error "Maximum request length exceeded" in ASP.NET MVC
Answers
2
Checkbox value not posting in ASP.NET MVC form?
Answers
2
How to allow only one file to upload in dropzone js?
Answers
3
How to compare two dates in C# and get IN & OUT time of employee?
Tags used
jQuery jQuery Plugins top jquery plugins C remove duplicates from array in c c program to remove duplicate elements in an array remove duplicate elements from array in c c program to add two numbers Addition program in C program basic c programs Program insertion sort in c Java leap year program program for leap year Static keyword Static members leap year program in C palindrome pogram c program for palindrome number c program for palindrome string C# asp.net Create Captcha in asp.net Prime number program in c Sorting array ascending order program in c sample c program Simple C programs c programming examples with output Linear search search element in array Javascript matrix multiplication in c pointers factorial factorial program in c using recursion factorial program in c using while loop javascript check if checkbox is checked javascript html css horizontal scroll not working google maps reverse geocoding java hashmap collections lopping hashmap in java different ways of iterating hashmap jquery open link in new tab Syntax-Error $.get MVC asp.net zero boilerplate tinyMCE-validate-in-razor validation razor CSS css first of class css select first element Entity-framework Delete a single record using EF sql-server sql where negate select where id is not equal to asp.net-mvc mvc-partial-view ViewBag check if url contains string jquery check if url has parameters javascript Ajax.BeginForm asp.net ajax.beginform sends multiple requests ajax.beginform submits multiple times Excel without office ASP.NET XML Xdocument Eclipse Open console Git push error git did not exit cleanly Ajax content-type data-type asp.net mvc mvc facebook-page-manage page-api asp net core mvccore netcore .Net asmx c# web-service return-JSON-format-from-asmx Html html5 geolocation web-config code-first-migration entity-framework Enums loop-enumerate-enums-using-C# jquery screen width change Web API return image from web api in asp.net pages-api-facebook asp.net-core facebook-permissions confirmation-dialog javascript-events Razor data-attribute-in-razor HTML5 asp IIS Visual Studio chrome script debugging in visual studio disable VS2017 ASP.NET MVC session-management Linq tutorial entity framework tutorial asp.net core Call base constructor remove double quotes CKEditor in MVC Bootstrap pop up model call function on pop up modal close / open add header in ajax request jquery ajax custom headers lat-long-from-address google-maps-api date visual-studio-code code-formatting code-beautify php json-date convert-json-date-into-valid-date convert json date to datetime alignment checkbox-align-with-label add element to beginning of array javascript javascript array insert at index SQL sql server error save changes is not permitted unable to modify table in sql server linq compare-two-dates compare-two-time date difference File upload checkbox value not posting mvc dropzone allow one file upload
Followers
No followers
Following
You are not following anyone yet
Sam
Follow