|
|
Browse by Tags
All Tags » ASP.NET (RSS)
Showing page 1 of 7 (70 total posts)
-
After a long silence, I will continue blogging on .NET. The becoming post will be a book review (one is confirmed for now). Timeframe is in a few weeks.
Tech tips are still on hold, it's harder to write new tips on ASP.NET anymore, feels as if everything is almost immediately covered after the product launches so planning a writing serie ...
-
Simone has created a survey to better understand Ajax usage among .NET developers. It would be nice if You could also complete it, if you haven't done so yet, as there are also MS people interested in the results. More answers means more understanding there too plus can also help evaluating the future for Ajax techniques.
Here's ...
-
Interesting stuff : http://blogs.msdn.com/bclteam/archive/2009/05/22/what-s-new-in-the-bcl-in-net-4-beta-1-justin-van-patten.aspx
My favorite features are parallel extensions, code contracts (I was familiarized with them thanks to Peli ), memory mapped files and compression improvements. Hell, any improvement to the current state ...
-
If you do, then head to ASP.NET Forums / ASP.NET Beta 1 Forum
And if you look for where to get VS2010 / ASp.NET 4.0 Beta 1, then have a look at here
Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
-
From: http://weblogs.asp.net/scottgu/archive/2009/04/28/free-asp-net-mvc-nerddinner-tutorial-now-in-html.aspx
You can read the tutorial here.
Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
-
Late to this game, as usual but still adding here. From: http://blogs.msdn.com/sharepoint/archive/2009/04/02/sharepoint-designer-available-as-a-free-download.aspx
Sharepoint Team made Sharepoint Designer available as a free download. I've been using SD for customizing our internal site we use to run our processes, it is invaluable tool.
Share ...
-
You're blessed to be web developer nowadays :-)
Lots of interesting releases by MS lately:
ASP.NET MVC 1.0
http://haacked.com/archive/2009/03/18/aspnet-mvc-rtw.aspx
download: http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&displaylang=en
source: ...
-
I attended Techdays 2009 at Helsinki on 5th of March. It was the biggest MS event in Finland so far, measured purely by the number of audience. I had the honor to participate on Thursday and sit down and chat with many well-known experts like Peli de Halleux, Scott Galloway as well as hang around at ...
-
I was recently asked how to call WCF Service asynchronously from ASP.NET. Here's my sample code:
1) WCF Service Library Implementationnamespace WcfServiceLibrary1
{
[ServiceContract]
public interface ISampleService
{
[OperationContract]
string SayHelloWorld();
}
}
namespace ...
-
I just noticed a very interesting announcement by Scott Guthrie. Microsoft will officially start co-operating with jQuery development community, adding support for jquery in ASP.NET Ajax, and which also includes Microsoft PSS e.g they take support cases.
Read more here.
Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! ...
1 ...
|
|
|