Thursday, April 23, 2009

.net Framework 3.5

.NET Framework 3.0 is
somewhat different from the 1.x and 2.0 .NET Framework.
The first two .Net frameworks focused on allowing many different l
anguages to communicate with a common set of libraries translated through
the Common Language Runtime (CLR). Introduced with .NET 1.1 and
enhanced with .NET 2.0, the CLR works on a relatively simple concept:
A common runtime model executes code for any system running the .NET Framework.
What this means to you as a developer is that you don’t need to keep relearning
languages for different technologies.
For instance, a C# developer who writes Windows
Forms applications take the knowledge used for building
forms and apply it to writing web pages.
Similarly, a Visual Basic .NET developer can switch from
writing mobile applications to writing web services.
The CLR acts as an arbitrator and communicates back and forth.


The .NET 3.0 Framework is not improving upon existing technologies
but rather introducing four new foundation technologies:

Windows Presentation Foundation (WPF)
Windows Communication Foundation (WCF)
Windows Workflow Foundation (WWF)
Windows CardSpace (WCS)
Each of these technologies is a new cornerstone that developers can leverage
for new solutions.

Now .Net Framework 3.5 has been released

Ref By:

www.interviewsworld.com

Tuesday, April 14, 2009

web Design

hey friends..hav u used Microsoft Publisher......??

New MS OFFICE 2007 give many feature to create website..

like Web Design , Publishing.. include some Free templates....


You can make to customise as per ur desire/ requirement...


i will post some topics about this.later on..


now a days i am working on this.....

Thank you....

Thursday, April 9, 2009

Make GIF

make process GIf for ur web application....as per you desire and your chaoice...

open this link

and use it:

http://www.ajaxload.info/



Thankx

Sql data base attach with query

sp_attach_db 'DATABASENAME' 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data.dbfile.mdf'



this query will attach a database if you have .mdf file.. but it will create .ldf file so

first check weather .ldf file is Exist there or not.

a log file create by sqlserver.

Thank you for visit my Blog...

and Happy summer ....

Friday, April 3, 2009

new post done by me..

n many instances you can accomplish the same task using either a stored procedure or a function. Both functions and
stored procedures can be custom defined and part of any application. Functions, on
the other hand, are designed to send their output to a query or T-SQL statement. For example,
User Defined Functions (UDFs) can run an executable file from SQL SELECT or an action query,
while Stored Procedures (SPROC) use EXECUTE or EXEC to run. Both are instantiated using CREATE FUNCTION.
To decide between using one of the two, keep in mind the fundamental difference between them:

stored procedures are designed to return its output to the application. A UDF returns table variables,

while a SPROC can't return a table variable although it can create a table. A
nother significant difference between them is that UDFs can't change the server environment or
your operating system environment, while a SPROC can. Operationally, when T-SQL encounters an error the function stops,
while T-SQL will ignore an error in a SPROC and proceed to the next statement in your code
(provided you've included error handling support). You'll also find that although a SPROC can be used in
an XML FOR clause, a UDF cannot be. If you have an operation such as a query with a FROM clause that requires
a rowset be drawn from a table or set of tables, then a function will be your appropriate choice. However,
when you want to use that same rowset in your application the better choice would be a stored procedure.
There's quite a bit of debate about the performance benefits of UDFs vs. SPROCs. You might be tempted to believe
that stored procedures add more overhead to your server than a UDF. Depending upon how your write your code and
the type of data you're processing, this might not be the case. It's always a good idea to text your data in important
or

developer

Hey i am here.....

hello friends how are you..? i am here its my new blog....
thank you for visit it..