dzeng

Stories submitted by dzeng

Introducing LiquidSilver SharePoint Framework(codebender.denniland.com)

submitted by dzengdzeng(815) 2 years, 5 months ago

LiquidSilver is a SharePoint Framework. It provides various classes and functions to deal with common tasks in any SharePoint project development in a much easier and faster way. Written in C# 3.0 and .NET Framework 3.5, LiquidSilver is compatible with WSS 3.0 and MOSS 2007. read more...

add a comment |category: |Views: 15

tags: another

WSS/SharePoint Extension 1.2 for Visual Studio 2008(codebender.denniland.com)

submitted by dzengdzeng(815) 3 years, 11 months ago

Finally it’s out, get it while it’s hot. Now you SharePoint developers no longer need to hesitate to upgrade to Visual Studio 2008 if you haven’t. Some tips are provided if you need to install the extension on your XP/Vista machine (i.e. not having WSS 3.0 preinstalled). read more...

add a comment |category: |Views: 101

tags: another

May 20th Links: ASP.NET, ASP.NET AJAX, .NET, Visual Studio,Silverlight(weblogs.asp.net)

submitted by dzengdzeng(815) 4 years ago

Apologies for the sparseness of my posting the last few weeks - work and life have been busy here lately. Below is a new post in my link-listing series to help kick things up a little. Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. read more...

add a comment |category: |Views: 167

tags: another

Subsonic 2.1 Beta 3 Is Ready(blog.wekeroad.com)

submitted by dzengdzeng(815) 4 years, 1 month ago

Link to download: http://www.codeplex.com/subsonic/Release/ProjectReleases.aspx?ReleaseId=11591 Link to changes log: http://monk.thelonio.us/post/SubSonic-21-Beta-3.aspx read more...

add a comment |category: |Views: 2

tags: another

Scott Gu's March 14th Links Collection(weblogs.asp.net)

submitted by dzengdzeng(815) 4 years, 2 months ago

This covers ASP.NET, ASP.NET AJAX, ASP.NET MVC, LINQ, and other acronyms read more...

add a comment |category: |Views: 2

tags: another

Edit your CSS code live in Internet Explorer and Firefox(litmusapp.com)

submitted by dzengdzeng(815) 4 years, 8 months ago

CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously. This is like Firebug (CSS only) both in IE & Firefox. read more...

add a comment |category: |Views: 28

tags: another

Silverlight 1.0 Released and Silverlight for Linux Announced(weblogs.asp.net)

submitted by dzengdzeng(815) 4 years, 8 months ago

Silverlight is a cross platform, cross browser plug-in that enables designers and developers to build rich media experiences and .NET based RIAs for the web. Expression Encoder is part of the Microsoft Expression suite of products, and enables designers and content professionals to enhance, encode and publish media content for Silverlight. You can use it to import media files from a variety of formats (QuickTime, WMV, AVI and more), add leaders and trailers to videos for advertising or roll credits, easily watermark video with corporate logos or brands, and then tune the encoding settings to create optimal web-friendly Silverlight experiences. Over the last few months we've been working to enable Silverlight support on Linux, and today we are announcing a formal partnership with Novell to provide a great Silverlight implementation for Linux. Microsoft will be delivering Silverlight Media Codecs for Linux, and Novell will be building a 100% compatible Silverlight runtime implementation called "Moonlight". Moonlight will run on all Linux distributions, and support FireFox, Konqueror, and Opera browsers. Moonlight will support both the JavaScript programming model available in Silverlight 1.0, as well as the full .NET programming model we will enable in Silverlight 1.1. read more...

add a comment |category: |Views: 7

tags: another

IronLisp (Lisp.NET)(codeplex.com)

submitted by dzengdzeng(815) 4 years, 8 months ago

IronLisp is a LISP scripting environment for .NET based on LSharp/Scheme and built on top of the DLR. This is a new project. It doesn't have any official release yet. But the source code is available to play with. read more...

add a comment |category: |Views: 6

tags: another

Using Paypal Payment System in ASP.NET(codeproject.com)

submitted by dzengdzeng(815) 4 years, 8 months ago

Those who create commercial sites are faced with the question, "How should it receive payments?" One of the most popular payment systems in the world is PayPal. This system is often chosen because it is reliable, simple to use and allows an account to be easily opened. To open an account, you need only have a credit card and/or an account in an American bank. One of shortcomings of the system is its severe security policy. However, practice evinces that if you follow the rules of the system carefully, then errors are very rare. The purpose of this article is to show how payments processing can be organized to support reliability and security. The article is also aimed at providing you with an example of the development of a simple online shop, in order to demonstrate interaction with the PayPal system. You can use the code in your applications to organize interaction with the PayPal system and to process payments. read more...

add a comment |category: |Views: 61

tags: another

Export GridView to Excel(mattberseth.com)

submitted by dzengdzeng(815) 4 years, 8 months ago

A nice walkthrough on how to export data in GridView to an Excel worksheet. read more...

2 comments |category: |Views: 347

tags: another

LINQPad, SQL Query Analyzer with LINQ(albahari.com)

submitted by dzengdzeng(815) 4 years, 8 months ago

Ever used SQL Management Studio and wished you could type your queries in LINQ, rather than antiquated SQL? Well now you can! LINQPad lets you dynamically query SQL databases in a real query language—you'll never need struggle with a correlated subquery again! Can't wait for C# 3.0 and LINQ? Well you don't have to! Dynamically query SQL databases today in LINQ: no more struggling with antiquated SQL. Download LINQPad and kiss goodbye to SQL Management Studio: LINQPad supports LINQ to objects, LINQ to SQL and LINQ to XML—in fact, everything in C# 3.0 and .NET Framework 3.5. LINQPad is also a terrific learning tool for experimenting with this exciting new technology. read more...

add a comment |category: |Views: 376

tags: another

ASP.NET Charting with NPlot (aspnet.4guysfromrolla.com)

submitted by dzengdzeng(815) 4 years, 8 months ago

There are several commercial charting libraries available for ASP.NET. They are extensively advertised, and can certainly do the job. However, frugal developers like me may prefer freeware alternatives. In this article we will examine using NPlot to create charts in an ASP.NET application. NPlot is a free, .NET native charting engine that excels at scientific charting. Read on to learn more! read more...

1 comment |category: |Views: 115

tags: another