Archive for the ‘blog’ Category
Creating auto generated string password in ASP.NET
Posted in blog by Sabir Ahmed with View Comments
Recently i did a small snippet of program where we had to autogenerate a password randomly which could be emailed to users. Here is the simple logic required to do so. Please do let me know if there are areas for improvement. Code in C# string allowedChars = “”; allowedChars = “a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,”; allowedChars += “A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,”; [...]
Use Of DateTime while programming in .net
Posted in blog by Nitin Daphale with View Comments
The main difference between DateTime and SmallDateTime datatypes is in the amount of space they occupy. Datetime occupies eight bytes and smalldatetime only four. The difference in size is due to a difference in precision. The precision of smalldatetime is one minute, and it covers dates from January 1, 1900 , through June 6, 2079 [...]
Lessons in entrepreneurship – Part 1
Posted in blog by Altaf with View Comments
TAGS:
Tags: entrepreneurship, lessons, StartupsThese are some lessons i have learnt and would like to share with fellow or to be entrepreneurs.
Displaying Calender in ASP.NET
Posted in blog by Sabir Ahmed with View Comments
I am a Beginner in ASP.NET. I am working on project and found some problem when I had to display calendar in textbox. There is no inbuilt calendar extender in ASP.NET under Ajax Control toolkit and it has to be downloaded externally and installed. For downloading Ajax Control toolkit following link can be referred http://ajaxcontroltoolkit.codeplex.com/releases/view/43475#DownloadId=116534, [...]
Team Lunches
Posted in blog by sapnas with View Comments
Pune is a vibrant city known for its amazing variety of restaurants. Hence we at Redbytes Software plan to choose different restaurants each time to try various flavors and variety of good food. Each of us waits in anticipation for the monthly Lunch. We have lots of fun and it helps us relax a little [...]
The Difference b/w Aim & Dream
Posted in blog by kalpanac with View Comments
U know what I came across this post and I actually liked the post so much and I felt like expressing my thoughts about it. “Self Appraisal” is how people evaluate themselves. We can come to know about this only when we get a feed back about our work. Just read this – ”Self Appraisal” [...]
The Happy You
Posted in blog by sapnas with View Comments
The other day I found myself watching the children in the park enjoy and play so carefree… I found it very interesting as it made me ponder that as we grow older, we generally put a lot of efforts and worries on everything we do, what we eat on, how we work, how we deal [...]
Startup Talent – Retaining the Employees
Posted in blog by Naveen with View Comments
TAGS:
Tags: Human Resou, Startup TalentBased on my experiences my belief is that, retaining might be as hard as (or maybe more) hiring a person, in startup specially. First you have to fight hard to find & recruit a right fit (or maybe a person which can be transformed into the RIGHT fit). And when this person becomes the right [...]
My short Trivandrum trip
Posted in blog by Naveen with View Comments
Recently I went to Trivandrum on a short 3 day trip (actually 7 days, as 4 days spent in travel via train). I was not able to visit & explore much in this short span of time, but if you ask me to define that part of India in one word, than the word will [...]



