MS SQL Server BackEnd Programming MS SQL Server SQL 

Stored Procedure Vs Function in MS SQL Server

Stored Procedure: A set of SQL Queries which are used to perform a specific task. A stored procedure can improve the performance of a database. Function: A  set of SQL Queries which can be used to pass parameters into and return values from it. Difference: Sl.No Stored Procedure Function 1 Compiled only once Complies every time the function is invoked 2 Input and Output Parameters are permitted Only input parameters are permitted 3 Need not necessarily return a value A return value is necessary 4  A Function can be invoked…

Read More

Prisma – New Image Filter app for IOS and Android(beta)

Prisma – Art Photo Editor with Free Picture Effects & Cool Image Filters for Instagram Pics and Selfies Be an artist! Turn your photos into awesome artworks: – Modern art filters! – Stunning photo effects – Fast sharing Prisma transforms your photos into artworks using the styles of famous artists: Munk, Picasso as well as world famous ornaments and patterns. A unique combination of neural networks and artificial intelligence helps you turn memorable moments into timeless art. Apple App Store   Arjun JSArjun is a Full-stack developer, who is fond…

Read More
microsoft-logo Tech News Windows 

You have 10 days left to get Windows 10 for free

Microsoft’s Windows 10 upgrade offer is coming to an end next week. Windows 7 and Windows 8/8.1 users have exactly one 10 days to get Windows 10 for free as the offer ends on July 29. If you are yet to upgrade to Windows 10, you should probably upgrade right now, unless you want to pay $119 to upgrade later. So why should you upgrade to Windows 10? Here are 10 reasons why Microsoft thinks you should upgrade to Windows 10 right now: It’s fast and familiar (thanks to the return…

Read More
Retail/E-commerce Tech News 

Microsoft Xbox One S launch

Microsoft will kick off sales of its new Xbox One S starting Tuesday, August 2. There is one catch. The Xbox One S will be available in three different capacities and price tags — a 500GB version for $299, a 1TB version for $349 and a 2TB version for $399. However, only the 2TB version lifts off on August 2, Matt Lapsen, general manager for Xbox Devices Marketing, said in a blog post on Monday. Microsoft will have more to share next week about the 1TB and 500GB Xbox One…

Read More
Asp-net ASP.net BackEnd Programming 

How to Use Multiple Forms in Single Page Using ValidationGroup

I was using a bootstrap modal to 2 different forms in Single aspx page. Here the Problem was there was 2 forms so obviously 2 buttons are there, and i have used asp validation also so there was a conflict between the 2 buttons to validate and submit the form. When i click Button1 it was validating the other buttons text field also. so to overcome from that use i got a solution From “ValidationGroup” Keyword, add this to all the asp input fields and button, group them as given below. By using ValidationGroup…

Read More
Nokia Tech News 

Nokia could soon launch two smartphones with QHD displays and Snapdragon 820 chipsets

If a recent post from a Weibo turns out to be true, we could soon be seeing the launch of not one, but two new smartphones from Finnish smartphone maker, Nokia. While the company has been on a long sabbatical ever since the acquisition of its mobile devices division by Microsoft, a new piece of information claims that it is planning a big comeback with two new flagship devices. The leak which was first reported by Phoneradar, comes from Weibo and points to two new smartphones, that will be powered…

Read More
Google API Javascript Web API 

GoogleMaps API to Draw a line From A to B Direction

To make Google maps API to Draw a line From One Place to Another Direction. Step1: Add the below Google maps API link to your page   Step 2: Add the below HTML Div to body Step 3: Then you have to configure Javascript code based on your Requirement.   Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur, Karnataka, India arjunckm.in

Read More
IT Public Sector News Tech News 

Reliance Jio claims 1.5 million test users on network, monthly consumption per user 26 GB

Reliance Jio Infocomm, the telecom arm of Reliance Industries, has claimed it has over 1.5 million test users on its network but did not specify a launch date for its commercial operations. “The average monthly consumption per user is in excess of 26 GB and is increasing rapidly. Average voice usage per month is over 355 minutes. The test programme will be progressively upgraded into commercial operations in coming months,” RIL said announcing the first quarter results. Reliance Jio, which is gearing up to launch its 4G services, said that…

Read More
skill india News Tech News 

Government of india launched online skill training portal

Ministry of Skill Development and Entrepreneurship on Saturday launched an online platform for imparting skills with an aim to reach millions of skill seekers in the country. The web portal (indiaskillsonline.com) is a part of the government’s Skill India campaign that aims to provide vocational training to 1 crore workers in the next four years. It will provide free online courses to aspirants registered for skill training schemes that can also be downloaded as mobile applications. Apart from domain specific, qualification pack courses, the website will also offer courses on…

Read More
API's MySql PHP Web API 

Google API to Calculate a Distance in PHP / Mysql

I actually had a hard time finding some of the Geographic calculations to find the distance between two locations so I wanted to share them here. If you remember ‘the old days’ of calculating a distance between two points, it was simply the hypotenuse of a triangle (A² + B² = C²). That’s an interesting start but it doesn’t apply with Geography since the distance between lines of latitude and longitude are not an equal distance apart. As you get closer to the equator, lines of latitude get further apart.…

Read More