473,326 Members | 2,110 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

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 1066
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**************@TK2MSFTNGP12.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****************@tk2msftngp13.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**************@TK2MSFTNGP12.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**************@TK2MSFTNGP09.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****************@tk2msftngp13.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**************@TK2MSFTNGP12.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**********@newsgroups.nospam> wrote in message
news:%2****************@TK2MSFTNGP09.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**************@TK2MSFTNGP09.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****************@tk2msftngp13.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**************@TK2MSFTNGP12.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******@hotmail.com> wrote in message
news:eM*************@TK2MSFTNGP11.phx.gbl...
Hello,

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

Jake

"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:%2****************@TK2MSFTNGP09.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**************@TK2MSFTNGP09.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****************@tk2msftngp13.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**************@TK2MSFTNGP12.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**********@newsgroups.nospam> wrote in message
news:%2****************@TK2MSFTNGP09.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**************@TK2MSFTNGP09.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****************@tk2msftngp13.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**************@TK2MSFTNGP12.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**************@TK2MSFTNGP09.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**********@newsgroups.nospam> wrote in message
news:%2****************@TK2MSFTNGP09.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**************@TK2MSFTNGP09.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****************@tk2msftngp13.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**************@TK2MSFTNGP12.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.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/T_System_Collections_Generic_Collection`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**************@TK2MSFTNGP15.phx.gbl...
Could you give an example. sorry
-CJ

"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in
message
news:u5**************@TK2MSFTNGP09.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**********@newsgroups.nospam> wrote in message
news:%2****************@TK2MSFTNGP09.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**************@TK2MSFTNGP09.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****************@tk2msftngp13.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**************@TK2MSFTNGP12.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
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...
10
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...
3
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...
7
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...
7
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...
14
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...
0
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...
7
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
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....
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.