473,795 Members | 2,630 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Speaking of Whidbey

So yeah... finally started playing with Whidbey full on this weekend...

anyone else notice that Web Developer gave you pretty much every tool you
could ever want?

I prototyped an entire data driven web site in 14 hours...yeah, with roles
and what not.

Oh.. and then I only needed to write 4 lines of code (excluding stored
procedures)....

Controls of intersest...

Login View *NICE!* and *FINALLY!*
Login*.* =)

Master pages *greatest feature ever*

Provider Data model for ADO.NET (Take that C1!)

Profile

Membership

and of course Class Designer (WhiteHorse?)

The list just goes on... I am more than impressed with this software..
Sure.. its off topic.. but what the hell, I think every developer on the
planet should have something like this... You don't see Sun coming out with
tools (as well priced too!)

Ok enough of my rant.. if you haven't checked out Whidbey yet, do it...

-CJ
Nov 21 '05 #1
9 1085
Ive been working with VS2005 Beta1 for the last six weeks, and I completely
agree with you, the only thing that is a bit weird as far as I can see are
DataComponents, apart from that it;s really cool. I especially like the
Personalisation and Membership features, and the WebParts are so easy to
work with, and you also get themes to boot.

Yep, I really like it. While your playing with it, look up Generics, you'll
love them as they can speed up sorting in collections by a factor of 10

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ug******** ******@TK2MSFTN GP12.phx.gbl...
So yeah... finally started playing with Whidbey full on this weekend...

anyone else notice that Web Developer gave you pretty much every tool you
could ever want?

I prototyped an entire data driven web site in 14 hours...yeah, with roles
and what not.

Oh.. and then I only needed to write 4 lines of code (excluding stored
procedures)....

Controls of intersest...

Login View *NICE!* and *FINALLY!*
Login*.* =)

Master pages *greatest feature ever*

Provider Data model for ADO.NET (Take that C1!)

Profile

Membership

and of course Class Designer (WhiteHorse?)

The list just goes on... I am more than impressed with this software..
Sure.. its off topic.. but what the hell, I think every developer on the
planet should have something like this... You don't see Sun coming out with tools (as well priced too!)

Ok enough of my rant.. if you haven't checked out Whidbey yet, do it...

-CJ

Nov 21 '05 #2
Hey Terry,

Are you referring to how they do datasets now? Where you use a designer but
its not like your typical XSD (where now you have like queries that are
defined in the dataset???)

That threw me off a lot to.. I don't really use those, I just rely on my
stored procedures. I was worried that I wouldn't have anything strongly
typed and that would mess me up. Well, when you don't have to code anything
with data anymore really (in most cases this is a good thing) it didnt'
really matter. I admit, I love the UI doing all the work for me... Saved me
so much time.

The profiling features are great. I am in love with the security (even down
to the encryption.) And Master pages... I've been waiting 8 friggin years
for functionality like that.. =)

What is a generic? I was reading an article about them about 3 months ago
on WindowsForms talking about how VS2005 would support them, but I didn't
quite understand what they were.

Any info?

Thanks,
CJ
"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in message
news:eb******** ********@tk2msf tngp13.phx.gbl. ..
Ive been working with VS2005 Beta1 for the last six weeks, and I completely agree with you, the only thing that is a bit weird as far as I can see are
DataComponents, apart from that it;s really cool. I especially like the
Personalisation and Membership features, and the WebParts are so easy to
work with, and you also get themes to boot.

Yep, I really like it. While your playing with it, look up Generics, you'll love them as they can speed up sorting in collections by a factor of 10

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ug******** ******@TK2MSFTN GP12.phx.gbl...
So yeah... finally started playing with Whidbey full on this weekend...

anyone else notice that Web Developer gave you pretty much every tool you could ever want?

I prototyped an entire data driven web site in 14 hours...yeah, with roles and what not.

Oh.. and then I only needed to write 4 lines of code (excluding stored
procedures)....

