What is Microsoft Windows SharePoint Services? How is it related to Microsoft Office SharePoint Server 2007?
2 What is Microsoft SharePoint Portal Server?
3 What is Microsoft Windows Services?
4 What is the relationship between Microsoft SharePoint Portal Server and Microsoft Windows Services?
5 Who is Office SharePoint Server 2007 designed for?
6 What are the main benefits of Office SharePoint Server 2007?
7 What is the difference between Microsoft Office SharePoint...
Most used web.config settings
1. <authentication> -
<system.web>
<authentication mode="Windows" />
</system.web>
<system.web>
<authentication mode="Forms" />
</system.web>
<system.web>
<authentication mode="Passport" />
</system.web>
The code above shows the type of authentication you are going to use for your site. Windows will be windows authentication, which is used normally within an intranet. Forms is used...
So it is almost 2 am in toronto and i am blogging. Let's see where to begin..
It was quite a crazy day.
8:30 am - Wake up
9:15 am - Co-op Meeting
10:30 am - Pick up the girl
10:45 am - Go back home and do the final checklist to make sure I don't forget anything that i packed
11:30 am - Started running around the city doing errands
1:00 pm - Lunch at Phuong Nam - #25 deluxe pho + vietnamese expresso with condensed milk + ice...soo good
1:30 pm - Go...
I tried to use SlickEdit 2008 this morning for formatting my SilverlightCream post, and had problems.
The posts are formatted as html and then I paste them into the GeeksWithBlogs edit area. Works grreat, I've done it enough I don't have to think much about the mechanics of it. I've got a macro I run that formats out my content section.
My toolbars were gone, so I hooked up a new toolbar with one button, and attached it to the macro for the blog content. It didn't work... it didn't just have a...
Had a good day here in Toronto. Started off with the UG leadership summit. Had good discussion and good times. Looking forward to further discussion around how we're going to share information going forward between user groups. Of course, it wouldn't be an event without a Party with Palermo, and so it was.. Derek Hatchard and Donald Belcham argued over who was more drunk...Donald won. Scott Hanselman...and Donald's head. Jeffrey Palermo, Kelly Cassidy, and Donald's finger (see a trend here?)...
Nikolay Raychev with a couple articles about SL2 buttons, DanWahlin continuing his SL 1.0 series, and Todd Anglin on SL2 UI Controls in general.
I've had 4 emails about running SilverlightCream.com really wide and having the CSS cause problems, but this morning, Henrik Sderlund wrote me about it, and after exchanging email with him, he wrote back with the CSS solution. How cool is that? Thanks Henrik!
From SilverlightCream.com:
Button Controls in Silverlight 2 Beta 1 Nikolay Raychev goes...
I've been using the Thunderbird mail client for a while now, and overall I like it. I've got a number of add-ons that let me download my web mail from Yahoo, GMail, Hotmail and the like. I've got all my email accounts available in a single client application. So far so good. I do have a pet peeve however, maybe its a bug, maybe not. It sure feels like a bug. I did some googling but found no one else reporting this behavior, so maybe its my configuration. But I found no configuration setting...
Daniel Escapa blogged earlier today about a new add-in for OneNote called InstantNavigator. Instant Navigator lets you search for words and characters in the titles of your note pages, sections, section groups, and notebooks.
I like the idea of this add-in a lot. The site for the tool says InstantNavigator is designed to help you stop looking for where your notes are and instead think about what they are. That's not an idea that has been put out before. When you use the search box in OneNote, it...
I pinged Loic le Meur, creater of Seesmic and owner of Twhirl on Twitter to draw his attention to my post on some of the issues i have with Seesmic.
He responded as follows:
“you have great points and we are working exactly in the spirit you expect”
I will take this to mean that we can expect groups/filter function in the Twhirl client or the Seesmic service in the near future. I cant wait :)...
Microsoft .NET framework 3.5 Service Pack 1 and Visual Studio 2008 Service Pack 1 now have public BETAs. The service pack of Visual Studio 2008 has really interesting stuff. Highlights I'm interested in are performance improvements in HTML editor, collection of JavaScript intellisense hotfixes plus new ones enabling better JavaScript intellisense for libraries like jQuery, JavaScript Code Formatting, ASP.NET Routing engine (the one used in ASP.NET MVC, it is actually developed as separate component),...
I don't know how many systems are affected by this problem, but apparently there are still some. I do know that the reference BSP for the Intel PXA25x processor boards has a problem. This problem is still biting people because there have recently been questions about it in the Platform Builder newsgroup.
The cause is really quite simple. A shared resource with nothing to protect it from interrupts during read-modify-write operations.
In this case, there are two sets of code that access the time...
This code uses the System.Diagnostics namespace to open a specified URL in the users default web browser. There is some error checking in there incase the user has no default browser, so it should be fairly robust.
The following code is the Click event of a LinkLabel called linkLabel1:
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
string webURL = "http://geekswithblogs.net/stevelydford";
try
...
Recently I needed to find a simple to way to encrypt and decrypt a file of any type (I actually needed to encrypt image and text files) and any size. I found hundreds of examples on the web, many of which just plain didn't work, or threw errors on certain file types.
Eventually I put together the following two methods using the Rijndael encryption algorithm, they simply require that you pass them the full path to the original and target files. They both require the System.Security, System.Security.Cryptography, System.Runtime.InteropServices...
Now we have a way to display a menu on the serial debug port and are getting user input to select from the menu. So it is time to actually do something, like put some control behind the menu.
I like to start with a main function, in this case WinMain(). I am going to keep it simple, not parsing command line options and just calling MainMenu() which will handle the menu from here.
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow){ MainMenu();}
MainMenu...
Web.Config Information
- Contains information that controls module loading, security configuration, session state configuration, application language and compilation settings.
- Also contains application specific items such as database connection strings.
- Must be placed in the root directory
- The Web config can be placed in sub-directories but those configurations will only be made available to the files within that sub-directory.
- Each web application in ASP.NET inherits thier base web.config...
****Please Note*********************************
This is not a formal announcement, nor is this a sure thing. We are in the "gauging interest and exploring feasability" stage. Code Camp Vegas may or may not happen in 2009... or ever.
Please let us know your thoughts.
*********************************************************************************
After scouring the area for a .NET user group and coming up empty, a couple of cohorts and myself are attempting to organize the first ever MidWest...
Here are the links from my May 12, 2008 presentation at the St. Louis C# User Group: 1. VS 2008 Product Comparison http://shrinkster.com/XH1 VS2008 2. Change startup options http://shrinkster.com/XYD VS2005 VS2008 3. Change home page http://shrinkster.com/XYD VS2005 VS2008 4. LINQPad http://shrinkster.com/XGZ...
Here we go for starters. ;)
The following C# code will allow you to persist AutoPostback DropDownList values on an ASP.Net page, without the use of an AJAX partial page update or a database. It simply uses session variables to persist the values which would otherwise be lost upon navigating away from and back to a page or by redirecting the browser to itself to refresh a databound control, such as a GridView.
This was a problem for me on a page that contained three DropDownLists, each of which...
Why is this wrong.
If I put void ProcessCreditCardPayment(CreditCard creditcard) in the client and void ProcessCreditCardPayment(CreditCard creditcards) in the service host it does not work.
Why ...
The most recent versions of the ADO.NET Entity Framework Beta and ADO.NET Data Services Beta are now available!
Both the Entity Framework and Data Services have now officially become part of the Visual Studio 2008 and .NET Framework 3.5 SP1 releases beginning with the Beta released this morning. These will also be the final Beta prior to the RTM of these two projects.
For more information on these releases and on changes that have been since the last public releases, check out the ADO.NET Team...