Browse by Tags
All Tags »
ADO.NET (
RSS)
Express 2010 RTM Download summary Any one who really knows me , knows that my 2nd passion is the Express toolset :) Now, that Visual Studio 2010 has RTM-ed a few days (weeks) a go I have decided to build a small collection of relevant URLs : from http://www.microsoft.com/express/Downloads/ Visual Basic 2010 Express Visual C# 2010 Express Visual C++ 2010 Express Visual Web Developer 2010 Express ( Part of the WebPI Toolkit ) All - Offline Install ISO image file And the SqlServer Express 2008 R2 –...
SSIS on Excel 2007 Data Import & Moss2007 One of the crucial stages in moving managers from the “Simple all I want I get from Excel” to a more centralized platform like Sharepoint is moving their data ! Well lately not only have I been a : “HTML” “SharePoint Designer 2007” “Adobe Photoshop CS2” & “Paint.Net” Graphics “General Specific Site Collection Moss2007 Admin” “InfoPath 2007 Browser Compatible Developer” (including InfoPath C# Code) “General Web Service & WCF Programmer” “Camtasia...
Report Viewer for Visual Web Developer Express The Visual Web Developer Express is one of my favorites , both the previous 2005 & 2008 versions as well as the new and shining all around fully functional – Visual Web Developer 2008 SP1 Express Edition ( which has support for ClassLibrary & Silverlight 2.0 projects as part of the Solution – Single Environment ! ) It seems that only a few days a go the Microsoft Report Viewer Add-on for Visual Web Developer 2008 Express has been released Microsoft...
Azure : Start Cloud Application Development As expected the knowledge about Azure can to me from the Microsoft SharePoint Team Blog - PDC 2008: Announcing Azure Services Platform and Microsoft SharePoint Services Looked at a few videos , and this seems like Microsoft is starting to think like a ISV, but with a twist , which means - you “can” use Live.com services from your cloud Application. Not saying that this is bad, but my feeling is “put your application on our servers, FOR FREE, and we’ll help...
IE – View RSS as plain XML [ADO.NET Data Services] Not exactly, the problem is when your working with ADO.NET Data Services (as one of the examples !) , at some point of the “browsing” between the data, the IE (Internet Explorer) turns the View of the “page”/Data into the visualization of an RSS feed So , what to do ?
SqlServer 2008 Express RTM Ok, now it’s realy official – SqlServer 2008 Express Editions, All Three of them, are available for download Which edition of SQL Server 2008 Express is right for you? SQL Server 2008 Express is available in the following 3 editions (each is available from the Install Wizard): SQL Server 2008 Express SQL Server database engine - create, store, update and retrieve your data SQL Server 2008 Express with Tools SQL Server database engine - create, store, update and retrieve...
MSDN has started to build a small list of "How do I?" Videos which currently have ASP.NET ASP.NET Ajax Devices Native Coding Silverlight Visual Studio Tools for Office Visual Studio Extensibility Visual Basic Visual Studio Team System Windows Forms Windows Presentation Foundation ... but I'm adding my link to that WSS 3.0 For the people ;) , just in case you forgot.
This was bound to happen at some stage: Microsoft Synchronization Services for ADO.NET . The package uses the SQL Server Compact Edition 3.5 to deliver it's ability to provide synchronization of data from disparate sources over two-tier, N-tier, and service-based architectures.The Synchronization Services API, which is modeled after the ADO.NET data access APIs, gives an intuitive way to synchronize data over tiers.The Synchronization Services for ADO.NET requires ADO.NET 2.0 on the client and server...
In one of my previous posts I have told you about ADO.NET - Astoria and Jasper from MIX07 .Now you can download it - For those who played with LINQ here's the next phase : Microsoft Codename "Astoria" - May 2007 Community Technology Preview , along with Jasper MIX 2007 CTP so you could realy do something real for the community , like EntLib Contrib project - Start Coding NOW!
For those who didn't know Oren Eini is working on something great: Implementing the Linq provider for NHibernate (Part1) . So for those who're looking for the next chapters Implementing Linq for NHibernate - Part 2 (Ordering and Paging) Implementing Linq for NHibernate - Part 3 (Aggregate and Element Operators) ... Now all you have to do is EntLib Contrib project - Start Coding NOW! for LINQ, NHibernate, Astoria and Jasper =). Your still here ? go go go !!!
It seems that the ADO.NET team has/going ( i'm not in LV ) to announce two on going projects which for all you LINQ enthusiastic people - if LINQ / DLINQ / XLINQ wasn't enough , here's another pile of paper work you'll have to read about [ that is if ADO.NET is your thing ;-) ]. Technology NO.1 is code name "Astoria" : "The goal of Microsoft Codename "Astoria" is to enable applications to expose data as a data service that can be consumed by web clients within a corporate network and across the internet...
For some of you this may already be common knowledge/everyday experience , but today was my first time I have actually used in SQL2005 the "rownum" ( SqlServer Function row_number () ) feature, here's a small example: select * from ( select *, row_number () over ( order by CustomerId ) as rownum from customers ) as c where c . rownum between 1000 and 10000 ; this VERY NICE feature along together with the PagedDataSource class enables you paging in .NET 2.0. We know that the TOP had problems in the...
Just came across something interesting: NHibernate Best Practices with ASP.NET, 1.2nd Ed , take a look. LINQ is not out yet, and NHibernate just might do the thing.