Controls of intersest...

Login View *NICE!* and *FINALLY!*
Login*.* =)

Master pages *greatest feature ever*

Provider Data model for ADO.NET (Take that C1!)

Profile

Membership

and of course Class Designer (WhiteHorse?)

The list just goes on... I am more than impressed with this software..
Sure.. its off topic.. but what the hell, I think every developer on the
planet should have something like this... You don't see Sun coming out

with
tools (as well priced too!)

Ok enough of my rant.. if you haven't checked out Whidbey yet, do it...

-CJ


Nov 21 '05 #3
I believe Generics are what they call Template classes in C++
"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:Oe******** ******@TK2MSFTN GP09.phx.gbl...
Hey Terry,

Are you referring to how they do datasets now? Where you use a designer
but
its not like your typical XSD (where now you have like queries that are
defined in the dataset???)

That threw me off a lot to.. I don't really use those, I just rely on my
stored procedures. I was worried that I wouldn't have anything strongly
typed and that would mess me up. Well, when you don't have to code
anything
with data anymore really (in most cases this is a good thing) it didnt'
really matter. I admit, I love the UI doing all the work for me... Saved
me
so much time.

The profiling features are great. I am in love with the security (even
down
to the encryption.) And Master pages... I've been waiting 8 friggin years
for functionality like that.. =)

What is a generic? I was reading an article about them about 3 months ago
on WindowsForms talking about how VS2005 would support them, but I didn't
quite understand what they were.

Any info?

Thanks,
CJ
"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in
message
news:eb******** ********@tk2msf tngp13.phx.gbl. ..
Ive been working with VS2005 Beta1 for the last six weeks, and I

completely
agree with you, the only thing that is a bit weird as far as I can see
are
DataComponents, apart from that it;s really cool. I especially like the
Personalisation and Membership features, and the WebParts are so easy to
work with, and you also get themes to boot.

Yep, I really like it. While your playing with it, look up Generics,

you'll
love them as they can speed up sorting in collections by a factor of 10

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ug******** ******@TK2MSFTN GP12.phx.gbl...
> So yeah... finally started playing with Whidbey full on this weekend...
>
> anyone else notice that Web Developer gave you pretty much every tool you > could ever want?
>
> I prototyped an entire data driven web site in 14 hours...yeah, with roles > and what not.
>
> Oh.. and then I only needed to write 4 lines of code (excluding stored
> procedures)....
>
> Controls of intersest...
>
> Login View *NICE!* and *FINALLY!*
> Login*.* =)
>
> Master pages *greatest feature ever*
>
> Provider Data model for ADO.NET (Take that C1!)
>
> Profile
>
> Membership
>
> and of course Class Designer (WhiteHorse?)
>
> The list just goes on... I am more than impressed with this software..
> Sure.. its off topic.. but what the hell, I think every developer on
> the
> planet should have something like this... You don't see Sun coming out

with
> tools (as well priced too!)
>
> Ok enough of my rant.. if you haven't checked out Whidbey yet, do it...
>
> -CJ
>
>



Nov 21 '05 #4
Hello,

Is there a link to get the beta version without a MSDN subscription?
Thanks.

Jake

"Brian Henry" <br**********@n ewsgroups.nospa m> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
I believe Generics are what they call Template classes in C++
"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:Oe******** ******@TK2MSFTN GP09.phx.gbl...
Hey Terry,

Are you referring to how they do datasets now? Where you use a designer
but
its not like your typical XSD (where now you have like queries that are
defined in the dataset???)

That threw me off a lot to.. I don't really use those, I just rely on my
stored procedures. I was worried that I wouldn't have anything strongly
typed and that would mess me up. Well, when you don't have to code
anything
with data anymore really (in most cases this is a good thing) it didnt'
really matter. I admit, I love the UI doing all the work for me... Saved me
so much time.

