Click here to Skip to main content
15,918,889 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: e-mail checkbox oddness [modified to add urgent plea] Pin
Luc Pattyn24-Aug-10 17:37
sitebuilderLuc Pattyn24-Aug-10 17:37 
GeneralSocial Network APIs sections Pin
Uros Calakovic24-Aug-10 6:01
Uros Calakovic24-Aug-10 6:01 
GeneralRe: Social Network APIs sections Pin
Sean Ewington24-Aug-10 11:30
staffSean Ewington24-Aug-10 11:30 
GeneralIs the Code Project only for the intermediate or advanced level developers? Pin
Md. Marufuzzaman24-Aug-10 5:53
professionalMd. Marufuzzaman24-Aug-10 5:53 
GeneralRe: Is the Code Project only for the intermediate or advanced level developers? Pin
AspDotNetDev24-Aug-10 9:05
protectorAspDotNetDev24-Aug-10 9:05 
GeneralRe: Is the Code Project only for the intermediate or advanced level developers? Pin
Md. Marufuzzaman24-Aug-10 19:05
professionalMd. Marufuzzaman24-Aug-10 19:05 
GeneralRe: Is the Code Project only for the intermediate or advanced level developers? Pin
Pete O'Hanlon24-Aug-10 9:19
mvePete O'Hanlon24-Aug-10 9:19 
GeneralRe: Is the Code Project only for the intermediate or advanced level developers? Pin
Md. Marufuzzaman24-Aug-10 19:02
professionalMd. Marufuzzaman24-Aug-10 19:02 
Pete O'Hanlon wrote:
Most of my articles are aimed at a beginner audience - be they beginner in a technology, or in programming in general.


I agree, do you see that most of the article does not have basic information in explanation section / example of code snippets.
For example :

C#
if (HttpContext.Current.User.Identity is FormsIdentity)
              {
                  FormsIdentity id =
                      (FormsIdentity)HttpContext.Current.User.Identity;
                  FormsAuthenticationTicket ticket = id.Ticket;

                  // Get the stored user-data, in this case, our roles
                  string userData = ticket.UserData;
                  string[] roles = userData.Split(',');
                  HttpContext.Current.User = new GenericPrincipal(id, roles);
              }


If i consider the above code snippets, How could I know what about FormsIdentity , FormsAuthenticationTicket, HttpContext .
However If you suggest me to buy a book first, So why should I use online resources, my goal is to learn within a very short time & all the resource should be in my hand.

NOTE: The above code snippets taken for the link below:
Authenticate user by roles in asp.net[^]
Thanks
Md. Marufuzzaman


I will not say I have failed 1000 times; I will say that I have discovered 1000 ways that can cause failure – Thomas Edison.

GeneralRe: Is the Code Project only for the intermediate or advanced level developers? Pin
Pete O'Hanlon25-Aug-10 1:52
mvePete O'Hanlon25-Aug-10 1:52 
GeneralRe: Is the Code Project only for the intermediate or advanced level developers? Pin
Chris Maunder24-Aug-10 9:44
cofounderChris Maunder24-Aug-10 9:44 
GeneralRe: Is the Code Project only for the intermediate or advanced level developers? Pin
Md. Marufuzzaman24-Aug-10 18:30
professionalMd. Marufuzzaman24-Aug-10 18:30 
GeneralRe: Is the Code Project only for the intermediate or advanced level developers? Pin
Christian Graus24-Aug-10 9:53
protectorChristian Graus24-Aug-10 9:53 
GeneralRe: Is the Code Project only for the intermediate or advanced level developers? Pin
Md. Marufuzzaman24-Aug-10 18:50
professionalMd. Marufuzzaman24-Aug-10 18:50 
GeneralHow about: General European Topics Pin
Moak24-Aug-10 5:24
Moak24-Aug-10 5:24 
GeneralRe: How about: General European Topics Pin
Smithers-Jones24-Aug-10 5:35
Smithers-Jones24-Aug-10 5:35 
GeneralRe: How about: General European Topics Pin
Moak24-Aug-10 5:50
Moak24-Aug-10 5:50 
GeneralRe: How about: General European Topics Pin
Luc Pattyn24-Aug-10 5:36
sitebuilderLuc Pattyn24-Aug-10 5:36 
GeneralRe: How about: General European Topics Pin
Richard MacCutchan24-Aug-10 5:52
mveRichard MacCutchan24-Aug-10 5:52 
GeneralRe: How about: General European Topics Pin
Chris Maunder24-Aug-10 6:48
cofounderChris Maunder24-Aug-10 6:48 
GeneralRe: How about: General European Topics Pin
0x3c024-Aug-10 6:56
0x3c024-Aug-10 6:56 
GeneralRe: How about: General European Topics Pin
Abhinav S24-Aug-10 18:58
Abhinav S24-Aug-10 18:58 
GeneralFacebook Category - 1 million developer - looking for tutorials, articles..etc Pin
Ola Apata23-Aug-10 9:09
Ola Apata23-Aug-10 9:09 
GeneralRe: Facebook Category - 1 million developer - looking for tutorials, articles..etc Pin
Chris Maunder23-Aug-10 9:12
cofounderChris Maunder23-Aug-10 9:12 
GeneralRe: Facebook Category - 1 million developer - looking for tutorials, articles..etc Pin
Ola Apata23-Aug-10 11:26
Ola Apata23-Aug-10 11:26 
GeneralInconsistent forum name Pin
dan!sh 23-Aug-10 7:47
professional dan!sh 23-Aug-10 7:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.