By tag: Download
0
kicks
Manage folders & files in your ASP.NET MVC app with elFinder.Net
Recently I had to evaluate what were my options when it comes to managing folders and files in an ASP.NET MVC project – a file manager somewhat like what a Content Management System does but I needed something way simpler and intuitive and principally of easy integration. Read on to discover the ext...
0
kicks
Download SharePoint 2010 server, SharePoint foundation and Office 2010
Download the new releases of 2010 series here.
0
kicks
Download Free ebook - Introducing Microsoft SQL Server 2008 R2
Introducing Microsoft SQL Server 2008 R2 is a 10 chapter, 216 page book writtenby Ross Mistry and Stacia Misner. Microsoft has made it available as a free ebook
0
kicks
Upload/Import Download/Export any File to/from Oracle Database
The general idea one have about databases is that they only serve the purpose of storing plain values as numbers, dates and text. A database does not do just that but even more allowing you to store a whole file as an Excel spreadsheet or an MP3 file in a column you define in your table. This post s...
0
kicks
Download File with authentication in .Net C#
Sample code to download file with authentication in .Net C#
0
kicks
Windows 7 RTM is on MSDN & TechNet – Here’s the AKAMAI links!
It turns out that MSDN has the same kind of “Top Downloads” page, so you can really use AKAMAI to download Windows 7 much FASTER whether you have an MSDN or TechNet Subscription.
0
kicks
ASP.NET MVC Training Kit
The ASP.NET MVC Training Kit includes presentations, hands-on labs, demos, and event materials. This content is designed to help you learn how to utilize ASP.NET MVC.
0
kicks
Graffiti 1.2 Released
From the old Community Server days, Keyvan has been actively working on Telligent products (and so he has achieved a CS MVP). So who is better to talk about the new release of Telligent's next generation of personal CMSs? Take a look at Keyvan's writing about the new Graffiti 1.2.
0
kicks
Microsoft Released Anti-XSS 3.0 Beta and CAT.NET CTP
Some information and direct download links of Microsoft new security products for .NET developers: Anti-XSS 3.0 Beta and CAT.NET CTP .
0
kicks
Microsoft Anti-Cross Site Scripting Library V3.0 Beta
AntiXSS 3.0 helps you to protect your current applications from cross-site scripting attacks, at the same time helping you to protect your legacy application with its Security Runtime Engine
0
kicks
One PowerShell Script to download PDC2008 Videos, Code and PowerPoints
Yes I did it. I downloaded all 65,563,667,714 bytes and saved them as 407 files on my nice new WD Passport hard drive that I brought home from the PDC2008. And, yes I did it the old fashioned manual way: Right-Click on link and Save-As. But you don't have to do it. In this blog post I provide the me...
0
kicks
SQL Server Data Services (SSDS) SDK (Beta)
"This is a beta version of the Software Development Kit for SSDS including tools and client side components useful to developers building applications against SSDS." (Link goes to MS Download Center)
0
kicks
New CTP for "Rosario"
Visual Studio 2005 (codename Whidbey) and Visual Studio 2008 (codename Orcas) ... What's Next in VS? it will be "Rosario" to check its new Features and Specifications and download its VPC
0
kicks
10 Download links for VSTS 2008 from MS Site
To Start using VSTS 2008 go for these downloads
0
kicks
Simple download protection for files and document using ASP.NET / C#
Really simple, just a few lines of code. Without using HTTP Handlers or extension mappings in IIS. The documents are stored outside IIS scope and they are writted to the HTTP output stream using Response. WriteFile()