The profiling features are great. I am in love with the security (even
down
to the encryption.) And Master pages... I've been waiting 8 friggin years for functionality like that.. =)

What is a generic? I was reading an article about them about 3 months ago on WindowsForms talking about how VS2005 would support them, but I didn't quite understand what they were.

Any info?

Thanks,
CJ
"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in
message
news:eb******** ********@tk2msf tngp13.phx.gbl. ..
Ive been working with VS2005 Beta1 for the last six weeks, and I

completely
agree with you, the only thing that is a bit weird as far as I can see
are
DataComponents, apart from that it;s really cool. I especially like the
Personalisation and Membership features, and the WebParts are so easy to work with, and you also get themes to boot.

Yep, I really like it. While your playing with it, look up Generics,

you'll
love them as they can speed up sorting in collections by a factor of 10

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ug******** ******@TK2MSFTN GP12.phx.gbl...
> So yeah... finally started playing with Whidbey full on this weekend... >
> anyone else notice that Web Developer gave you pretty much every tool

you
> could ever want?
>
> I prototyped an entire data driven web site in 14 hours...yeah, with

roles
> and what not.
>
> Oh.. and then I only needed to write 4 lines of code (excluding stored > procedures)....
>
> Controls of intersest...
>
> Login View *NICE!* and *FINALLY!*
> Login*.* =)
>
> Master pages *greatest feature ever*
>
> Provider Data model for ADO.NET (Take that C1!)
>
> Profile
>
> Membership
>
> and of course Class Designer (WhiteHorse?)
>
> The list just goes on... I am more than impressed with this software.. > Sure.. its off topic.. but what the hell, I think every developer on
> the
> planet should have something like this... You don't see Sun coming out with
> tools (as well priced too!)
>
> Ok enough of my rant.. if you haven't checked out Whidbey yet, do it... >
> -CJ
>
>



Nov 21 '05 #5
Either you can get the express versions for download or you can order the
beta CDs which are free - only shipping charges (around $5 to $10 depending
on the country).

download express editions:
http://lab.msdn.microsoft.com/vs2005/

beta CDs:
for americas and asian countries:
http://lab.msdn.microsoft.com/vs2005...r/default.aspx

for europe, middle east and africa:
http://lab.msdn.microsoft.com/vs2005...r/default.aspx

Imran

"Jake" <ro******@hotma il.com> wrote in message
news:eM******** *****@TK2MSFTNG P11.phx.gbl...
Hello,

Is there a link to get the beta version without a MSDN subscription?
Thanks.

Jake

"Brian Henry" <br**********@n ewsgroups.nospa m> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
I believe Generics are what they call Template classes in C++
"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:Oe******** ******@TK2MSFTN GP09.phx.gbl...
Hey Terry,

Are you referring to how they do datasets now? Where you use a designer but
its not like your typical XSD (where now you have like queries that are defined in the dataset???)

That threw me off a lot to.. I don't really use those, I just rely on my stored procedures. I was worried that I wouldn't have anything strongly typed and that would mess me up. Well, when you don't have to code
anything
with data anymore really (in most cases this is a good thing) it didnt' really matter. I admit, I love the UI doing all the work for me... Saved me
so much time.

The profiling features are great. I am in love with the security (even down
to the encryption.) And Master pages... I've been waiting 8 friggin years for functionality like that.. =)

What is a generic? I was reading an article about them about 3 months ago on WindowsForms talking about how VS2005 would support them, but I didn't quite understand what they were.

Any info?

