|
Posted to:
19 minutes ago
|
Thanks to everyone who came to my ASP.NET AJAX 4 talk at the Inland Empire .NET User Group . Special thanks to James Johnson ( @latringo ) for organizing such a great group! Here is the code download for the talk: ASPNETClientTemplates.zip
|
|
Posted to:
57 minutes ago
|
This is your last chance to get a Silverlight training in Montreal this year… The Silverlight Tour will hit Montreal just before Christmas, and already provide Silverlight 4 content!!! When: December 21-23 Where: Montreal, Qc Price: 1165$ Registration...
|
|
Posted to:
6 hours, 0 minutes ago
|
Here is how you can handle the event of a button from within an ASP.NET ListView control. Add your button to the ListView Template like you would any other control: <asp:ListView ItemPlaceholderID="Test" runat="server" ID="ListView1"...
|
|
Posted to:
9 hours, 22 minutes ago
|
The previous post on Silverlight 3 for kiosk apps outlined some architecture options how you can build Silverlight applications with access to peripherals. This follow up post goes into more detail on the implementation. I strongly encourage you to consider...
|
|
Posted to:
9 hours, 31 minutes ago
|
SqlBulkCopy provides simplest and fastest way to copy large amounts of data to SqlServer. Instead of inserting all data row by row, BulkCopy process all data at once thus making the insertions fast. public void Bulk_Table_CopyTO_Database(DataTable TableToCopy...
|
|
Posted to:
11 hours, 47 minutes ago
|
Recently, I have been setting up a lot of WPF styles for an application I am working on. During this project, I needed to set a lot of colors. Instead of hard-coding colors, I use resources. For example, I am using the <DropShadowEffect> on many...
|
|
Posted to:
18 hours, 58 minutes ago
|
Alright, here’s what I learnt tonight while playing with the WebBrowser control in SL4. I built a basic app that looks like this: You can type the address and click the navigate button or select one of the items in the ‘Fav Links’ listbox to go to the...
|
|
Posted to:
23 hours, 42 minutes ago
|
You have captured the login name and computer IP address in your ASP.NET page and you want to use the login name and IP address in your Silverlight XAML page for display, logging or access control. To implement this, you will need to pass the user name...
|
|
Posted to:
12-07-2009, 12:31 PM
|
.net 4 introduces the CustomValidationAttribute , a member of System.ComponentModel.DataAnnotations that supports validation of your business logic. Until now, validation rules were limited based on the available attributes (required, stringlength, regex...
|
|
Posted to:
12-07-2009, 11:19 AM
|
Daily tech links for .net and related technologies - December 7-8, 2009 Web Development Authenticated web services calls with Asp.Net MVC JQuery 1.4 Alpha 1 Announced Easy HTML Templating with JQuery Managed Metadata in SharePoint 2010 – some notes on...
Filed under: ASP.NET, JQuery, Silverlight, CSS, WPF, WCF, MVC, LINQ, Ajax, SQL Server, JQuery UI, Entity Framework, Sharepoint |