Here we will discuss about new Updation that is coming with ASP.Net and
Visual Studio 2005..
Already there will be more guys who will be using the ASP.Net 2.0 and
Visual Studio 2005,I think u can share your knowledge
with us bcoz that will really help guys like us who didnt Upgrade our
VS.Net 2003 yet...
This September 29th i have attended the ISV Seminar conducted by
Microsoft in Mumbai..
The Topic are...
Visual Studio 2005
Windows Forms 2.0(On DataBinding)
Reporting Services
ASP.Net 2.0
Here With this i'll list some features which i Grasped from the
Seminar...Many features that are new was really surprised me
so much!!!and so i want to know more...
The Points am listing here is concise and if anyone in the group can
explain it more clearly pls do reply with this mail...
Their Focus went on DataBinding....
Partial Class:
Splitting the implementation of single class to several files...which
on compilation will give a single class...This is used
for Seperating the Designer Code from our code..ie the code which
Visual studio.net designer develops is in separate file say
WebForm1.Designer.cs and the code which we are going to write is on
WebForm.aspx.cs.
I think we already had one discussion about partial Class in our
group...
TableAdapter:
To provide Communication between database and our application..Its
having some advantages like strongly typed....Can be
reusable...can give filter conditions..etc...for more info see the
topic...
if we are dragging TableAdapter from Toolbox it is adding a tool bar
for navigating the records!!!!!!!!!!
BindingSource:
It Will act as a broker between control and the real datasource...So
obviously we can filter data here also...
Untill now for databinding we just bind datasource to
control(DataGrid...or Even textBox) but here we will use this binding
source in between them...
Themes and Skins..
Object DataBinding:
Now We can also Perform Object databinding!!!!(Like binding from
database) .
The Surprising Part is We can do all this fuctionalites without writing
a single line of code using Visual studio.Net!!!!!
Master-Detail DataBinding:
I think Most of you are familiar with master-detail databinding...We
can perform without writing single line of code...
ASP.Net 2.0:
No Need To install IIS in our system separately...Visual studio 2005
has IIS in it for developing Web Application...
There are around 85 New Controls....
Databinding is also handy..every thing is inbuild with visual studio
2005..
In Datagrid Edit/Update/Delete/Add New/Sort We noneed to worry about
the postbacks...Visual studio 2005 does everything
automatically without a single line of code...
Safer Coonection string..ie..it is encrypted in Web.Config(Already
discussed in our group..)
Object Databinding
Master Pages
Improved DataCaching..
if u guys know more,Pls post it so that everyone in the group will be
knowing it.....
Expecting to learn more from u guys...
Regards,
Satheesh
its enough if we give...
<%# Eval("ColName") %>
Regards
Satheesh