Thanks,
CJ
"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in
message
news:eb******** ********@tk2msf tngp13.phx.gbl. ..
> Ive been working with VS2005 Beta1 for the last six weeks, and I
completely
> agree with you, the only thing that is a bit weird as far as I can see> are
> DataComponents, apart from that it;s really cool. I especially like the> Personalisation and Membership features, and the WebParts are so easy to> work with, and you also get themes to boot.
>
> Yep, I really like it. While your playing with it, look up Generics,
you'll
> love them as they can speed up sorting in collections by a factor of 10>
> --
>
> OHM ( Terry Burns )
> . . . One-Handed-Man . . .
> If U Need My Email ,Ask Me
>
> Time flies when you don't know what you're doing
>
> "CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
> news:ug******** ******@TK2MSFTN GP12.phx.gbl...
> > So yeah... finally started playing with Whidbey full on this weekend...> >
> > anyone else notice that Web Developer gave you pretty much every tool you
> > could ever want?
> >
> > I prototyped an entire data driven web site in 14 hours...yeah, with roles
> > and what not.
> >
> > Oh.. and then I only needed to write 4 lines of code (excluding stored> > procedures)....
> >
> > Controls of intersest...
> >
> > Login View *NICE!* and *FINALLY!*
> > Login*.* =)
> >
> > Master pages *greatest feature ever*
> >
> > Provider Data model for ADO.NET (Take that C1!)
> >
> > Profile
> >
> > Membership
> >
> > and of course Class Designer (WhiteHorse?)
> >
> > The list just goes on... I am more than impressed with this software..> > Sure.. its off topic.. but what the hell, I think every developer on> > the
> > planet should have something like this... You don't see Sun coming out> with
> > tools (as well priced too!)
> >
> > Ok enough of my rant.. if you haven't checked out Whidbey yet, do it...> >
> > -CJ
> >
> >
>
>



Nov 21 '05 #6
Generics allow you to provide better compile-time validation when defining
and using the types and methods required to handle unrelated types. Generics
also help improve performance in some scenarios. Visual Basic 2005 supports
both the creation and consumption of generics.
If you search the help you will find more info.
--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me
Time flies when you don't know what you're doing

"Brian Henry" <br**********@n ewsgroups.nospa m> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
I believe Generics are what they call Template classes in C++
"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:Oe******** ******@TK2MSFTN GP09.phx.gbl...
Hey Terry,

Are you referring to how they do datasets now? Where you use a designer
but
its not like your typical XSD (where now you have like queries that are
defined in the dataset???)

That threw me off a lot to.. I don't really use those, I just rely on my
stored procedures. I was worried that I wouldn't have anything strongly
typed and that would mess me up. Well, when you don't have to code
anything
with data anymore really (in most cases this is a good thing) it didnt'
really matter. I admit, I love the UI doing all the work for me... Saved me
so much time.

The profiling features are great. I am in love with the security (even
down
to the encryption.) And Master pages... I've been waiting 8 friggin years for functionality like that.. =)

What is a generic? I was reading an article about them about 3 months ago on WindowsForms talking about how VS2005 would support them, but I didn't quite understand what they were.

Any info?

Thanks,
CJ
"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in
message
news:eb******** ********@tk2msf tngp13.phx.gbl. ..
Ive been working with VS2005 Beta1 for the last six weeks, and I

completely
agree with you, the only thing that is a bit weird as far as I can see
are
DataComponents, apart from that it;s really cool. I especially like the
Personalisation and Membership features, and the WebParts are so easy to work with, and you also get themes to boot.

Yep, I really like it. While your playing with it, look up Generics,

you'll
love them as they can speed up sorting in collections by a factor of 10

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ug******** ******@TK2MSFTN GP12.phx.gbl...
> So yeah... finally started playing with Whidbey full on this weekend... >
> anyone else notice that Web Developer gave you pretty much every tool

you
> could ever want?
>
> I prototyped an entire data driven web site in 14 hours...yeah, with

