SaciPerere

Stories kicked by SaciPerere

Microsoft Popfly Cheat Sheet (cjcraft.com)

submitted by CJCraftCJCraft(495) 4 years, 11 months ago

"I've been using Popfly for just a short while now, and while I do enjoy the drag and drop visual design surface, it doesn't lend itself to text lists very well. Sometimes I just want a text list of all my possibilities in one place. This "Cheat Sheet" covers the top 50 official Popfly blocks, and not any end user created blocks. There's almost another 50 of those as well." read more...

add a comment |category: |Views: 16

tags: another

MbUnit 2.4 RTM(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years ago

"After over 6 months of hard work the MbUnit 2.4 went to RTM tonight. Between the RC and the RTM." read more...

add a comment |category: |Views: 3

tags: another

Evolution of a C# Query—Step by step from C# 1.1 to LINQ(blogs.msdn.com)

submitted by Coldduck9Coldduck9(470) 5 years ago

This article takes you step-by-step from C# 1.1 to LINQ. read more...

2 comments |category: |Views: 5

tags: another

LINQ Farm: One to Many and Joins(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 2 months ago

This post is the latest in a series of posts on LINQ. It continues the exploration of LINQ to SQL by showing several intermediate level queries. LINQ to SQL provides developers with access to relational databases from inside a CSharp program. I'm going to show three different queries in this post. The first will demonstrate how to create a simple one-to-many, the second how to create a one-to-many that spans three tables, and the third will show how to create a simple join. read more...

add a comment |category: |Views: 482

tags: another

Interview Questions for DotNet, C#, OOP, ASP.net ... etc(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 3 months ago

These are the most important 20 interview questions, which should be like 1+1 for any developer. read more...

add a comment |category: |Views: 914

tags: another

LINQ Farm: LINQ to SQL Beginners Video(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 3 months ago

This short video contains the basic information that you need to use LINQ to SQL to connect to a relational database using the Feb CTP or later pre-release versions of Visual Studio Orcas. After watching this video you should find it easy to create your own LINQ to SQL queries. read more...

add a comment |category: |Views: 121

tags: another

Great AJAX, WPF, RSS and Gadgets content(weblogs.asp.net)

submitted by PluginbabyPluginbaby(1190) 5 years, 3 months ago

As you know MIX07 will be at Las Vegas on April 30 - May 2nd this year. I'm sure this would be the best conference for me, but can't afford to go there, bouuuuhhh :-( If you feel like me, you'll be happy to know that you'll find lots of free content to download (Videos, Powerpoint, Demos, Hands-On Lab) about these topics : Windows Presentation Foundation ASP.NET AJAX Gadgets RSS WPF /E read more...

add a comment |category: |Views: 5

tags: another

WPF/E and ASP.NET AJAX AlbumViewer Application Now Live (weblogs.asp.net)

submitted by dwahlindwahlin(1450) 5 years, 3 months ago

Back in December I released a sample application that demonstrated how WPF/E and ASP.NET AJAX could be integrated to view albums returned from an Amazon.com Web Service in a simulated 3D type view. I finally made some time to get the application running live so feel free to take it for a spin. read more...

add a comment |category: |Views: 2

tags: another

Google Apps API released(code.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 3 months ago

Google Apps and its APIs open up a wide variety of new opportunities to integrate and extend Google's communication and collaboration services. Domain adminstrators can use the APIs to migrate from and integrate with existing IT infrastructure. Application developers can use the APIs to extend Google's growing offering of services. read more...

add a comment |category: |Views: 37

tags: another

Microsoft Releases SQL Server 2005 Service Pack 2(sqlservercode.blogspot.com)

submitted by yahdenyahden(715) 5 years, 3 months ago

SQL Server 2005 Service Pack 2 has been released read more...

1 comment |category: |Views: 0

tags: another

ASP.NET State Management(en.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 3 months ago

Learn to manage application state, session state, cookie state, and view state in ASP.NET. Excerpt: Before we begin discussing state management in ASP.NET, let's get one thing straight: Attempting to manage state in Web applications goes against the fundamental design principles of the Web. One of the primary goals of the Web and its underlying protocol, HTTP, is to provide a scalable medium for sharing information. Adding user state inherently reduces scalability because the pages shown to a particular user will be different from those shown to another user and thus cannot be reused or cached. read more...

add a comment |category: |Views: 9

tags: another

GotCodeSnippets.NET: THE online source for Visual Studio code snippets(gotcodesnippets.net)

submitted by jasper22jasper22(1320) 5 years, 3 months ago

GotCodeSnippets.NET was formulated by Microsoft Regional Director and Microsoft Most Valuable Professional (MVP), J. Michael Palermo IV, after having worked on several projects with Microsoft Visual Studio 2005 Beta 2 and leveraging every piece of productivity enhancement he could with the tool. Code snippets ended up being the most time saving mechanism for code generation and consistency across development teams. From simple stylistic snippets, to fully implemented design pattern snippets, they have proved to be most valuable. Michael also presented a highly-acclaimed Grok Talk at the TechEd 2005 conference which can be viewed online. read more...

add a comment |category: |Views: 45

tags: another

Creating a Glass Button(blogs.msdn.com)

submitted by ekampfekampf(3195) 5 years, 3 months ago

Shows how to create a Glass Button like on Vista's taskbar - see through and have an internal glow. read more...

add a comment |category: |Views: 941

tags: another

Pattern Focus: Strategy Pattern using Delegates(lowendahl.net)

submitted by lowendahllowendahl(750) 5 years, 3 months ago

Take your usage of strategies one step further; utilize C# delegates and anonymous methods to create a neat api for your domain. read more...

add a comment |category: |Views: 36

tags: another

C# 3.0 - An Introduction(dotnetslackers.com)

submitted by devreddydevreddy(671) 5 years, 3 months ago

Lets take a look at some of the language enhancements in C# 3.0 read more...

add a comment |category: |Views: 15

tags: another

Generics without Collections, Part 3(honestillusion.com)

submitted by JamesCurranJamesCurran(635) 5 years, 3 months ago

Using generics for things other than creating collections (Enums this time). Advanced generics use read more...

add a comment |category: |Views: 14

tags: another