How can I do profile completeness in ASP.NET?

Asked by Last Modified  

1 Answer

Learn .Net

Follow 0
Answer

Please enter your answer

There is no baked solution to what you need. You need to make it for yourself. Say you are developing a social media website and you want to implement a progress-bar which shows “65% complete” as profile completeness. You can divide your user related information into logical groups and assign “weight”...
read more
There is no baked solution to what you need. You need to make it for yourself. Say you are developing a social media website and you want to implement a progress-bar which shows “65% complete” as profile completeness. You can divide your user related information into logical groups and assign “weight” to each group. e.g., General info (firstname, lastname, email) => Weight 25 Education (school, graduation, post-graducation) => Weight 25 Work (company1, company2, … ) => Weight 25 (you can say 25 if more than 1 row exists) Hobbies (hobby1, hobby2, …) => Weight 25 (you can say 10 if only 1 row exists) You need to make sure that total weight adds to 100 (or add to 200 or 300 but then adjust your percentage accordingly) Then when user logs in, calculate this value by querying each section and calculate the percentage. Store this percent value in a cookie (to prevent repeat querying) When user modifies their profile data, update this cookie value by re-calculating the profile complete percent. read less
Comments

Related Questions

Is there a good book or website resource for product development (as opposed to project development [backward compatibility, source code protection, product licensing strategies, etc.]) in ASP.NET ?
There are few developer site like codeproject, codeguru and so on which can fulfill your requirement but I would suggest you follow some good training sites like pluralsight where you standout to have a deep understanding of technologies..
Dominic
I want to expertise in dot net. But I don't have any programming knowledge.
Not required any programming, you can start learning C# console application from the scratch.
Banhi
how will do custom sorting using div express controls in asp.net MVC
Using webgrid we can do custom sorting in MVC
Mallikarjuna
What is .Net LINQ?
Hi Tina, Its a front end query like Sql to manipulate the collection of Data in C#.
Tina
what are the user defined functions in SQL Server
User Defined Functions play an important role in SQL Server. User Defined functions can be used to perform a complex logic, can accept parameters and return data. Many a times we have to write complex...
Mallikarjuna

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

advantages of stored procedure in ado.net
The benefits of using stored procedures in SQL Server rather than application code stored locally on client computers include. 1. They allow faster execution: overall request-response...

A very brief introduction to .NET framework
.NET development has started in the year 2000 , a product of Microsoft. From the begining of .NET development till now, it has got many RAD facilities. Why .NET? developed for distributed computing...
R

Raga Deepthi G.

2 0
0

Working with Delegates & Events in .NET
Events & Delegates A delegate is a reference type derived from the System.Delegate class which can be used to call methods of same matching signature.As you all know signature of a method is defined...

What is the need for Restful Service in MVC Core?
EXPLANATIONRestful service makes access to client information send to the server by JSON request that reduces several round trips from the server and hence optimises the speed. HTML framework works the...

Why a function in C# requires "Return type"??
- Basically , a Method is a piece of code used for the re-usability purpose. - Method is of 2 types Function and Procedure - Function is a method which returns a value to the calling place Function...
R

Raga Deepthi G.

0 0
0

Recommended Articles

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for .Net Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you