roles
> and what not.
>
> Oh.. and then I only needed to write 4 lines of code (excluding stored > procedures)....
>
> Controls of intersest...
>
> Login View *NICE!* and *FINALLY!*
> Login*.* =)
>
> Master pages *greatest feature ever*
>
> Provider Data model for ADO.NET (Take that C1!)
>
> Profile
>
> Membership
>
> and of course Class Designer (WhiteHorse?)
>
> The list just goes on... I am more than impressed with this software.. > Sure.. its off topic.. but what the hell, I think every developer on
> the
> planet should have something like this... You don't see Sun coming out with
> tools (as well priced too!)
>
> Ok enough of my rant.. if you haven't checked out Whidbey yet, do it... >
> -CJ
>
>



Nov 21 '05 #7
Could you give an example. sorry
-CJ

"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in message
news:u5******** ******@TK2MSFTN GP09.phx.gbl...
Generics allow you to provide better compile-time validation when defining
and using the types and methods required to handle unrelated types. Generics also help improve performance in some scenarios. Visual Basic 2005 supports both the creation and consumption of generics.
If you search the help you will find more info.
--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me
Time flies when you don't know what you're doing

"Brian Henry" <br**********@n ewsgroups.nospa m> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
I believe Generics are what they call Template classes in C++
"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:Oe******** ******@TK2MSFTN GP09.phx.gbl...
Hey Terry,

Are you referring to how they do datasets now? Where you use a designer but
its not like your typical XSD (where now you have like queries that are defined in the dataset???)

That threw me off a lot to.. I don't really use those, I just rely on my stored procedures. I was worried that I wouldn't have anything strongly typed and that would mess me up. Well, when you don't have to code
anything
with data anymore really (in most cases this is a good thing) it didnt' really matter. I admit, I love the UI doing all the work for me... Saved me
so much time.

The profiling features are great. I am in love with the security (even down
to the encryption.) And Master pages... I've been waiting 8 friggin years for functionality like that.. =)

What is a generic? I was reading an article about them about 3 months ago on WindowsForms talking about how VS2005 would support them, but I didn't quite understand what they were.

Any info?

Thanks,
CJ
"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in
message
news:eb******** ********@tk2msf tngp13.phx.gbl. ..
> Ive been working with VS2005 Beta1 for the last six weeks, and I
completely
> agree with you, the only thing that is a bit weird as far as I can see> are
> DataComponents, apart from that it;s really cool. I especially like the> Personalisation and Membership features, and the WebParts are so easy to> work with, and you also get themes to boot.
>
> Yep, I really like it. While your playing with it, look up Generics,
you'll
> love them as they can speed up sorting in collections by a factor of 10>
> --
>
> OHM ( Terry Burns )
> . . . One-Handed-Man . . .
> If U Need My Email ,Ask Me
>
> Time flies when you don't know what you're doing
>
> "CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
> news:ug******** ******@TK2MSFTN GP12.phx.gbl...
> > So yeah... finally started playing with Whidbey full on this weekend...> >
> > anyone else notice that Web Developer gave you pretty much every tool you
> > could ever want?
> >
> > I prototyped an entire data driven web site in 14 hours...yeah, with roles
> > and what not.
> >
> > Oh.. and then I only needed to write 4 lines of code (excluding stored> > procedures)....
> >
> > Controls of intersest...
> >
> > Login View *NICE!* and *FINALLY!*
> > Login*.* =)
> >
> > Master pages *greatest feature ever*
> >
> > Provider Data model for ADO.NET (Take that C1!)
> >
> > Profile
> >
> > Membership
> >
> > and of course Class Designer (WhiteHorse?)
> >
> > The list just goes on... I am more than impressed with this software..> > Sure.. its off topic.. but what the hell, I think every developer on> > the
> > planet should have something like this... You don't see Sun coming out> with
> > tools (as well priced too!)
> >
> > Ok enough of my rant.. if you haven't checked out Whidbey yet, do it...> >
> > -CJ
> >
> >
>
>



Nov 21 '05 #8
* "CJ Taylor" <[cege] at [tavayn] dit commmmm> scripsit:
Could you give an example. sorry


A sample of what?

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 21 '05 #9
CJ,
You can use Generics for generalized containers.

