ca8msm

Stories submitted by ca8msm

MSDN Ultimate Subscription giveaway +1(blogs.lessthandot.com)

submitted by ca8msmca8msm(429) 1 year, 10 months ago

Microsoft was kind enough to give me 3 MSDN Ultimate Subscriptions. I gave two of these away already, I have one left for the readers of Lessthandot.com. read more...

add a comment |category: |Views: 21

tags: another

comments Programatically create a sharepoint calendar entry(blogs.lessthandot.com)

submitted by ca8msmca8msm(429) 1 year, 11 months ago

We recently had a requirement to programatically create an entry in an existing Sharepoint calendar, so here is an example of how we went about doing this. I'll be using Visual Studio 2008 for this, but the process will be similar for any other versions you are using. First of all, you will need to add a reference to one of the Sharepoint web references, so right-click your project and select Add Web Reference. You'll then be presented with a screen that asks you for a URL for that web service, so go ahead and write it in the following format: read more...

add a comment |category: |Views: 57

tags: another

ASP.NET Hacks (wiki.lessthandot.com)

submitted by ca8msmca8msm(429) 3 years, 10 months ago

At LessThanDot, we've decided to release a series of articles, tips and tricks which will be known as the "Hacks" series. The first instalment was the popular SQL Server Programming Hacks and this week sees the release of the ASP.NET Hacks. These hacks have been split up into the following categories: 1 Applications 2 Caching 3 Controls 4 Database 5 Dates 6 Debugging 7 Email 8 Encryption 9 Files 10 Images 11 Javascript 12 Objects and Classes 13 Pages 14 Sessions 15 Strings 16 Validation 17 Visual Studio 18 Web We've decided to release these in the wiki so that anyone can contribute to them, so feel free to add anything else that you find useful. read more...

add a comment |category: |Views: 569

tags: another

Puzzle - Regular Pentagon(weblogs.asp.net)

submitted by ca8msmca8msm(429) 3 years, 11 months ago

This week's puzzle at LessThanDot is entitled "Regular Pentagon". read more...

add a comment |category: |Views: 17

tags: another

LessThanDot - Friday the Thirteenths(weblogs.asp.net)

submitted by ca8msmca8msm(429) 3 years, 11 months ago

We've decided to do a recurring feature at LessThanDot and have a "Programmer Puzzles" section with interesting puzzles published. This week the challenge has been set to "identify all friday the thirteenths for a given timeframe". You can use any programming language you like, just please let people know which one you have decided to use! read more...

add a comment |category: |Views: 21

tags: another

LessThanDot goes live!(weblogs.asp.net)

submitted by ca8msmca8msm(429) 3 years, 11 months ago

The IT Community LessThanDot has been launched as of this morning, Sunday 1st June 2008. read more...

3 comments |category: |Views: 494

tags: another

Automatically convert C# and VB.NET(weblogs.asp.net)

submitted by ca8msmca8msm(429) 4 years, 7 months ago

Automatically convert C# and VB.NET via code read more...

add a comment |category: |Views: 33

tags: another

Reference files with relative paths(aspnetlibrary.com)

submitted by ca8msmca8msm(429) 4 years, 8 months ago

An example of how to reference files based on the root path of the application. read more...

add a comment |category: |Views: 5

tags: another

Using Generics to create a property list(aspnetlibrary.com)

submitted by ca8msmca8msm(429) 5 years ago

An example of how the System.Collections.Generic namespace can allow us to create a Property which can be added to, referred to by index and also iterated.Socialize it read more...

add a comment |category: |Views: 0

tags: another

Using CLR to access .NET functions in SQL Server(aspnetlibrary.com)

submitted by ca8msmca8msm(429) 5 years ago

An example of how we can create a function in .NET and then use them in SQL Server.Socialize it read more...

add a comment |category: |Views: 2

tags: another

Drawing images and bar charts with System.Drawing(aspnetlibrary.com)

submitted by ca8msmca8msm(429) 5 years ago

An example of how we can create an image and even bar charts by using the System.Drawing namespace. read more...

add a comment |category: |Views: 35

tags: another

Add paging to a repeater(aspnetlibrary.com)

submitted by ca8msmca8msm(429) 5 years ago

An example of how we can add paging to a repeater control by using a PagedDataSource. read more...

add a comment |category: |Views: 59

tags: another

Display Version Information(aspnetlibrary.com)

submitted by ca8msmca8msm(429) 5 years, 1 month ago

An example of how we can use an AssemblyInfo file to show version information on our page read more...

add a comment |category: |Views: 21

tags: another

Add a total row to a GridView(aspnetlibrary.com)

submitted by ca8msmca8msm(429) 5 years, 1 month ago

An example of how to create a re-usable function to add a total row to a GridView read more...

add a comment |category: |Views: 324

tags: another

Retrieve data from a web page(aspnetlibrary.com)

submitted by ca8msmca8msm(429) 5 years, 1 month ago

An example of how we can make a request to a web page and retrieve the resulting HTML read more...

add a comment |category: |Views: 6

tags: another