Sign in
|
Join
Home
Blogs
Ask
Just Learned
Interview Questions
Puzzles
Tutorials
Quiz
Modules
Getting Started with Adobe After Effects - Part 6:
Motion Blur
Liked
Syndicated Blogs
Upload Image
Close it
Select File
ASP.NET - scratching discs of code & entrepreneurship
Like
Invite Friends
Archive ·
View All
January 2012
8
April 2011
6
March 2011
4
August 2012
2
June 2011
2
May 2012
1
May 2011
1
John Katsiotis's Blog
Home
·
Most Liked
·
Most Discussed
·
Fans (18)
·
Preferences
0
Liked
0
Comments
Filter Tweets by Language
Twitter is great but is missing a feature that is badly wanted (at least from me). This is the ability to filter tweets based on the language of the tweet. Although some clients support automatic recognition of the language such an implementation would ...
John Katsiotis
Posted on Apr 26 2011 12:00AM
Profile
1
Liked
0
Comments
ASP.NET MVC - Passing a Flag Enum to an Action as Parameter
A flag Enum is an Enumeration that can hold multiple values per instance An example of such Enum is: [Flags] public enum enDays { None = 0, Monday = 1, Tuesday = 2, Wednesday = 4, Thursday = 8, Friday = 16, Saturday = 32, ...
John Katsiotis
Posted on Apr 22 2011 12:00AM
Profile
0
Liked
0
Comments
ASP.NET Membership - Change password without asking the old (WITH Question and Answer)
I have received many comments and questions about how you can do what is described in this post when you site requires question and answer. (Better solution at the bottom of this post) The solution is definitely not the best and should be used with EXTR...
John Katsiotis
Posted on Apr 22 2011 12:00AM
Profile
0
Liked
0
Comments
Linked-In OAuth Library
I uploaded a package in Nuget Gallery that simplifies the interaction with linked-in. Uses a modified version of Hammock (because latest version has a bug) so be careful if you want to add it to your project. When the bug is fixed the correct dependency...
John Katsiotis
Posted on Apr 22 2011 12:00AM
Profile
0
Liked
0
Comments
Where is the bug? - C#
Below are a few lines of code written in C#. Is the code bug-free? What will this print in the console? Can you do it without VS? static void AVeryCoolMethod(){ var numbers = new[] { 1, 2, 3, 4, 5, 6 }; var ngt5 = numbers.Where(n => n > 5); var...
John Katsiotis
Posted on Apr 22 2011 12:00AM
Profile
0
Liked
0
Comments
ASP.NET Membership - Change password without asking the old
Recently I was in a situation where a user was required to change the password upon first login. But MembershipUser’s ChangePassword requires 2 arguments. Old and new password. In my case the password was hashed and I couldn’t retrieve it un...
John Katsiotis
Posted on Apr 22 2011 12:00AM
Profile
Copyright © Rivera Informatic Private Ltd
Contact us
Privacy Policy
Terms of use
Report Abuse
Advertising
[ZULU1097]