TechTalk by Aravinda

Share This Using Popular Bookmarking Services

Welcome

Welcome to TechTalk by aravinda.
I am sharing here some of my thoughts gained working as Developer, Lead and Architect across many of the well known firms from small to large MNCs. This knowledge will be usefull for every one working mainly in Microsoft technologies or intrested in this.

This site is not definitely for those who just want knowledge to clear some Job Interviews or want Instant some ready made answers for their every day program issues. This site is for those who are hungry for tech food to satisfy their technical quest. Pls do contribute in the way you feel your knowledge can be usefull to others.

talk technical

what does ?? two/double question marks mean in C# 

Posted by aravinda Thursday, July 14, 2011 4:07:00 PM
The operator '??' is called null-coalescing operator, which is used to define a default value for a nullable value types as well as reference types. It is useful when we need to assign a nullable variable a non-nullable variable. If we do not ... read more
 
Share This Using Popular Bookmarking Services

OO Design Principles SOLID 

Posted by aravinda Tuesday, February 08, 2011 3:47:00 PM
SOLID are design principles when applied together intends to make it more likely that a programmer will create a system that is easy to maintain and extend over time. S - Single responsibility – A class should have only one reason to... read more
 
Share This Using Popular Bookmarking Services

OO Design Principles YAGNI, KISS & DRY 

Posted by aravinda Monday, January 31, 2011 6:22:00 PM
YAGNI Principle: "You ain't gonna need it" (acronym: YAGNI) is the principle in extreme programming that programmers should not add functionality until it is necessary. Conversely you should not write a test that drives you to develop code... read more
 
Share This Using Popular Bookmarking Services

Service Broker Queue v/s MSMQ 

Posted by aravinda Wednesday, January 26, 2011 7:13:00 PM
    MSMQ Service Broker Queue Deployment MSMQ is a Windows component. MSMQ requires deployment of MSMQ on the client (part of OS, but optional install). SSB is a... read more
 
Share This Using Popular Bookmarking Services

Advantages of Service Broker queue 

Posted by aravinda Monday, January 10, 2011 5:06:00 PM
High Availability. Service Broker is built into the database, so the database high availability and disaster recoverability solution you already have implemented will automatically pick up your messaging solution too. Your cluster or database ... read more
 
Share This Using Popular Bookmarking Services

Do Session use Cookies? 

Posted by aravinda Sunday, December 19, 2010 7:25:55 AM
Cookies and Session State When a user navigates to your site, the server establishes a unique session for that user that lasts for the duration of the user's visit. For each session, ASP.NET maintains session state information where... read more
 
Share This Using Popular Bookmarking Services

Asp.net quick tips 

Posted by aravinda Monday, December 13, 2010 8:55:00 PM
While testing, you can have emails sent to a folder on your computer instead of an SMTP server. Put this in your web.config:   <system.net> <mailSettings> <smtp... read more
 
Share This Using Popular Bookmarking Services

How to avoid scripters trying to hit webserver repeatedly for scraping etc. 

Posted by aravinda Friday, December 10, 2010 7:53:00 PM
Log and identify any repeat hitters. Put the IPs into an in-memory LRU counting hash (increment and push to top every time an IP comes back). Add heuristics based on reverse IP info, activity, image/js/cookie downloads. Scale your response by ... read more
 
Share This Using Popular Bookmarking Services

Some Tips for enforcing security for Web Services 

Posted by aravinda Wednesday, December 08, 2010 7:34:00 PM
Some Tips for enforcing security for Web Services Have request signatures to include features like incorporating a timestamp of request which will help guard against both accidental and malicious request replaying. Use HTTP Basic... read more
 
Share This Using Popular Bookmarking Services

SQL Server tips for Quick DB programing. 

Posted by aravinda Sunday, December 05, 2010 6:45:00 PM
Use Tools like Red Gate's SQL Prompt,ssmstoolspack( http://www.ssmstoolspack.com/Main.aspx ) and SQL Inform free (online) tool for formatting long procedures. Use Key board shortcuts F5 or Ctrl + E or Alt + x - execute TSQL... read more
 
Share This Using Popular Bookmarking Services
Page 1 of 10 1 2 3 4 5 6 7 8 9 10 > >> 
Site Map | Printable View | © 2008 - 2012 www.aravinda.in | Powered by mojoPortal | HTML 5 | CSS | Design by jQueryUI