hummerkloelastik

Stories kicked by hummerkloelastik

5 Different Ways of Showing and Hiding Content of an ASP.NET Panel usi(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 9 months ago

In this short and simple article, we will explore 5 different ways of expanding and collapsing an ASP.NET Panel using jQuery. read more...

add a comment |category: |Views: 309

tags: another

Get Countries Name in .Net(aghausman.net)

submitted by aghausmanaghausman(110) 2 years, 10 months ago

In this post, I will explain you how can we get the countries name filled in any collection using .net without using any database. It is a regular task, which we all as developers did some past day but the difference is we used database table or xml file to hold the country names. But .net framework provide us with all the countries information in Globalization namespace. read more...

2 comments |category: |Views: 489

tags: another

Simplify calling ASP.NET AJAX services from jQuery(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 10 months ago

I was happy to learn that jQuery provides an excellent solution for consolidating settings to be used in multiple instances of $.ajax. In this post, I’ll show you how to use that consolidation feature, and exactly how I am now using that to more simply call ASP.NET AJAX services with jQuery. read more...

add a comment |category: |Views: 364

tags: another

10 C# Shorthands that improve productivity(dijksterhuis.org)

submitted by martijnmartijn(445) 3 years, 2 months ago

One of the best things about C# is that as the language and libraries expand thought is put into keeping things readable. Below I have listed 10 shorthands that you can use to make your code tighter and less wordy. No doubt you know one or more already — but do you currently use all ten of them ? read more...

add a comment |category: |Views: 1357

tags: another

ADAM (Active Directory In Application Mode) Custom Role Provider(sharepointsecurity.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 2 months ago

ADAM (Active Directory on Application Mode) has become increasingly common for companies that want to implement a featherweight directory protocol to use within their SharePoint environment. With ADAM, setting up role based security principles is common because it is an extendable architecture that provides the benefits of Active Directory without the management and implementation overhead, and also allows the concept of binding roles to operations which is a very helpful function since beyond acting as a role and user data store, the ADAM instance can become an engine by which to run an mixed, integrated SharePoint and miscellaneous application environment. The AzMan role provider limits the users that you can integrate with the LDAP pluggable provider to those that resolve to a tangible windows identity (it must be a domain account), which of course is a problem for people that wish to use ADAM only users. With increased support for ADAM in SharePoint 2007, the requirement from customers has become even more prevalent and for some, the lack of role support has become a cause for concern. Also download ADAM Role Provider - Version 2.12.343.234 - Tested On SharePoint 2007 read more...

add a comment |category: |Views: 96

tags: another

6 SEO Tips For ASP.NET URL’s(blogfodder.co.uk)

submitted by leen3oleen3o(365) 3 years, 2 months ago

If you are building a new ASP.NET application, SEO has become a big factor in how you plan the structure / code of the site. But quite an important part of the site which are often overlooked are the URL’s, and a lot of people do the basics which I’ll show below but there are a few common things people tend to miss or never thought could be a problem... read more...

1 comment |category: |Views: 656

tags: another

Links List February 2009(patrikluca.blogspot.com)

submitted by PatrikPatrik(705) 3 years, 2 months ago

I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to post a comment. So this is my Links post for February 2009. read more...

add a comment |category: |Views: 14

tags: another

How to only display "This Week" items in a SharePoint List(leonmeijer.nl)

submitted by chipso4chipso4(75) 3 years, 3 months ago

I have a SharePoint list and would like to create a view that shows me all the items that are modified in this week. SharePoint views can be filtered, so I thought this wouldn't be a big deal. Unfortunatly. read more...

add a comment |category: |Views: 26

tags: another

Tool: Crack.NET(blogs.msdn.com)

submitted by frank12345frank12345(2809) 3 years, 7 months ago

Introducing : Crack.NET read more...

add a comment |category: |Views: 863

tags: another

Silverlight 2 Released (weblogs.asp.net)

submitted by ChadMoranChadMoran(535) 3 years, 7 months ago

Today we shipped the final release of Silverlight 2. You can download Silverlight 2, as well the Visual Studio 2008 and Expression Blend 2 tool support to target it, read more...

3 comments |category: |Views: 260

tags: another

Using jQuery to enhance ASP.NET AJAX progress indication(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 7 months ago

An example of how to combine jQuery and ASP.NET AJAX, using jQuery's BlockUI plugin to present a modal progress indication dialog during an UpdatePanel's partial postback. read more...

add a comment |category: |Views: 316

tags: another

SQL Server 2008 - Cheat Sheet - One Page PDF Download(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 7 months ago

Very frequently I have been asked to create a page, post or article where in one page all the important concepts of SQL Server are covered. SQL Server 2008 is very large subject and can not be even covered 1000 of pages. In daily life of DBA there are few commands very frequently used and for novice developers it is good to keep all the important SQL Script and SQL Statements handy. I have attempted to create cheat sheet for SQL Server 2008 most important commands. User can print this in one A4 size page and keep along with them. This can be used in interviews where T-SQL scripts are being asked. Let me know your opinion and if you find this useful. Bookmark it for future use. read more...

2 comments |category: |Views: 912

tags: another

How to Install Your Own Subversion Version Control Server Using Visual(dev102.com)

submitted by talisharon10talisharon10(800) 3 years, 7 months ago

This article will have 2 sections One will discuss the SVN Server installation and configuration and the second part will be about how to use the SVN client. read more...

1 comment |category: |Views: 330

tags: another

Visual Studio Snippet Designer(blogs.msdn.com)

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

Matthew Manela, an engineer on our Online Tools team, has created and released a free, community-based tool called the Snippet Designer. His tool is a Visual Studio add-in that allows you to create and edit snippets from inside the IDE. read more...

3 comments |category: |Views: 371

tags: another

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

ScottGu: Silverlight 2 Release Candidate Now Available(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 8 months ago

"This evening we published the first public release candidate of Silverlight 2." read more...

add a comment |category: |Views: 217

tags: another