Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:806946
More Search Options
RSS Available
Matching Posts
Re: how to create the web application suitable for all browsers
Trial and error. It depends on what you mean by all browsers. Do you mean IE 5 or earlier? The safest bet for all browsers is to keep it basic HTML IMO.
Posted to
Client Side Web Development
(Forum)
by
malcolms
on 11/27/2009
Re: Run a stored procedure that takes several minutes from an ASP.NET page
This article explains how to do this easily. http://msdn.microsoft.com/en-us/magazine/cc163725.aspx
Posted to
Getting Started
(Forum)
by
malcolms
on 11/27/2009
Re: difference between asp.net 2.0 and 3.5??
One of the biggest features is the addition of LINQ. There LINQ to SQL, LINQ to XML, LINQ to Objects.
Posted to
Getting Started
(Forum)
by
malcolms
on 11/26/2009
Re: findcontrol
Have each user control implement a public property that returns the type of itself. That way there's no recursion.
Posted to
Getting Started
(Forum)
by
malcolms
on 11/26/2009
Re: Help with SQL command
Stored procedures are not that hard to learn. If you're doing your sql in your C# code, just transfer that to your stored procs.
Posted to
Getting Started
(Forum)
by
malcolms
on 11/25/2009
Re: Help with SQL command
Creating stored procedures: http://msdn.microsoft.com/en-us/library/ms190669.aspx The benefits of a stored procedures are security and the ability to fine tune your query/index etc througn query execution plans. I've always been a big user of them, so yes they're worth it IMO.
Posted to
Getting Started
(Forum)
by
malcolms
on 11/25/2009
Re: Help with SQL command
[quote user="istakoza"] Will stored procedures increase execution performance? ie speed up my page load time? [/quote] I think the performance difference between stored procedures and inline sql is not much, but IMO there'll always be slightly better performance using stored procedures because the query plan will be cached when the stored proc is executed.
Posted to
Getting Started
(Forum)
by
malcolms
on 11/25/2009
Re: Passing Objects between Web User Controls
Microsoft has created a nice article on state management here. http://msdn.microsoft.com/en-us/library/75x4ha6s.aspx
Posted to
Getting Started
(Forum)
by
malcolms
on 11/25/2009
Re: How to post information to the next page?
There are plenty of ways to do this. Microsoft has an article that outlines eight ways to do this: http://msdn.microsoft.com/en-us/library/75x4ha6s.aspx
Posted to
Getting Started
(Forum)
by
malcolms
on 11/24/2009
Re: Reuse part of the code in a different site
If you need to test this, you can use Moq to perform all your unit tests, then for your integration tests you'll actually be running the concrete code. Just create a separate project for your tests and reference the appropriate projects.
Posted to
Getting Started
(Forum)
by
malcolms
on 11/24/2009
Page 1 of 203 (2024 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online