Twitteroo: Twitter .NET API

.NET, Web 2.0 May 22nd, 2009

twitteroo

Do you possess an undying urge to make something in .NET that can communicate with Twitter.com? Nicole and I sure do. That’s why we made Twitteroo. We figure that there are more people out there like we are, so we’ve made the TwitterooCore Library available for download.

Google Buzz
advertisement

 

Configurações para começar a utilizar WebParts

Code Snippets, ASP.Net 2.0, SQL Server August 8th, 2008

Para começar a usar Webparts é necessário ter uma base de dados de suporte.

Para criar essa base de dados é necessários executar a aplicação aspnet_reqsql.exe que se encontra no directorio do .Net framework, normalmente C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

Depois é necessário dar permissões a um utilizador para aceder à base de dados criada, no SQLServer.

Estando o SQL preparado necessitamos de criar as ligações no nosso webSite:

no ficheiro web.config devemos criar uma nova connection (por exemplo):

<connectionStrings>
<add name=”connASPNETDB” connectionString=”Server=MEUSERVER; Database=ASPNETDB; User Id=MEUUSER;Password=USERPASS;” providerName=”System.Data.SqlClient” />
</connectionStrings>

e definir o sqlpersonalization provider :

<webParts>
<personalization defaultProvider=”AspNetSqlPersonalizationProvider”>
<providers>
<clear/>
<add name=”AspNetSqlPersonalizationProvider”
type=”System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider, System.Web, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
connectionStringName=”connASPNETDB” />
</providers>
</personalization>
</webParts>

e bem-vindo ao mundo das webparts :)

Google Buzz
advertisement

 

BlogEngine.NET Project

.NET July 26th, 2008

BlogEngine.NET is an open source .NET blogging project that was born out of desire for a better blog platform. A blog platform with less complexity, easy customization, and one that takes advantage of the latest .NET features.

BlogEngine.NET was designed using the current .NET framework and focused on simplicity, ease of extendibility, and innovative features. With BlogEngine.NET, we hope to create the natural blog of choice for all .NET developers world wide.

http://www.dotnetblogengine.net/

Google Buzz
advertisement

 

 
banner for http://www.eurobilltracker.com
 
Ligar ao Facebook