http://lab.msdn.micros oft.com/library/default.asp?url =/library/en-us/cpref/html/T_System_Collec tions_Generic_C ollection`1.asp

You can use Generics for simplified functions

Public Function IIf(Of T)(ByVal expression As Boolean, _
ByVal truePart As T, ByVal falsePart As T) As T
If expression Then
Return truePart
Else
Return falsePart
End If
End Function

You can use the above IIf in Whidbey with Option strict On, without needing
to cast the return value.

Or you can use Generics for generalized objects, such as a generic Range
object

http://martinfowler.com/ap2/range.html

I don't have my VB.NET generic range object code handy, I will try to post
it next week.

Hope this helps
Jay

"CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
news:ut******** ******@TK2MSFTN GP15.phx.gbl...
Could you give an example. sorry
-CJ

"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in
message
news:u5******** ******@TK2MSFTN GP09.phx.gbl...
Generics allow you to provide better compile-time validation when
defining
and using the types and methods required to handle unrelated types.

Generics
also help improve performance in some scenarios. Visual Basic 2005

supports
both the creation and consumption of generics.
If you search the help you will find more info.
--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me
Time flies when you don't know what you're doing

"Brian Henry" <br**********@n ewsgroups.nospa m> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
> I believe Generics are what they call Template classes in C++
>
>
> "CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
> news:Oe******** ******@TK2MSFTN GP09.phx.gbl...
> > Hey Terry,
> >
> > Are you referring to how they do datasets now? Where you use a designer > > but
> > its not like your typical XSD (where now you have like queries that are > > defined in the dataset???)
> >
> > That threw me off a lot to.. I don't really use those, I just rely on my > > stored procedures. I was worried that I wouldn't have anything strongly > > typed and that would mess me up. Well, when you don't have to code
> > anything
> > with data anymore really (in most cases this is a good thing) it didnt' > > really matter. I admit, I love the UI doing all the work for me...

Saved
> > me
> > so much time.
> >
> > The profiling features are great. I am in love with the security (even > > down
> > to the encryption.) And Master pages... I've been waiting 8 friggin

years
> > for functionality like that.. =)
> >
> > What is a generic? I was reading an article about them about 3
> > months

ago
> > on WindowsForms talking about how VS2005 would support them, but I

didn't
> > quite understand what they were.
> >
> > Any info?
> >
> > Thanks,
> > CJ
> >
> >
> > "One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in
> > message
> > news:eb******** ********@tk2msf tngp13.phx.gbl. ..
> >> Ive been working with VS2005 Beta1 for the last six weeks, and I
> > completely
> >> agree with you, the only thing that is a bit weird as far as I can see > >> are
> >> DataComponents, apart from that it;s really cool. I especially like the > >> Personalisation and Membership features, and the WebParts are so
> >> easy

to
> >> work with, and you also get themes to boot.
> >>
> >> Yep, I really like it. While your playing with it, look up
> >> Generics,
> > you'll
> >> love them as they can speed up sorting in collections by a factor of 10 > >>
> >> --
> >>
> >> OHM ( Terry Burns )
> >> . . . One-Handed-Man . . .
> >> If U Need My Email ,Ask Me
> >>
> >> Time flies when you don't know what you're doing
> >>
> >> "CJ Taylor" <[cege] at [tavayn] dit commmmm> wrote in message
> >> news:ug******** ******@TK2MSFTN GP12.phx.gbl...
> >> > So yeah... finally started playing with Whidbey full on this

