Friday 27 September 2013

About Dot.Net Frame WOrk

The .NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large library and provides language interoperability (each language can use code written in other languages) across several programming languages. Programs written for the .NET Framework execute in a software environment (as contrasted to hardware environment), known as the Common Language Runtime (CLR), an application virtual machine that provides services such as security, memory management, and exception handling. The class library and the CLR together constitute the .NET Framework.



Microsoft started development of the .NET Framework in the late 1990s, originally under the name of Next Generation Windows Services (NGWS). By late 2000 the first beta versions of .NET 1.0 were released.


Generation Version number Release date Development tool Distributed with
1.0 1.0.3705.0 2002-02-13 Visual Studio .NET N/A
1.1 1.1.4322.573 2003-04-24 Visual Studio .NET 2003 Windows Server 2003
2.0 2.0.50727.42 2005-11-07 Visual Studio 2005 Windows Server 2003 R2
3.0 3.0.4506.30 2006-11-06 Expression Blend Windows Vista, Windows Server 2008
3.5 3.5.21022.8 2007-11-19 Visual Studio 2008 Windows 7, Windows Server 2008 R2
4.0 4.0.30319.1 2010-04-12 Visual Studio 2010 N/A
4.5 4.5.50709.17929 2012-08-15 Visual Studio 2012 Windows 8, Windows Server 2012

Friday 20 September 2013

Web Forms Code Model


When using Visual Studio .NET to create ASP.NET Web applications, you use a standard deployment model: your project is compiled and the resulting files are deployed. The Web Forms code-behind class file (.aspx.vb, or .aspx.cs), but not the .aspx file, is compiled into a project .dll file along with all other class files included in your project. This single project .dll file is then deployed to the server, without any source code. When a request for the page is received, the project .dll file is instantiated and executed.



In the ASP.NET Page class model, the entire Web Forms page is, in effect, an executable program that generates output to be sent back to the browser or client device. In this model, the page goes through a series of processing stages similar to those of other components — initialize, process, and dispose — with two differences:
  • The page class performs these steps each time the page is called. The page is initialized, processed, and disposed of every time a round trip to the server occurs.
  • The page class has a unique stage —render— that occurs toward the end of the page life cycle, during which output is generated.

Thursday 5 September 2013

Tell Me Something About Yourself" in a Job Interview

Hi,
My name is ABC. I am from Delhi.
I have an experience of 2.5 years of working in a IT which is the fastest growing industry and would like to continue with the same profession.
[I started my career with L&T at Mumbai and it’s been 3 years now.]

I did my education from xyz and am currently doing my graduation from ABC.
I come up with creative solutions to challenges in job.
I am always ready to face challenges and get along with people very well.
I believe in vision and action.
I learn from my mistakes.
I’m a hard worker and I’m pleased to be considered by an organization with such a solid business reputation.


My interests are to play chess, listen music, net surfing and reading.
and at last, I enjoy everything that I do.
This is all about me, (Your Name) from my side.


Monday 2 September 2013

get month, year from date column in sql server

 get month, year  from date column in sql server

select
datepart(month,getdate()) -- integer (1,2,3...)
,datepart(year,getdate()) -- integer
,datename(month,getdate()) -- string ('September',...)

रूस-यूक्रेन संकट लाइव: भारतीयों को 'उपलब्ध किसी भी साधन' के माध्यम से कीव को तत्काल छोड़ने के लिए कहा

  रूस यूक्रेन संकट लाइव: कीव में भारतीय दूतावास ने मंगलवार को जारी एक एडवाइजरी में भारतीयों को  'किसी भी उपलब्ध साधन' के माध्यम से क...