weekend...
> >> >
> >> > anyone else notice that Web Developer gave you pretty much every tool > > you
> >> > could ever want?
> >> >
> >> > I prototyped an entire data driven web site in 14 hours...yeah, with > > roles
> >> > and what not.
> >> >
> >> > Oh.. and then I only needed to write 4 lines of code (excluding

stored
> >> > procedures)....
> >> >
> >> > Controls of intersest...
> >> >
> >> > Login View *NICE!* and *FINALLY!*
> >> > Login*.* =)
> >> >
> >> > Master pages *greatest feature ever*
> >> >
> >> > Provider Data model for ADO.NET (Take that C1!)
> >> >
> >> > Profile
> >> >
> >> > Membership
> >> >
> >> > and of course Class Designer (WhiteHorse?)
> >> >
> >> > The list just goes on... I am more than impressed with this

software..
> >> > Sure.. its off topic.. but what the hell, I think every developer on > >> > the
> >> > planet should have something like this... You don't see Sun coming

out
> >> with
> >> > tools (as well priced too!)
> >> >
> >> > Ok enough of my rant.. if you haven't checked out Whidbey yet, do

it...
> >> >
> >> > -CJ
> >> >
> >> >
> >>
> >>
> >
> >
>
>



Nov 21 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1325
by: mt | last post by:
Where can I access the Page_Load event in Whidbey for a C# ASP.NET website? Since the partial class has been introduced, I'm not sure where I should be putting page load events. Thanks very much!
10
1774
by: rawCoder | last post by:
Is there any provision for creating winform applications that have dockable windows ( Like the VS.NET IDE ) in whidbey ? I just installed the beta and cant seem to find it. Am i asking for too much or just too tired ? P.S. Cudnt find whidbey newsgroup as well. Whats the name of it anyways ? Thanx rawCoder
3
1206
by: Doug Holland | last post by:
Hi There I just installed the PDC build of Whidbey onto Windows XP using the 'Web Developer' profile when I installed and was a little surprised to see that it is only ASP.NET projects that I have available and now wishing I'd chosen 'C# Developer' which probably displays all project type ... how do I switch profiles in VS.NET Whidbey???? Secondly what happened to Microsoft telling us that code
7
1443
by: Fresh Air Rider | last post by:
Hi I understand that ASP.net 2.0 (Whidbey) is going to reduce coding by 70%. Surely this is going to de-skill or dumb down the developers task and open up the task to less qualified and trained staff. Tell me if I'm wrong.
7
1581
by: Genival Carvalho | last post by:
Hello friends... Inside my class how do to use explicit using Overloaded operator or use default ? Ex: Dim x as Integer = A + B ' Use default + operator Dim OV as integer = X + Z ' I will need use Overloaded + Operator ??? Thanks and sorry my bad English.
14
1435
by: dlangell | last post by:
I have NOT yet made the transition from VB 6 to VB.NET 2003. I know some of the general differences, but I'm not yet to the point where I would feel comfortable starting a new project in .NET. At any rate, I was going to get some books and begin learning more about it and try to make the jump, but then I see that Whidbey or VS.NET 2005 will be coming out in the next year or so. How different is this new release going to be from VB.NET 2003?...
0
1217
by: spamfurnace | last post by:
Will Whidbey have the features, of a girl i'd like to meet? Will Whidbey be easy to talk to, and rub my tired feet? Will Whidbey bats it eyes at me, and whisper "Baby, your so sweet". Will Whidbey have a body to die for, and look hot as hell wrapped only in a sheet. Will Whidbey have construction workers whistling at it if i tucked under my arm and walked it down the street. Will Whidbey make me feel like a man, and have all other IDE...
7
1563
by: VB Programmer | last post by:
I've lost the Data Sources tab (in Whidbey). How can I make it reappear? I need to "Add New Data Source..." Thanks!
5
2887
by: rogsonl | last post by:
My computer was moved last week, and the company changed the network groups we work on. As a result, one of the main benefits from Whidbey (database connectivity) no longer works. Situation: 1. I open a new project based on a windows form 2. I click on "data" and then "Add New Data Source" then I click on next within the wizard 3. I have 3 choices Database, Local Database, Web service and Object. 4. I choose Database, click next and get...
0
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10438
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9042
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7540
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6780
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3727
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.